wine
2006-11-10  Rob Shearmanrpcrt4: Fix a crash in RpcServerUseProtseqEpExA/W when...
2006-11-10  Rob Shearmanrpcrt4: Correctly align the results in the RPC Bind...
2006-11-10  Dmitry Timoshkovshlwapi: Unify SHDeleteKeyW implementation with SHDelet...
2006-11-10  Dmitry Timoshkovoleaut32: Constify some data.
2006-11-10  Alexandre Julliardopengl32: Hack to make sure winex11 is loaded before...
2006-11-10  Alexandre Julliardadvapi32: Fixed last error check in RegSaveKey.
2006-11-10  Alexandre Julliardserver: Properly handle kill_thread recursion when...
2006-11-10  Andrew Talbotquartz: Cast-qual warning fix.
2006-11-10  Markus Amslerd3d8: Add GetContainer tests for implicit surfaces.
2006-11-10  Markus Amslerd3d9: Forwardport implicit surface tests.
2006-11-10  Mike McCormackriched20: Flush the clipboard before exiting the test.
2006-11-10  Mike McCormackriched20: Add missing void to parameter list.
2006-11-10  Mike McCormackriched20: Remember to close windows after tests.
2006-11-10  Mike McCormackriched20: Fix a memory leak.
2006-11-10  Mike McCormackriched20: Set the correct number of initialized cursors.
2006-11-10  Mike McCormackriched20: Fix an uninitialized variable.
2006-11-10  Mike McCormackmsi: Only log the Action, as it's the same as ActionReq...
2006-11-10  Mike McCormackmsi: Check whether the component is enabled first.
2006-11-10  Mike McCormackmsi: Component attributes are bitmasks.
2006-11-10  Mike McCormackdinput: Use HeapAlloc/Free instead of alloc/free.
2006-11-10  Mike McCormacksetupapi: Use HeapAlloc/Free instead of malloc/free.
2006-11-10  Mike McCormackshlwapi: Use HeapAlloc/Free instead of malloc/free.
2006-11-10  Mike McCormackoleaut32: Use HeapAlloc/Free instead of malloc/free.
2006-11-10  Damjan Jovanovicwinex11.drv: Check for incompatible bpps and negative...
2006-11-10  Damjan Jovanovicwinex11.drv: Fix copying top-down/bottom-up DIBs.
2006-11-10  Kai Blinsecur32: work around a bug in ntlm_auth that breaks...
2006-11-10  Jacek Cabanmshtml: Use popup menu from shdoclc.dll.
2006-11-10  Michael Stefaniucrpcrt4: Win64 printf format warning fixes.
2006-11-10  Michael Stefaniucrpcrt4: More "unsigned long" to "ULONG" changes in...
2006-11-10  Michael Stefaniucrpcrt4: Bring the function definitions in sync with...
2006-11-10  Michael Stefaniucrpcrt4/ndr_marshall.c: Bring the function definitions...
2006-11-09  Saulius Krasuckasloader: Use plain binary name of git-describe to avoid...
2006-11-09  Alexandre Julliardrpcrt4/tests: Replace || by |.
2006-11-09  Alexandre Julliarddmsynth: Fix one more instance of && instead of &.
2006-11-09  Marcus Meissneruser32: Replaced && 0xff by & 0xff.
2006-11-09  Marcus Meissnerdmscript: Replaced && 0xff by & 0xff.
2006-11-09  Marcus Meissnerdmusic: Replaced && 0xfff... by & 0xff.
2006-11-09  Marcus Meissnerdswave: Replaced && 0xff by & 0xff.
2006-11-09  Marcus Meissnerdmcompos: Replaced && 0xff by & 0xff.
2006-11-09  Dmitry Timoshkovinclude: Remove duplicate definition.
2006-11-09  Markus Amslerd3d8: Add refcount tests for implicit surfaces.
2006-11-09  Francois Gougetwinepath: Fix --long option.
2006-11-09  Eric Pouechmscms: GetColorDirectory: fixed incorrect A -> W conver...
2006-11-09  Eric Pouechmsi: Fixed bogus A -> W conversion.
2006-11-09  Alexandre Julliardkernel32/tests: Fixed the pipe test for MacOS.
2006-11-09  Jacek Cabanmshtml: Added QueryStatus(IDM_JUSTIFY*) implementation.
2006-11-09  Jacek Cabanmshtml: Code clean up.
2006-11-09  Jacek Cabanmshtml: Added Exec(IDM_JUSTIFYLEFT) and Exec(IDM_JUSTIF...
2006-11-09  Jacek Cabanmshtml: Added Exec(IDM_JUSTIFYCENTER) implementation.
2006-11-09  Jacek Cabanmshtml: Added IDM_FORECOLOR implementation.
2006-11-09  Jacek Cabanmshtml: Added Exec(IDM_FONTSIZE) stub.
2006-11-09  Jacek Cabanmshtml: Added QueryStatus(IDM_FONTSIZE) implementation.
2006-11-09  Jacek Cabanmshtml: Added QueryStatus(IDM_FONTNAME) implementation.
2006-11-09  Kai Blinsecur32: Implement NTLM2 encryption.
2006-11-09  Francois Gougetshlwapi: Add a fixme for a missing include.
2006-11-09  Francois Gougetinclude/usp10.h: Add missing include directives.
2006-11-09  Francois Gougetinclude/oledlg.h: Add missing include directives.
2006-11-09  Francois Gougetinclude/dshow.h: Add missing include directives.
2006-11-09  Francois Gougetinclude: Add missing include directives to d3d8.h and...
2006-11-09  Francois Gougetinclude: The PSDK headers don't define WM_SYSTIMER...
2006-11-09  Hwang YunSong... localspl: Added Korean resource.
2006-11-09  Detlef Riekenbergwinspool/tests: Add tests for ConfigurePort.
2006-11-09  Detlef Riekenbergwinspool: Implement ConfigurePortA.
2006-11-09  Detlef Riekenbergwinspool: Implement ConfigurePortW.
2006-11-09  Markus Amslerd3d8: Backport volume tests.
2006-11-09  Markus Amslerd3d8: Backport IDirect3DVolume9Impl_GetContainer.
2006-11-09  Markus Amslerd3d8: Backport texture tests.
2006-11-09  Markus Amslerd3d8: Backport missing device tests.
2006-11-09  Markus Amslerd3d8: Backport null pointer check in SetCursorProperties.
2006-11-09  Eric Pouechwinmm: Plug a memory leak.
2006-11-09  Eric Pouechole32: Don't use PropVariantClear to setup an unitializ...
2006-11-09  Eric Pouechmsi: Don't call PropVariantClear on uninitialized variants.
2006-11-09  Eric Pouechkernel32: Changed encoding for Divehi (which has a...
2006-11-09  Eric Pouechcomctl32: header: fix bug found out by running valgrind...
2006-11-09  Alexandre Julliardkernel32: Fixed buffer overrun in get_registry_locale_info.
2006-11-09  Mike McCormackuser32: Downgrade a FIXME to a WARN.
2006-11-09  Mike McCormackcomctl32: Downgrade an ERR to a WARN.
2006-11-09  Mike McCormackgdi32: Downgrade a FIXME to a WARN.
2006-11-09  Eric Pouechwinmm: Remove WINE_NO_LONG_AS_INT.
2006-11-09  Alex Villacís... oleaut32: typelib - fix regression in MSFT typelib...
2006-11-09  Michael Stefaniucrpcrt4/tests: Fix the warnings introduced by the "unsig...
2006-11-09  Michael Stefaniucoleaut32: Fix the warnings introduced by the "unsigned...
2006-11-09  Michael Stefaniucole32: Fix the warnings introduced by the "unsigned...
2006-11-09  Michael Stefaniucrpcndr.h: Use ULONG/LONG/DWORD for Win64 compatibility...
2006-11-09  Michael Stefaniucwidl: Use ULONG instead of unsigned long when generatin...
2006-11-09  Michael Stefaniucwidl: Use ULONG instead of unsigned long when generatin...
2006-11-09  Michael Stefaniucwidl: Use ULONG instead of unsigned long when generatin...
2006-11-09  Michael Stefaniucwidl: Use ULONG instead of unsigned long when generatin...
2006-11-09  Kai Blinsecur32: Implement ntlmv2 signing.
2006-11-09  Kai Blinsecur32: MD5 functions are WINAPI.
2006-11-09  Rob Shearmanrpcrt4: For TCP endpoints, bind to all the address...
2006-11-09  Rob Shearmanrpcrt4: Use MaxCalls from the protseq when determining...
2006-11-09  Rob Shearmanrpcrt4: The error code RPC_S_SERVER_UNAVAILABLE doesn...
2006-11-09  Rob Shearmanrpcrt4: Open the endpoint from the caller of RpcServerU...
2006-11-09  Rob Shearmaninclude: Add RPC/DCE defines and structures related...
2006-11-09  Peter Oberndorferdbghelp: Do not write to array element -1.
2006-11-09  James Hawkinsmsi: Add support for continuous cabinets.
2006-11-09  James Hawkinsmsi: Extract cabinets in ACTION_InstallFiles. ready_med...
2006-11-09  James Hawkinsmsi: Move the file sequence check out of ready_media_in...
2006-11-09  James Hawkinsmsi: Factor out load_media_info from ready_media_for_file.
next