wine
2006-11-17  Alexandre Julliardgdi32: Get rid of the gdi.h include.
2006-11-17  Alexandre Julliardgdi32: Stop exporting GDI_GetObjPtr and GDI_ReleaseObj.
2006-11-17  Alexandre Julliardwinex11.drv: Store the palette mapping in an X context...
2006-11-17  Alexandre Julliardgdi32: Get rid of the palette mapping handling and...
2006-11-17  Alexandre Julliardwinex11.drv: Abstract accesses to the palette color...
2006-11-17  Alexandre Julliardwinex11.drv: Avoid some direct accesses to the PALETTEO...
2006-11-17  Alexandre Julliardgdi32: Moved the system palette flags to winex11.drv.
2006-11-17  Alexandre Julliardgdi32: Avoid accessing the internal palette object...
2006-11-17  Alexandre Julliardd3d9: Include wingdi.h, not gdi.h.
2006-11-17  Andrew Talboturlmon: Cast-qual warnings fix.
2006-11-17  Vitaliy Margolenwinecfg: Allow editing of broken drive links.
2006-11-17  Louis Lendersmsvcrt: Add _fstat64 and _stat64 to msvcrt.spec.
2006-11-17  Mike McCormackmsi: Fix a memory leak in load_folder().
2006-11-17  Mike McCormackmsi: Remove unnecessary includes.
2006-11-17  Mike McCormackmsi: Remove a level of indent in resolve_folder().
2006-11-17  Mike McCormackmsi: Add a test showing the _Properties table is a...
2006-11-17  Mike McCormackmsi: Add a test showing which tables are special.
2006-11-17  Mike McCormackmsi: Remove some redundant else statements.
2006-11-17  Kevin Koltzauwinedump: Print new DLL characteristics.
2006-11-17  Kevin Koltzauwinnt.h: Add AMD64 relocation types.
2006-11-17  Kevin Koltzauwinnt.h: Add defines for new DLL characteristics.
2006-11-17  Huw Daviesmsxml3: Implement createProcessingInstruction with...
2006-11-16  Alexandre Julliardkernel32: Use the appropriate Unix locale for GetLocale...
2006-11-16  Alexandre Julliardkernel32: Added the locale name entry to all locale...
2006-11-16  Alexandre Julliardkernel32: Rewrote the locale matching to match more...
2006-11-16  Huw Daviesole32: CoRegisterMessageFilter shouldn't crash on an...
2006-11-16  Detlef Riekenbergshell32: Fix a function name in a comment.
2006-11-16  Dmitry Timoshkovkernel32: Add a basic PE loader test.
2006-11-16  Hans Leidekkersetupapi: Implement SetupGetTargetPath{A,W}.
2006-11-16  Detlef Riekenberglocalspl/tests: Add test for ConfigurePortW.
2006-11-16  Alexandre Julliarduser32: Renamed the user/ directory to user32.
2006-11-16  Markus Amslerd3d9: Forward port d3d8 refcount tests.
2006-11-16  Markus Amslerd3d8: Show that the implicit surfaces are not freed...
2006-11-16  Andrew Talbotshlwapi: Cast-qual warnings fix.
2006-11-16  Andrew Talbotshlwapi: Cast-qual warnings fix.
2006-11-16  Louis Lendersshell32: Define a few more icon resources.
2006-11-16  Mike McCormackoleaut32: Remove incorrect references to malloc.
2006-11-16  Mike McCormackkernel32: Downgrade a FIXME to a WARN.
2006-11-16  Detlef Riekenberglocalspl: Replace number with a defined value (static...
2006-11-16  Detlef Riekenberglocalspl: Implement ConfigurePort.
2006-11-16  Dmitry Timoshkovuser: Use DDE critical section exclusively for instance...
2006-11-16  Dmitry Timoshkovuser: Set DDE errors in some failing cases.
2006-11-15  Clinton Stimpsonriched20: Fix key handling in dialogs.
2006-11-15  Hans Leidekkersetupapi: Implement SetupGetSourceInfo{A,W}.
2006-11-15  Rob Shearmaninclude: Add security QOS flags to winbase.h.
2006-11-15  Alexandre JulliardRevert "comctl32: Fix a potential regression in ImageLi...
2006-11-15  Andrew Talbotshell32: Cast-qual warnings fix.
2006-11-15  Andrew Talbotshell32: Cast-qual warnings fix.
2006-11-15  Byeong-Sik... user32: Update the edit control when the IME compositio...
2006-11-15  Alexandre Julliardkernel32/tests: Reserve some more memory for the enviro...
2006-11-15  Rob Shearmanrpcrt4: Use SecInvalidateHandle and SecIsValidHandle...
2006-11-15  Rob Shearmanrpcrt4: Add support for signing, verifying, encrypting...
2006-11-15  Rob Shearmanrpcrt4: Fix a crash in RPCRT4_OpenBinding that can...
2006-11-15  Rob Shearmanrpcrt4: Add a FIXME for unsupported client protocol...
2006-11-15  Markus Amslerd3d8: Test AddRef with refcount==0.
2006-11-15  Markus Amslerd3d8: Test refcount forwarding.
2006-11-15  Markus Amslerd3d8: Back buffer is identical to the render target...
2006-11-15  Sam Dennismsvcrt: Use the custom vsnprintf implementation for...
2006-11-15  Eric Pouechntdll: Fixed returned status for NtQueryThreadInformati...
2006-11-14  Kovács Andrásmshtml: HTMLElementCollection_item implementation.
2006-11-14  Alexandre Julliardmsvcrt/tests: Clean up a temp file.
2006-11-14  Alexandre Julliardshell32: Don't use the short path name to delete files...
2006-11-14  Hwang YunSong... shdoclc: Updated Korean resource.
2006-11-14  Mike McCormackmsi: Split MSI_CreatePackage into two functions.
2006-11-14  Mike McCormackmsi: Delete the tempfile created by GetTempFileName.
2006-11-14  Mike McCormackmsi: Defer package deletion until after the database...
2006-11-14  Mike McCormackmsi: Remove track_tempfile()'s unused 2nd parameter.
2006-11-14  Mike McCormackmsi: Always delete temp files after creating them.
2006-11-14  Mike McCormackmsi: Print a message if we fail to delete a file.
2006-11-14  Huw Daviesmsxml3: Support both v 2.x and 3.0 version independent...
2006-11-14  Huw Daviesmsxml3: Add the CLSID_DOMDocument define in msxml2...
2006-11-14  Huw Daviesmsxml3: Initialize the uuids that aren't in libuuid.
2006-11-14  Huw Daviesmsxml3: Add a guard around DOMNodeType just like in...
2006-11-14  Jesse Allenmsvcrt: printf buffer overrun tests.
2006-11-14  Jesse Allenmsvcrt: Estimate required buffer size better in pf_vsnp...
2006-11-14  Jesse Allenmsvcrt: Free correct buffer in pf_vsnprintf.
2006-11-14  Mike McCormackcomctl32: Remove a redundant variable.
2006-11-14  Mike McCormackcomctl32: Fix a potential regression in ImageList_Repla...
2006-11-14  Mike McCormackcomctl32: When removing an image, move the remaining...
2006-11-14  Mike McCormackuser32: Print a fixme only once.
2006-11-14  Mike McCormackkernel32: Print a FIXME only once.
2006-11-14  James Hawkinsmsi: Notify the external UI handler when changing media.
2006-11-14  Andrew Talbotsetupapi: Cast-qual warning fix.
2006-11-14  Andrew Talbotsecur32: Cast-qual warning fix.
2006-11-14  Andrew Talbotrsaenh: Cast-qual warning fix.
2006-11-14  Hans Leidekkersetupapi: Implement SetupGetSourceFileLocation{A,W}.
2006-11-14  Hans Leidekkersetupapi: The inf section suffix that corresponds to...
2006-11-14  Kai Blinsecur32: Fix handling of ISC_REQ* flags in InitializeSe...
2006-11-14  Alexandre Julliardwinex11.drv: Update the X11 window position when the...
2006-11-13  Rob Shearmaninclude: Add wincred.h header file.
2006-11-13  Rob Shearmaninclude: Fix a typo in the SecInvalidateHandle macro...
2006-11-13  Alexandre Julliardntdll: Added support for reading directories using...
2006-11-13  Paul Vrienscomctl32: Remove deadcode (Coverity).
2006-11-13  Andrey Turkinatl: Implement AtlModuleRegisterServer.
2006-11-13  Andrey Turkinatl: Implement AtlRegisterLoadTypeLib.
2006-11-13  Andrey Turkinatl: Implement AtlModuleLoadTypeLib.
2006-11-13  Andrey Turkinatl: Fix incorrect prototypes.
2006-11-13  Andrey Turkinatl: AtlAxGetHost and AtlAxGetControl implementation.
2006-11-13  Andrey Turkinatl: Host component implementation: IOleControlSite.
2006-11-13  Andrey Turkinatl: Host component implementation: IOleInPlaceFrame.
next