wine/eterwine.git
2005-02-09 Ge van Geldorp- Fix quoting of .cpl filename.
2005-02-09 Mike McCormack- add support for Edit boxes in MSI dialogs
2005-02-09 Mike McCormackFix a memory leak in MsiConfigureProductExW.
2005-02-08 Jason EdmeadesAvoid compile warnings.
2005-02-08 Huw DaviesAdd support for modules.
2005-02-08 Robert Shearman- Implement CoDisconnectObject.
2005-02-08 Huw DaviesCheck if we've already added the ptr to iface typedesc...
2005-02-08 Rein KlazesScrollWindowEx when called with the SW_ERASE flag does...
2005-02-08 Aric StewartMake a temp file for each dll saved for custom actions...
2005-02-08 Aric StewartAdd logic to be able to resolve the SourceDir based on
2005-02-08 Robert ShearmanMove object-to-stub-manager mapping rule to register_if...
2005-02-08 Mike McCormackFix MsiModifyView and MsiViewGetColumnInfo to use MSIRE...
2005-02-08 Christian CostaAdded parser template and made AVISplitter use it.
2005-02-08 Stefan LeichterFixed GetFileVersionInfoSizeA tests on Win95.
2005-02-08 Vincent BéronSupport some more attributes for interface properties.
2005-02-08 Hans LeidekkerStub implementations for DeleteUrlCacheContainer{A,W},
2005-02-08 Robert Shearman- Split up apartment creation so that the long code...
2005-02-08 Paul VriensAdd WinXP to OaBuildVersion.
2005-02-08 Vincent BéronSupport ATTR_READONLY for interface properties.
2005-02-08 Mike McCormackAdd the msidbCustomAction and msidbFeatureAttributes...
2005-02-08 Mike McCormack- fix the dialog font
2005-02-08 Alexandre JulliardAuthors: Mike Hearn <mh@codeweavers.com>, Robert Shearm...
2005-02-08 Robert ShearmanSupport WaitNamedPipe timeouts.
2005-02-08 Juan LangIdentifiers evaluate to true if they are non-empty...
2005-02-08 Robert ShearmanReplace 10000000 with TICKSPERSEC to make it more obvio...
2005-02-08 Vincent BéronMake tlb generation from idl files dependent on widl.
2005-02-08 Scott RitchieRemove two ancient FAQ entries that did more harm than...
2005-02-08 Mike HearnReturn OLE automation build value as win2k by default.
2005-02-08 Mike McCormackImplement and document MsiLoadString.
2005-02-08 Mike HearnCorrectly ensure properties set from resolved directory...
2005-02-08 Carlos LozanoFix regression in Fallout game.
2005-02-08 Carlos LozanoCheck that pstream is not null.
2005-02-08 Steven EdwardsCorrect spec entry for FindFirstUrlCacheEntryEx.
2005-02-08 Huw DaviesAdd VARIANT_BOOL.
2005-02-08 Paul VriensExtra tracing for SPI_GETICONTITLEWRAP.
2005-02-08 Juan LangIf a full path isn't specified, search across all fixed...
2005-02-08 Kris MarshFixed window height to show all data properly.
2005-02-08 Robert ShearmanConvert last error from NTSTATUS to a DOS error code...
2005-02-08 Robert ShearmanDon't overwrite last byte of the window structure as...
2005-02-03 Dmitry TimoshkovMake GetOpenFileNameW with an old style open file dialo...
2005-02-03 Paul VriensMore verbosity of errors.
2005-02-03 James HawkinsProperly implement DllCanUnloadNow ref counting.
2005-02-03 Eric PouechMoved 16 bit atom support to dlls/kernel/atom16.c.
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...
next