wine
2005-02-03  Dmitry TimoshkovAdd support for winevent hooks.
2005-02-03  Alexandre JulliardProperly compute the client area valid rects and pass...
2005-02-03  Eric Kohl- Implement SetupDiBuildClassInfoListExA,
2005-02-03  Huw DaviesCoclass support.
2005-02-03  Hans LeidekkerImplement and test PathIsValidChar{A,W}.
2005-02-03  Alexandre JulliardFixed refcount handling (waiting clients must not incre...
2005-02-03  Alexandre JulliardMake sure leaked objects are printed even if a file...
2005-02-03  Alexandre JulliardFixed potential crash in fd_dump function.
2005-02-03  Alexandre JulliardAsync callback function must be stdcall.
2005-02-03  Mike McCormack- implement checkboxes in dialogs
2005-02-03  Juan LangSimplify AppSearch error checking.
2005-02-03  Paul van SchayckClean up about dialog. Remove groupbox, position logo...
2005-02-02  Robert Shearman- Pass the original IID to IMarshal_UnmarshalInterface...
2005-02-02  Lauri TulminAdd test for LB_SELITEMRANGE and make it pass.
2005-02-02  Lauri TulminAdded some more defines.
2005-02-02  Huw DaviesAdd support for typedefs.
2005-02-02  Eric Kohl- Implement DoesUserHavePrivilege, EnablePrivilege...
2005-02-02  David McCulloughHTTP_HttpSendRequestW was getting invoked with a null...
2005-02-02  Mike McCormackAdd more dialog controls, do something when they're...
2005-02-02  Mike McCormackAdd the msidbTextStyleStyleBits enumeration.
2005-02-02  Dmitry TimoshkovUse the idFirstChild specified in the MDIClient's CLIEN...
2005-02-02  James HawkinsProperly implement DllCanUnload ref counting.
2005-02-02  James HawkinsProperly implement DllCanUnloadNow ref counting.
2005-02-02  Aric StewartCleanup processing a bit more.
2005-02-02  Aric StewartFix a copy and paste error, check for a null value...
2005-02-02  Mike McCormackMsiEvaluateCondition returns an error when passed NULL...
2005-02-02  Aric StewartFinish up the framework by stubbing out all the remaini...
2005-02-01  Alexandre JulliardRemoved the no longer used WIN_SetExStyle function.
2005-02-01  Alexandre JulliardStore the "managed" flag as a window property instead...
2005-02-01  Hans Leidekker- Stub implementations for FtpGetFileSize, FtpCommand...
2005-02-01  Huw DaviesAdd support for dispinterfaces (slightly hacked because...
2005-02-01  Dmitry TimoshkovHandle CBR_BLOCK in EXECUTE and ADVISE DDE transactions.
2005-02-01  Robert ReifFix primary buffer memory leak.
2005-02-01  Justin Chevrier- SPI_GETWORKAREA: Read work area information from...
2005-02-01  Aric StewartContinued work to simplify the ProcessAction call,...
2005-02-01  Alexandre JulliardDon't clean all tlb files, only the ones we generated.
2005-02-01  Juan LangPartially implement AppSearch action.
2005-02-01  Christian CostaAdded ACM Wrapper filter.
2005-02-01  James HawkinsProperly implement DllCanUnloadNow ref counting.
2005-02-01  Tom WicklineFix a broken link.
2005-02-01  Aric StewartAdded some more suminfo stubs.
2005-02-01  Robert Shearman- Add code for destroying the thread-local storage...
2005-01-31  Aric StewartA reworking of format.c to remove the recursion, clean...
2005-01-31  James HawkinsProperly implement DllCanUnloadNow ref counting.
2005-01-31  Alexandre JulliardWIN_ListParents no longer needs to be exported, make...
2005-01-31  Alexandre JulliardOnly create an X window for top-level windows, not...
2005-01-31  Alexandre JulliardSilence a noisy FIXME.
2005-01-31  Huw DaviesDynamically allocate the type data storage.
2005-01-31  Christian CostaAdded transform filter template and made AVIDec use it.
2005-01-31  Hans LeidekkerStub implementation for ReadDirectoryChangesW.
2005-01-31  Aric StewartEliminate the giant if.. else if block from ACTION_Proc...
2005-01-31  Mike HearnShow window owner thread in winedbg.
2005-01-31  Eric PouechCleanup of dbghelp.h (and a couple of definition fixes...
2005-01-31  Vincent BéronRemove message telling users to copy native stdole32...
2005-01-31  Mike McCormackAdd the msidefs.h header.
2005-01-31  Tom WicklineRemove outdated information from the introduction page...
2005-01-31  Troy RolloCorrect errors in the macros for two DxDiag method...
2005-01-31  Troy RolloAdd stubs for wglSwapIntervalEXT & wglGetSwapIntervalEXT.
2005-01-31  Rein KlazesSafeArrayDestroy() returns success when called with...
2005-01-31  Aric StewartSetting a record to an empty string is the same as...
2005-01-31  Dimitrie O... Replace a DPRINTF with TRACE.
2005-01-31  Vincent BéronCheck that there are some methods to iterate through...
2005-01-31  Paul Vriens- new test
2005-01-31  Robert ShearmanRemove test that fails on Win98 and is not useful.
2005-01-31  Eric PouechVarious fixes for C++ class parsing (nesting, templates...
2005-01-31  Michael JungMoved PKCS1 #2 un-/padding from Import-/ExportKey to...
2005-01-28  Alexandre JulliardUse an X context to associated the x11drv private windo...
2005-01-28  Alexandre JulliardFixed bug that caused the whole window to be repainted...
2005-01-28  Robert ReifFix structure member name to match windows headers...
2005-01-28  Robert ShearmanRelease the client security objects when no longer...
2005-01-28  Thomas WeidenmuellerWhen a toolbar doesn't have the TBSTYLE_FLAT style...
2005-01-28  Huw DaviesAdded stdole32.tlb.
2005-01-28  Raphael Junqueira- add vertex Declaration support (using wined3d)
2005-01-28  Rémi Assaillychar -> const char fixes.
2005-01-28  Alexandre JulliardAvoid assertion failure when loading an empty data...
2005-01-28  Huw DaviesStructs with ptrs are also VT_USERDEFINED.
2005-01-28  Mike McCormackImplement MsiPreviewDialog.
2005-01-28  Robert Shearman- More tests.
2005-01-28  Rein KlazesIn NtQuerySystemInformation, handle request for informa...
2005-01-28  Steven EdwardsAdd a stub dll for the System Event Notification Service.
2005-01-28  Dimitrie O... Added a new man page for winegcc.
2005-01-28  Raphael Junqueira- convert D3D8 VertexDecl to D3D9 format (D3DVERTEXELEM...
2005-01-28  Huw DaviesAdd a few missing RegCloseKey calls.
2005-01-28  Tony LambregtsFix bug in CharPrevExA().
2005-01-28  Michael JungAdded a test case for hashing with schannel mac keys.
2005-01-28  Oliver StieberFill in the information in VendorIdentifier and make...
2005-01-28  Juan LangRemove duplicate definition.
2005-01-28  Robert Shearman- Implement CoSetProxyBlanket, CoQueryProxyBlanket...
2005-01-28  Francois GougetFix handling of EOF for the '%c' and '%C' cases in...
2005-01-28  Oliver StieberSend a scancode through for the 5 key when numlock...
2005-01-27  Alexandre JulliardDon't make the test key volatile, that can break other...
2005-01-27  Dmitry TimoshkovAdd more tests for old style hooks and winevent hooks...
2005-01-27  Aric StewartEnable the updating of Feature and thus the resulting...
2005-01-27  Mike McCormack- implement MsiOpenPackageEx, and forward MsiOpenPackag...
2005-01-27  Troy RolloAdd TZ_INFO entry to match (incorrect) Australian Easte...
2005-01-27  Mike Hearn- Change some FIXMEs to ERRs to reflect the fact that...
2005-01-27  Paul VriensCheck for availability of SPI_GETICONTITLEWRAP.
2005-01-27  Alexandre JulliardAvoid a few more uses of WIN_FindWndPtr.
2005-01-27  Mike McCormackAdded idl file for the System Event Notifcation Service...
2005-01-27  James HawkinsProperly implement DllCanUnloadNow ref counting. Make...
next