user32: Handle WM_SETICON message similarly to WM_SETTEXT.
[wine] / dlls /
2007-02-13  Kirill K. Smirnovuser32: Handle WM_SETICON message similarly to WM_SETTEXT.
2007-02-13  Alexandre Julliardntdll: Allow APCs to run while waiting for a debug...
2007-02-13  Alexandre Julliardwinex11.drv: We still have to flush the display after...
2007-02-13  Vitaliy Margolenwinex11.drv: Popup windows with system menu are managed.
2007-02-13  Leslie Choongcomctl32: updown: Getter and setter tests for updown...
2007-02-13  Anatoly Lyutincomdlg32: fontdlg: Add initialisation for comboboxes.
2007-02-13  Marcus Meissnerntdll/tests: Fixed WCHAR overflow.
2007-02-13  Peter Oberndorferntdll: Test that shows RtlRaiseException with EXCEPTION...
2007-02-13  Michael Stefaniucatl: Fix a comparison between signed and unsigned.
2007-02-13  Michael Stefaniucwldap32: Missing HeapFree on error path (found by Smatch).
2007-02-13  Dmitry Timoshkovcomctl32: Implement ImageList_GetFlags.
2007-02-13  Dmitry Timoshkovuser32: Activate an MDI child on WM_SETFOCUS as well...
2007-02-13  Andrew Talbotdinput: Constify some variables.
2007-02-13  Andrew Talbotamstream: Constify a variable.
2007-02-13  Stefan Dösingerwined3d: Use the context manager to create onscreen...
2007-02-13  Stefan Dösingerd3d8: Deleting bound shaders unbinds them.
2007-02-13  Stefan Dösingerwined3d: Use the context manager to select the primary...
2007-02-13  Stefan Dösingerwined3d: Make the context array dynamic.
2007-02-13  Stefan Dösingerwined3d: Improve render target to texture blits.
2007-02-13  Stefan Dösingerwined3d: Use the context manager to prepare for blitting.
2007-02-13  Stefan Dösingerwined3d: Use the context manager to prepare for drawing.
2007-02-13  Stefan Dösingerwined3d: Store dirty states per context.
2007-02-13  Stefan Dösingerwined3d: Store state optmization members in the context.
2007-02-13  Stefan Dösingerwined3d: Add a per context structure for context manage...
2007-02-13  Hans Leidekkerwininet: Fix a test that fails on Windows.
2007-02-13  Hans Leidekkerwininet: Skip empty accept type strings in HttpOpenRequest.
2007-02-13  Paul Vrienswininet/ftp.c: Fix some returned error codes.
2007-02-13  Paul Vrienswininet/ftp.c: Add tests to show the order of parameter...
2007-02-12  Rob Shearmanrpcrt4: The format structures used in the marshaling...
2007-02-12  Francois Gougetntdll: Fix compilation on systems that don't support...
2007-02-12  Francois Gougetntdll: Add prototypes to winnt.h for the SList functions.
2007-02-12  Jacek Cabanurlmon: Added mk protocol handling test.
2007-02-12  Jacek Cabanurlmon: Added test of handlong its protocol.
2007-02-12  Jacek Cabanurlmon: Depend on Read result in report_data.
2007-02-12  Jacek Cabanurlmon: Store download state in Binding object.
2007-02-12  Alexandre Julliardrpcrt4: Enter new named pipe connections into the proto...
2007-02-12  Dmitry Timoshkovcomctl32: Make ImageList_Read and ImageList_Write compa...
2007-02-12  Mike McCormackmsi: Store dll based custom actions in a separate list.
2007-02-12  Mike McCormackmsi: Simplify ACTION_FinishCustomActions.
2007-02-12  Chris Robinsonwined3d: Properly round negative values in shader_glsl_mov.
2007-02-12  Paul Vrienswininet/ftp.c: Add another test.
2007-02-12  Paul Vrienswininet/ftp.c: Fix some returned error codes.
2007-02-12  Paul Vrienswininet/ftp.c: Fix some returned error codes.
2007-02-12  Paul Vrienswininet/ftp.c: Fix some returned error codes.
2007-02-12  Jacek Cabanmshtml: Handle resource protocol like chrome protocol.
2007-02-12  Jacek Cabanmshtml: Call SetWineURL in Clone.
2007-02-12  Jacek Cabanmshtml: Start binding asynchronously.
2007-02-12  Jacek Cabanmshtml: Move AddRequest call to OnStartBinding.
2007-02-12  Jacek Cabanmshtml: Remove no longer used [Get|Set]Moniker functions.
2007-02-12  Alexandre Julliardmshtml: Don't test the contents of an output parameter.
2007-02-12  Jacek Cabanmshtml: Don't store moniker in nsURI.
2007-02-12  Jacek Cabanmshtml: Added [Set|Get]WineURL functions to nsIWineURI.
2007-02-12  Jacek Cabanmshtml: Store URL in unicode in nsURI.
2007-02-12  Jacek Cabanshlwapi: Fix handling mk URLs.
2007-02-12  Jacek Cabanshlwapi: Unicodified scheme detecting code.
2007-02-12  Jacek Cabanitss: Fix handling URLs without '/' in object name.
2007-02-12  Duane Clarktreeview: Scrolling does not cause label being edited...
2007-02-12  Mike McCormackmsi: Split process_handle() into two separate functions.
2007-02-12  Mikołaj Zalewskishell32: Allow overwriting files in SHFileOperation...
2007-02-12  Mikołaj Zalewskishell32: Add a confirmation dialog with a "Yes to All...
2007-02-12  Mikołaj Zalewskishell32: Make sure BrowseForFolder doesn't return NULL...
2007-02-12  Stefan Dösingerwined3d: Make shader_cleanup more useful.
2007-02-12  Stefan Dösingerwined3d: BeginScene and EndScene tests and fixes.
2007-02-09  Alexandre JulliardMake.rules: Automatically generate the header for all...
2007-02-09  Francois Gougetshell32/tests: wnsprintfA() is missing on Win9x, so...
2007-02-09  Francois Gougetshell32/tests: Fix test_GetDisplayName() to cope with...
2007-02-09  Francois Gougetshell32/tests: ILFree() and ILIsEqual() are exported...
2007-02-09  Francois Gougetntdll: Better match the PSDK types and fix the winapi_c...
2007-02-09  Francois Gougetntdll: The fourth parameter of RtlUnwind() is a pointer...
2007-02-09  Francois Gougetntdll: ZwRaiseException() is not a register function.
2007-02-09  Marcus Meissnerkernel32/tests: Fixed several uninitialized variables.
2007-02-09  Paul Vriensuser32/listbox: Remove deadcode (Coverity).
2007-02-09  Eric Pouechmsvcrt: Use raise(SIGABRT) for abort() and assert().
2007-02-09  Eric Pouechmsvcrt: Implemented the raise function.
2007-02-09  Eric Pouechmsvcrt: Reset a signal to DFL before it's used.
2007-02-09  Paul Vrienswininet/ftp.c: Fix some returned error codes.
2007-02-09  Konstantin Kondratyukntdll: Add Omsk time zone.
2007-02-09  Marcus Meissnerkernel32: Remove CloseHandle call.
2007-02-09  Marcus Meissnerdevenum: Initialize hKeysub.
2007-02-09  Marcus Meissnerntdll: Initialize needs_close to FALSE.
2007-02-09  Marcus Meissnerriched20: Removed more dead code.
2007-02-09  Vitaly LipatovSome fixes in russian resources.
2007-02-08  James Hawkinsmsi: Don't skip files continued from a previous cabinet.
2007-02-08  Mikołaj Zalewskicomctl32: listview: Create the LISTVIEW_INFO in WM_NCCR...
2007-02-08  Rob Shearmanoleaut32: Fix the return value of ITypeInfo::Invoke...
2007-02-08  Rob Shearmanoleaut32: Implement automatic value getting in ITypeInf...
2007-02-08  Rob Shearmanoleaut32: Fix the IDL for the "Value" method in the...
2007-02-08  Rob Shearmanoleaut32: Comment out "dual" attribute of IKindaEnumWid...
2007-02-08  Rob Shearmanoleaut32: Always register the typelib for the tmarshal...
2007-02-08  Jacek Cabanurlmon: Fix continue_call handling.
2007-02-08  Jacek Cabanurlmon: Call OnProgress directly in report_data.
2007-02-08  Jacek Cabanurlmon: Added ReportProgress(BINDSTATUS_DIRECTBIND...
2007-02-08  Jacek Cabanurlmon: Fix ReportResult on async protocols.
2007-02-08  Mike McCormackmsi: Register the typelib.
2007-02-08  Kevin Koltzauntdll: Fix compile errors for Win64.
2007-02-08  Andrew Talbotwinex11.drv: Remove unused items.
2007-02-08  Louis Lendersuser32: Don't crash if a WM_NCCREATE message is sent...
2007-02-07  Paul Vrienscomctl32/tests: Fix typo (Coverity).
2007-02-07  Rob Shearmanoleaut32: Fix a one-off test failure in the tmarshal...
2007-02-07  Rob Shearmanoleaut32: A value of PARAMFLAG_FNONE for wParamFlags...
next