wine
2007-07-19  Vitaliy Margolenuser32/test: Destroy no longer needed test dialog windows.
2007-07-18  Paul Vriensadvapi32/service: Test for duplicate displayname.
2007-07-18  Hwang YunSong... wordpad: Updated Korean resource.
2007-07-18  Hwang YunSong... cmd: Updated Korean resource.
2007-07-18  Evan Stadegdiplus: Added GdipMultiplyMatrix.
2007-07-18  Evan Stadegdiplus: Added GdipGetPenDashStyle.
2007-07-18  Evan Stadegdiplus: Added GdipClonePen.
2007-07-18  Detlef Riekenberginclude/winspool.h: Add missing struct.
2007-07-18  James Hawkinsmsi: Only double the size if the remote call is from...
2007-07-18  James HawkinsRevert "msi: Only call a custom action remotely if...
2007-07-18  Michael Stefaniucwined3d: Remove unreachable code: break after return...
2007-07-18  Andrew Talbotcomdlg32: Cast-qual warning fix.
2007-07-18  Juan Langcrypt32: Add a couple more parameter tests for hash...
2007-07-18  Juan Langcrypt32: Fix typo.
2007-07-18  Juan Langcrypt32: Use property list for decoded message parameters.
2007-07-18  Juan Langcrypt32: Implement getting content of a data message.
2007-07-18  Juan Langcrypt32: Add a few tests for decoded message parameters.
2007-07-18  Juan Langcrypt32: Fix a bad comment.
2007-07-18  Juan Langcrypt32: Implement decoding hash messages.
2007-07-18  Juan Langcrypt32: Remove a redundant line.
2007-07-18  Juan Langcrypt32: Add tests for decoding a hash message.
2007-07-18  Juan Langcrypt32: Move digested data encoding to encode.c.
2007-07-18  Rob Shearmanrpcrt4: Add some more RPC to NCA status code mappings.
2007-07-17  Evan Stadegdi32: Added PATH_PolyDraw.
2007-07-17  Evan Stadegdi32: Added PolyDraw tests.
2007-07-17  Alexandre Julliardwinealsa: Make sure we can set volume before reporting...
2007-07-17  James Hawkinsvdmdbg: Add a stub implementation of VDMEnumTaskWOW.
2007-07-17  Kovács Andrásinclude: Add some idl headers for d3d10.
2007-07-17  Alexandre Julliardwidl: Added support for floating-point constants.
2007-07-17  Evan Stadegdiplus: Added GdipAddPathBeziers.
2007-07-17  Evan Stadegdiplus: Added GdipSetPenDashStyle.
2007-07-17  Evan Stadegdiplus: Added GdipPathIterRewind.
2007-07-17  Evan Stadegdiplus: Added GdipPathIterNextSubpath.
2007-07-17  Evan Stadegdiplus: Added GdipPathIterCopyData.
2007-07-17  Evan Stadegdiplus: Initial path iterator implementation.
2007-07-17  Evan Stadegdiplus: Added GdipSetPenMiterLimit.
2007-07-17  Evan Stadegdiplus: Export GdipSetPenLineJoin.
2007-07-17  Evan Stadegdiplus: Added GdipSetPenLineCap197819.
2007-07-17  James Hawkinsmsi: Only call a custom action remotely if the type...
2007-07-17  James Hawkinsmsi: Load the AdminProperties stream if the package...
2007-07-16  Vitaliy Margolendinput: Use CALLWINDPROC hook to monitor focus loses...
2007-07-16  Vitaliy Margolendinput: Use PostMessage instead of SendMessage. Remove...
2007-07-16  Tim Schwartznetapi32: Add NetUseAdd() stub.
2007-07-16  Kirill K. Smirnovprograms/start: use SEE_MASK_NO_CONSOLE flag as default.
2007-07-16  Kirill K. Smirnovshell32: Add support for SEE_MASK_NO_CONSOLE flag.
2007-07-16  Michael Stefaniucshell32: Fix missing unlock on an error path. Found...
2007-07-16  Paul Vriensadvapi32/service: Check combination of service-type...
2007-07-16  Rob Shearmanrpcrt4: Never allocate memory for the discriminant...
2007-07-16  Rob Shearmanrpcrt4: Check to make sure there is enough data in...
2007-07-16  Rob Shearmanrpcrt4: Even though FC_ENUM16 is an unsigned type,...
2007-07-16  Rob Shearmanole32: Remove some dead code.
2007-07-16  Vitaliy Margolenpdh: Forward PdhOpenQuery to PdhOpenQueryW.
2007-07-16  Alexandre Julliardkernel32: Always clear the I/O status block count befor...
2007-07-16  Alexandre Julliardserver: Merge APC processing into the select request.
2007-07-16  Alexandre Julliardkernel32: Wait in overlapped Read/WriteFile even when...
2007-07-16  Evan Stadegdiplus: Added GdipFillPath.
2007-07-16  Evan Stadegdiplus: Simplified GdipDrawPath by moving more of...
2007-07-16  Evan Stadegdiplus: Added GpGraphics save/restore tests.
2007-07-16  Evan Stadegdiplus: Constructor tests for GpGraphics.
2007-07-16  Evan Stadegdiplus: GdipSaveGraphics/GdipRestoreGraphics stubs.
2007-07-16  Evan Stadegdiplus: Added pixel offset mode.
2007-07-16  Evan Stadegdiplus: Added interpolation mode.
2007-07-16  Evan Stadegdiplus: Added compositing quality.
2007-07-16  Evan Stadegdiplus: Added smoothing modes.
2007-07-16  Evan Stadegdiplus: Added GdipSetPathFillMode.
2007-07-16  Dmitry Timoshkovshell32: Add a cache for queried shell folder interfaces.
2007-07-16  Misha Koshelevwininet: Fix behavior of InternetQueryDataAvailable...
2007-07-16  Misha Koshelevurlmon: Fix HttpProtocol behavior when InternetQueryDat...
2007-07-16  Misha Koshelevwininet/tests: Add testing framework and tests for...
2007-07-16  Misha Koshelevwininet/tests: Properly handle ERROR_IO_PENDING from...
2007-07-16  Vitaliy Margolenmsvcrt: Preserve registers when calling unwind function.
2007-07-16  Huw Davieskernel32: Overlapped pipe tests.
2007-07-16  Dmitry Timoshkovshlwapi: Fix parameter types of SHGetIniStringW.
2007-07-16  H. Verbeetwined3d: Fix STATE_IS_ACTIVELIGHT.
2007-07-16  Alec Berrymanitss: Replace malloc/free with HeapAlloc/HeapFree.
2007-07-16  Juan Langcrypt32: Implement decoding data messages (when opened...
2007-07-16  Juan Langcrypt32: Partially implement updating decode messages.
2007-07-16  Juan Langcrypt32: Store crypt provider in decode message.
2007-07-16  Juan Langcrypt32: Fix decoding sequences with extra trailing...
2007-07-16  Juan Langcrypt32: Add test showing extra trailing bytes should...
2007-07-16  Damjan Jovanovicws2_32: Update WSASendTo's iovec properly.
2007-07-16  Jeremy Whitegdi32: Added a test for the case where lpvBits in GetDI...
2007-07-16  Jeremy Whitegdi32: Do not fill in the color table if lpvBits is...
2007-07-16  Andrew Talbotwinedump: Cast-qual warnings fix.
2007-07-16  Paul Vriensmsi/tests: Don't create a directory that's not needed.
2007-07-16  Aric Stewartuser32: Change SetDeskWallPaper spec.
2007-07-13  Alexandre JulliardRelease 0.9.41. wine-0.9.41
2007-07-13  Paul Vriensmscms/tests: Skip tests if we don't have enough rights.
2007-07-13  Paul Vrienscrypt32/tests: Skip test if we don't have enough rights.
2007-07-13  Paul Vriensadvapi32/tests: Use skip instead of trace.
2007-07-13  Emmanuel Maillardwinecoreaudio: MIDIIn_MessageHandler: Fix non-SysEx...
2007-07-13  Ken Thomaseswinecoreaudio: Report format error on sample rate misma...
2007-07-13  Ken Thomaseswinecoreaudio: Protect against AudioUnitRender clobberi...
2007-07-13  Ken Thomaseswinecoreaudio: Correct the AudioBufferList allocated...
2007-07-13  James Hawkinsmsi: Add a test for running an ADMIN install.
2007-07-13  James Hawkinsmsi: Add a test for installing from different current...
2007-07-13  James Hawkinsmsi: Fix compilation in MSVC.
2007-07-13  James Hawkinsmsi: Fix three tests that were failing in Windows.
2007-07-13  James Hawkinsmsi: Fix automation.c compile for MSVC.
2007-07-13  Juan Langcrypt32: Update comments about hash message version...
next