wine
2007-05-22  Rob Shearmanole32: Remove a useless trace.
2007-05-22  Rob Shearmanole32: The identity functions can be used from apartmen...
2007-05-22  Rob Shearmanole32: Make proxy_manager_get_remunknown AddRef the...
2007-05-22  Rob Shearmanole32: Handle MSHLFLAGS_TABLEWEAK and MSHLFLAGS_TABLEST...
2007-05-22  Mikołaj Zalewskixcopy: Add Polish translation.
2007-05-22  Andrew Talbotwinealsa.drv: Exclude unused headers.
2007-05-22  Detlef Riekenbergserialui/tests: Remove unused string.
2007-05-22  Detlef Riekenberglocalui/tests: Add tests for ConfigurePortUI.
2007-05-22  Francois Gougetmsvcrt: When operating on a closed pipe, read() should...
2007-05-22  Francois Gougetmsvcrt: Remove the S_ISXXX() macros as they are not...
2007-05-22  Francois Gougetmsvcrt/tests: When compiling with Visual C++ 2005,...
2007-05-22  Alexandre Julliardserver: Don't allow a waitable timer to be set to expir...
2007-05-22  Alexandre JulliardFix a couple of overflowing heap allocations revealed...
2007-05-22  Alexandre Julliardntdll: Avoid overflows in heap allocations. Based on...
2007-05-21  Stefan Dösingerddraw: Hold the dll lock in IDirectDraw methods.
2007-05-21  Stefan Dösingerddraw: Hold the lock in creation functions.
2007-05-21  Stefan Dösingerddraw: Make the ddraw list lock a global dll lock.
2007-05-21  Rolf Kalbermatteradvapi32: Return error on NULL service name to GetServi...
2007-05-21  Dmitry Timoshkovkernel32: Fix the size of ThreadAffinityMask to match...
2007-05-21  Dmitry Timoshkovbasetsd.h: Add a bunch of PSDK compatible macros/inline...
2007-05-21  Vitaliy Margolenntdll: Implement RtlWriteRegistryValue and forward...
2007-05-21  Rob Shearmanwininet: Implement basic non-proxy authentication.
2007-05-21  Rob Shearmanwininet: Add support for SSPI authentication for HTTP.
2007-05-21  David Adamd3drm: Implement D3DRMCreateColorRGB.
2007-05-21  David Adamd3drm: Implement D3DRMCreateColorRGBA.
2007-05-21  David Adamd3drm: Implement D3DRMColorGetAlpha.
2007-05-21  David Adamd3drm: Implement D3DRMColorGetBlue.
2007-05-21  David Adamd3drm: Implement D3DRMColorGetGreen.
2007-05-21  David Adamd3drm: Implement D3DRMColorGetRed.
2007-05-21  Dmitry Timoshkovwinex11.drv: Synchronize debug output between X11DRV_Ke...
2007-05-21  Dmitry Timoshkovinclude/wine/debug.h: Fix compilation warning in 64...
2007-05-21  Dmitry Timoshkovwinedump: Fix compilation warnings in 64-bit mode.
2007-05-21  Dmitry Timoshkovwinebuild: Fix compilation warnings in 64-bit mode.
2007-05-21  Dmitry Timoshkovwidl: Fix compilation warnings in 64-bit mode.
2007-05-21  Andrew Talbotuxtheme: Exclude unused headers.
2007-05-21  Andrew Talbotversion: Exclude unused headers.
2007-05-21  Andrew Talbotvmm.vxd: Exclude unused headers.
2007-05-21  Andrew Talbotuser32: Exclude unused headers.
2007-05-21  Andrew Talbotuser32: Exclude unused headers.
2007-05-21  Andrew Talbotuser32: Exclude unused headers.
2007-05-21  Andrew Talbotuser32: Exclude unused headers.
2007-05-21  Dan Hipschmanwidl: Lay framework for unions with simple unions working.
2007-05-21  Dan Hipschmanwidl: Replace erroneously removed current_func assignment.
2007-05-21  Mounir IDRASSIcrypt32: Fix CertAddCertificateContextToStore when...
2007-05-21  Marcus Meissnerkernel32: Skip modem status tests if GetModemStatus...
2007-05-21  Misha Koshelevmsi: Make MsiEnumProducts enumerate products, not features.
2007-05-21  Misha Koshelevmsi/tests: automation: Test Installer::Products before...
2007-05-21  Misha Koshelevmsi/tests: automation: Installer::InstallProduct, remov...
2007-05-21  Francois Gougetuser32/tests: Fix compilation with gcc 2.95.
2007-05-21  Francois Gougetdirect3d: Remove misspelled constants as they exist...
2007-05-21  Francois Gougetntdll: Fix compilation on systems that don't support...
2007-05-21  Paul Vriensadvpack/tests: Don't hardcode the system directory.
2007-05-21  Rob Shearmanole32: Fix hosting in main apartments.
2007-05-21  Andrew Talbotshell32: Exclude unused headers.
2007-05-21  Andrew Talbotshell32: Exclude unused headers.
2007-05-21  Andrew Talbotshell32: Exclude unused headers.
2007-05-21  Andrew Talbotsetupapi: Exclude unused headers.
2007-05-21  Andrew Talbotsecur32: Exclude unused headers.
2007-05-21  Rolf Kalbermatteradvapi32: Fix return value to indicate error when NULL...
2007-05-21  Hans Leidekkersetupapi: Don't require a valid version section for...
2007-05-18  Michael Karcheruser32: Reduce the PeekMessage timeout to zero for...
2007-05-18  Misha Koshelevmsi: automation: Implement StringList::_NewEnum.
2007-05-18  Misha Koshelevmsi: automation: Generalize list implementation.
2007-05-18  Misha Koshelevmsi/tests: automation: Add tests for StringList::_NewEnum.
2007-05-18  Misha Koshelevmsi/tests: automation: Fix Installer_ProductInfo ok...
2007-05-18  Mikołaj Zalewskimsxml3: Implement IXMLDOMElement::getElementsByTagName.
2007-05-18  Mikołaj Zalewskimsxml3: Add tests for XPath queries with namespaces.
2007-05-18  Mikołaj Zalewskimsxml3: For queries the get_item should change the...
2007-05-18  Huw Daviesoleaut32: Recurse through the impltype list so that...
2007-05-18  Huw Daviesoleaut32: Fix CreateDispTypeInfo to store the correct...
2007-05-18  Huw Daviesoleaut32: non-dual dispinterfaces should be marshaled...
2007-05-18  Huw Daviesoleaut32: Move the proxy thunk creation code to a separ...
2007-05-18  Huw Daviesoleaut32: Test for interface that derives from IUnknown.
2007-05-18  Huw Daviesoleaut32: Tests for more 'syntax 2' dispinterfaces.
2007-05-18  Huw Daviesoleaut32: GetRefTypeOfImplType(0) on TKIND_DISPATCH...
2007-05-18  Huw Daviesoleaut32: Fix return value in the element not found...
2007-05-18  Huw Daviesoleaut32: Typelib inheritance tests.
2007-05-18  Alexandre Julliardntdll: Setup the shared user data structure at 0x7ffe0000.
2007-05-18  Alexandre Julliardntoskrnl.exe: Implemented a couple of time-related...
2007-05-18  Alexandre Julliardntoskrnl.exe: Reuse the kernel32 instruction emulation...
2007-05-18  Mikołaj Zalewskimsxml3: Improve the XPath queries handling.
2007-05-18  Misha Koshelevmsi/tests: automation: Change SUCCEEDED(hr) to more...
2007-05-18  Misha Koshelevmsi: script: Change all tabs to spaces to conform to...
2007-05-18  Misha Koshelevmsi: automation: Change all tabs to spaces to conform...
2007-05-18  Misha Koshelevmsi/tests: automation: Check for NULL source string...
2007-05-18  Misha Koshelevmsi/tests: automation: Change non-const LPCWSTR paramet...
2007-05-18  Rob Shearmanole32: Fix reading from an HGLOBALStreamImpl with an...
2007-05-18  Rob Shearmanole32: Create host apartments to enable isolation of...
2007-05-18  Aric Stewartcomctl32: Trying to blend an image without a mask cause...
2007-05-18  Hans Leidekkersetupapi: Add a partial implementation for SetupScanFil...
2007-05-18  Hans Leidekkersetupapi: Correctly handle an empty filename in SetupGe...
2007-05-18  Hans Leidekkersetupapi: Implement pSetup{Get, Set}QueueFlags.
2007-05-18  Dmitry Timoshkovkernel32: Add an overflow test for MultiByteToWideChar.
2007-05-18  Dmitry Timoshkovkernel32: Print last error value as unsigned, printing...
2007-05-18  Rob Shearmanserver: Add the logon SID to the default admin token...
2007-05-18  Andrew Talbotriched20: Exclude unused headers.
2007-05-18  Andrew Talbotrsaenh: Exclude unused header.
2007-05-18  Andrew Talbotrpcrt4: Exclude unused headers.
2007-05-18  Juan Langoleaut32: Don't mix allocation routines.
2007-05-17  Alexandre Julliardadvapi32: Launch winedevice.exe when asked to start...
next