wine
2010-02-25  Piotr Cabanoleaut32: Update TypeInfo flags when object inherits...
2010-02-25  Piotr Cabanoleaut32: Added ITypeLib2_GetDocumentation implementation.
2010-02-25  Piotr Cabanoleaut32: Added ITypeLib2_GetLibAttr implementation.
2010-02-25  Huw Daviesoleaut32: Correctly marshal NULL interface ptrs.
2010-02-25  Vincent Povirkgdiplus: Stub GdipGetRegionScansCount.
2010-02-25  Vincent Povirkgdiplus: Stub GdipGetImageItemData.
2010-02-25  Vincent Povirkgdiplus: Free the attached HBITMAP when destroying...
2010-02-25  Dylan Smithwordpad: Show page numbers in statusbar for print preview.
2010-02-25  Dmitry Timoshkovgdi32: Fix the DeleteDC test failures under Win9x.
2010-02-25  Reece Dunnole32: Fix the HGLOBAL stream Seek implementation.
2010-02-25  Reece Dunnole32/tests: Improve the HGLOBAL stream tests for Seek.
2010-02-25  Gerald Pfeiferwinmm/tests: Fix test condition in test_midiStream().
2010-02-25  Jacek Cabanatl: Properly release registrar in do_register_dll_server.
2010-02-25  Jacek Cabanatl: Don't add CLSID_ATLRegistrar replacement in do_reg...
2010-02-25  André Hentscheloleaut32/tests: Add some tests.
2010-02-25  Charles Davisinclude: Don't accidentally redefine a member in struct...
2010-02-24  Alexandre Julliardtests: The ok() macro shouldn't return a value.
2010-02-24  Alexandre Julliardkernel32/tests: Fix broken usage of the ok() macro...
2010-02-24  Paul Vriensntdll/tests: Fix a crash on some Vista boxes.
2010-02-24  Alexandre Julliardcomctl32/tests: Fix broken check of the ok() macro...
2010-02-24  Alexandre Julliarduser32/tests: Fix broken check of the ok() macro return...
2010-02-24  Alexandre Julliardshell32/tests: Fix broken check of the ok() macro retur...
2010-02-24  Alexandre Julliardshell32/tests: Don't use the return value of the ok...
2010-02-24  Dmitry Timoshkovuser32: DeleteDC() should allow to delete a DC returned...
2010-02-24  Nikolay Sivovuser32: Use whole window rectangle for UpdateLayeredWindow.
2010-02-24  Piotr Cabanoleaut32: Added implementation of ITypeInfo2_GetRefType...
2010-02-24  Piotr Cabanoleaut32: Added implementation of ITypeInfo2_GetImplTyp...
2010-02-24  Piotr Cabanoleaut32/tests: Remove incorrect test.
2010-02-24  Piotr Cabanoleaut32: Improve TKIND_COCLASS handling while creating...
2010-02-24  Piotr Cabanoleaut32: Fix importfile searching in ctl2_alloc_import...
2010-02-24  Piotr Cabanoleaut32: Added implementation of ITypeInfo2_fnGetTypeAttr.
2010-02-24  Kusanagi Kouichiwinex11.drv: Add a new debug channel for XIM.
2010-02-24  Kusanagi Kouichiwinex11.drv: There seems to be nothing to be done for...
2010-02-24  Kusanagi Kouichiwinex11.drv: Generate IME messages as needed.
2010-02-24  Dmitry Timoshkovgdi32: Dump GDI objects in the case of running out...
2010-02-24  Jörg Höhlewinmm/tests: Fix transient notification error: messages...
2010-02-24  Dylan Smithwordpad: Number of preview pages to show when unzoomed...
2010-02-24  Dylan Smithwordpad: Added zoom cursor for print preview.
2010-02-24  David Hedbergmsvcrt: Implement _mbctombb.
2010-02-24  Alexandre Julliardmakefiles: Remove makedep only after everything else...
2010-02-24  Ken Thomasesntdll: Mac: Fix leak of send right for Mach thread...
2010-02-24  Nikolay Sivovuser32: Intersect with passed dirty rectangle while...
2010-02-24  Nikolay Sivovuser32/tests: Test to show that caption added for WS_EX...
2010-02-24  Paul Chitescuquartz: Do not assert() the existence of a media format...
2010-02-24  Andrey Turkinextrac32: Implement /C mode.
2010-02-24  Andrey Turkinkernel32: Use TEB-based buffer in CreateMutexExA.
2010-02-23  Christian Costashell32: Allow copy operation to overwrite an existing...
2010-02-23  Alexandre Julliardmakefiles: Add some shell function helpers to generate...
2010-02-23  Alexandre Julliardmakefiles: Always build dependencies by default and...
2010-02-23  Alexandre Julliardmakefiles: Always generate the subdirs makefiles from...
2010-02-23  Hans Leidekkerwininet: Fix a memory leak.
2010-02-23  Hans Leidekkermsi: Add tests for creating and removing duplicate...
2010-02-23  Hans Leidekkermsi: Implement the RemoveDuplicateFiles standard action.
2010-02-23  Alexandre Julliardkrnl386.exe: Add an explicit name check to allow import...
2010-02-23  Alexandre Julliardwinex11: Switch owner window to managed when displaying...
2010-02-23  Alexandre Julliardwinex11: Windows that own popups should be managed.
2010-02-23  Alexandre Julliardwinex11: Make sure that the owner window exists when...
2010-02-23  Reece Dunnshlwapi/tests: Skip SHCreateStreamOnFileA/W configurati...
2010-02-23  Andrew Nguyenuser32/tests: Fix a failure message trace.
2010-02-23  Andrew Nguyenuser32: Ensure that WM_INITDIALOG passes the first...
2010-02-23  David Hedbergmsvcrt: Implement _ismbclegal.
2010-02-23  David Hedbergmsvcrt: Add trail bytes info for codepage 1361.
2010-02-23  XueFeng Changserver: Check create_event return value in console...
2010-02-23  Piotr Cabanoleaut32/tests: Added more typelib creation tests.
2010-02-23  Piotr Cabanoleaut32: Improved implementation of ICreateTypeInfo2_f...
2010-02-23  Piotr Cabanoleaut: Added ITypeInfo2_fnGetRefTypeInfo implementation.
2010-02-23  Piotr Cabanoleaut32: Improved ICreateTypeInfo2_AddRefTypeInfo...
2010-02-23  Piotr Cabanoleaut32/tests: Added VT_PTR tests in function arguments.
2010-02-23  Piotr Cabanoleaut32: Improved ICreateTypeInfo2_SetFuncAndParamName...
2010-02-23  Piotr Cabanoleaut32: Added VT_BSTR handling to ctl2_add_default_value.
2010-02-23  Piotr Cabanoleaut32: Added more arguments with default values...
2010-02-23  Piotr Cabanoleaut32: Added partial ICreateTypeInfo2_AddFuncDesc...
2010-02-23  Stefan Leichterntdll/tests: Test NtCreateFile with an invalid filename.
2010-02-23  Henri Verbeetwined3d: Escape shader comments.
2010-02-23  Henri Verbeetwined3d: Properly report shader comment sizes.
2010-02-23  Paul Vrienscmd: Fix a memory leak (Valgrind).
2010-02-23  Eric Pouechntdll: Notify valgrind for stack management while in...
2010-02-23  André Hentscheloleaut32: Reorder some code to make it easier to read...
2010-02-23  Vitaly Perovmshtml: Silence IStdMarshalInfo in htmldoc_qi FIXME.
2010-02-23  Alexandre Julliardmlang/tests: Add another possible failure for Win2k.
2010-02-23  Alexandre Julliardkernel32/tests: Add a couple of last error codes for...
2010-02-23  Alexandre Julliardadvapi32/tests: Fix a test failure on Wow64.
2010-02-22  Maarten Lankhorstmmdevapi: Add todo_wine in dependency test.
2010-02-22  Maarten Lankhorstmmdevapi: Add tests for renderclient.
2010-02-22  Huw Daviesrpcrt4: Add support for FC_FLOAT and FC_DOUBLE in compl...
2010-02-22  Jörg Höhlewinmm/tests: MIDIHDR tests.
2010-02-22  Jörg Höhlewinmm: Accept the ancient, smaller MIDIHDR.
2010-02-22  Jörg Höhlewinmm: MIDIHDR.dwOffset is set with MEVT_F_CALLBACK...
2010-02-22  Jörg Höhlewinmm: Do not access MIDIHDR past MOM_DONE DriverCallback.
2010-02-22  Jörg Höhlemidimap: Have GetDevCaps error out when no MIDI device...
2010-02-22  Jörg Höhlewinealsa: Do not access WAVEHDR past DriverCallback.
2010-02-22  Jörg Höhlewineoss: Do not access WAVEHDR past DriverCallback.
2010-02-22  Jörg Höhleuser32: Sync vkey codes with winuser.h.
2010-02-22  Hans Leidekkerwininet: Fix handling of a response without headers.
2010-02-22  Hans Leidekkerwinhttp: Add support for resolve timeouts.
2010-02-22  Hans Leidekkerkernel32/tests: Fix a thread handle leak.
2010-02-22  Hans Leidekkerfusion: Add a stub implementation of CreateApplicationC...
2010-02-22  Hans Leidekkermsi: Allocate sufficient memory in ITERATE_InstallODBCD...
2010-02-22  Hans Leidekkermsi/tests: Free exception information.
2010-02-22  Hans Leidekkermsi: All stream names starting with 0x0005 are unencoded.
next