kernel32: Replace magic numbers with descriptive defines.
[wine] / dlls /
2006-11-20  James Hawkinskernel32: Replace magic numbers with descriptive defines.
2006-11-20  Andrew Talbotuser32: Cast-qual warnings fix.
2006-11-20  Andrew Talbotuser32: Cast-qual warnings fix.
2006-11-20  Andrew Talbotuser32: Cast-qual warnings fix.
2006-11-20  Andrew Talbotuser32: Cast-qual warnings fix.
2006-11-20  Marcus Meissnerntdll: Converted bitmask into TRUE/FALSE.
2006-11-20  Marcus Meissnerkernel32: Added missing shift by 8.
2006-11-17  H. Verbeetwined3d: Allow the depth buffer to be shared between...
2006-11-17  H. Verbeetwined3d: Add FBO support for offscreen rendering.
2006-11-17  H. Verbeetwined3d: Make the offscreen render mode a registry...
2006-11-17  H. Verbeetwined3d: Fix depth buffer formats to use actual depth...
2006-11-17  H. Verbeetwined3d: Rename renderUpsideDown to render_offscreen.
2006-11-17  Huw Daviesmsxml3: Implement createElement.
2006-11-17  Hans Leidekkersetupapi: Add tests for SetupGet{SourceFileLocation...
2006-11-17  Jacek Cabanmshtml: Remove nscstring and nscwstring typedefs.
2006-11-17  Jacek Cabanmshtml: Added semi-stub createStyleSheet implementation.
2006-11-17  Jacek Cabanmshtml: Added put_fontSize implementation.
2006-11-17  Jacek Cabanmshtml: Added put_backgroundColor implementation.
2006-11-17  Jacek Cabanmshtml: Added put_fontFamily implementation.
2006-11-17  Jacek Cabanmshtml: Store nsIDOMCSSStyleDeclaration in HTMLStyle.
2006-11-17  Jacek Cabanmshtml: Added get_style implementation.
2006-11-17  Alexandre Julliardinclude: Get rid of heap.h.
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  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  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  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 Jeonuser32: 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  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.
next