Support PSM_IDTOINDEX.
[wine] / dlls / ole32 /
2005-07-07  Vitaly LipatovAdded some documentation.
2005-07-05  Mike McCormackFix gcc 4.0 -Wpointer-sign warnings.
2005-06-27  Eric PouechConst correctness fixes.
2005-06-22  Alexandre JulliardSort entry points alphabetically.
2005-06-21  Stefan HuehnerFix some more -Wstrict-prototypes warnings.
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
2005-06-20  Robert ShearmanConvert some registry helper functions to use unicode...
2005-06-20  Robert ShearmanChange the RPC code to use the unicode versions of...
2005-06-20  Robert Shearman- Change some of the registry helper functions to use...
2005-06-15  Mike McCormackFix declarations in the tests.
2005-06-13  Alexandre JulliardMoved the NONAMELESSUNION/STRUCT macros to wine/test...
2005-06-13  Robert ShearmanFix PropVariant tests on Windows 2000 and above.
2005-06-13  Robert Shearman- Add registry entries for local-only OLE interfaces.
2005-06-09  Marcus MeissnerRemoved CLSID_CompositeMoniker (conflicting with static...
2005-06-09  Robert ShearmanIUnknown isn't a remotable interface so the stub manage...
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-06-05  Rob ShearmanDon't disconnect proxies flagged with SORFP_NOLIFETIMEM...
2005-06-05  Mike HearnAdd some tracing to the IRemUnknown RpcProxyBuffer...
2005-06-02  Richard Cohen- Don't assume the ROT is already empty.
2005-06-02  Richard CohenIEnum::Clone shouldn't do a Reset.
2005-06-02  Richard CohenAdded tests for file monikers.
2005-06-02  Richard Cohen- Base FileMonikerImpl_Save() on XP.
2005-05-23  Mike McCormackRemove forward declarations.
2005-05-23  Robert Shearman- Add error messages on failure in file moniker load...
2005-05-23  Robert Shearman- Add a useful trace message.
2005-05-23  Alexandre JulliardComment out stub WEP entry points so that we can call...
2005-05-23  Alexandre JulliardRemoved unnecessary code in the 16-bit DllEntryPoint...
2005-05-23  Robert Shearman- Marshal objects & monikers into the ROT.
2005-05-23  Kevin KoltzauImplement Hash function on composite moniker.
2005-05-19  Robert Shearman- Add a generic moniker marshaler that works by saving...
2005-05-19  Robert Shearman- Change remaining blocks of code with 2-space indentat...
2005-05-19  Robert ShearmanWrite custom header up to and including size, not exclu...
2005-05-18  Robert ShearmanImplement IROTData::GetComparisonData for file & item...
2005-05-18  Pierre d'HerbemontBig Endian specific code fixes in order to conform...
2005-05-17  Juan LangObvious fixes to PropVariantClear and PropVariantCopy...
2005-05-16  Juan LangAdd a comment, and a no-op cleanup.
2005-05-16  Juan LangDifferentiate between version 0 and version 1 property...
2005-05-16  Marcus MeissnerMove the Dll init function to compobj.c to avoid having...
2005-05-16  Marcus MeissnerMake _xmalloc16() static.
2005-05-16  Marcus MeissnerStaticify FTMarshalImpl definition.
2005-05-16  Marcus MeissnerMake HGLOBALStream_* functions static.
2005-05-16  Juan LangStore property names in the code page of the property...
2005-05-14  Jeff LatimerImplement the IEnumMoniker interface for the ROT and...
2005-05-14  Juan Lang- maintain proper byte order
2005-05-13  Mike McCormackRemove function prototypes.
2005-05-13  Hans LeidekkerDon't import from ntdll.
2005-05-13  Mike McCormackMake sure a stream can't be created in read only storage.
2005-05-12  Mike McCormackRemove unnecessary declarations and make functions...
2005-05-11  Mike McCormackMake functions static and remove unnecessary declarations.
2005-05-11  Mike McCormackAdd a stub implementation of CoIsHandlerConnected.
2005-05-10  Mike McCormackFix a memory leak in the ole storage implementation.
2005-05-09  Alexandre JulliardAdded rules for building import libraries in the indivi...
2005-05-09  Juan LangCorrect/improve error checking in IPropertyStorage.
2005-05-07  Alexandre JulliardAdded rules to build import libraries in the individual...
2005-05-07  Stefan LeichterMake ole32 tests loadable on NT4.
2005-05-06  Matthew MastracciReplace stub entry for StgOpenStorageEx with call to...
2005-05-05  Matthew MastracciReplace StgCreateStorageEx stub with call to StgCreateD...
2005-04-24  Juan LangDefine and use endian conversion macros for big-endian...
2005-04-23  Juan Lang- convert strings between property storage's code page...
2005-04-22  Stefan LeichterMake ole32 tests loadable on NT4.
2005-04-20  Francois GougetSpecify the proper call convention in the PropSysFreeSt...
2005-04-20  Francois GougetTweak the API documentation to silence winapi_check...
2005-04-15  Dmitry TimoshkovZero out an invalidated runningObjectTableInstance...
2005-04-15  Juan LangImplement FmtIdToPropStgName & PropStgNameToFmtId,...
2005-04-14  Alexandre JulliardFixed a buffer overflow.
2005-04-13  Dimitrie O. PaunRemove the need for the non-standard (Close|Delete...
2005-04-13  Juan LangImplement PropSys{Alloc|Free}String, and support BSTRs in
2005-04-11  Juan Lang- add write support to IPropertyStorage, with tests
2005-04-11  Juan LangAdd traces, add unit tests for IPropertyStorage, and...
2005-03-31  Mike McCormackEliminate forward declarations, make functions static.
2005-03-30  Francois GougetAssorted spelling fixes.
2005-03-29  Huw DaviesWriteFmtUserTypeStg doesn't pull a CLSID from the regis...
2005-03-29  Huw DaviesDon't close reg key if the open failed.
2005-03-29  Vincent BéronChange prototypes so gcc with some warnings doesn't...
2005-03-28  Mike McCormackRemove function prototypes, make functions static.
2005-03-27  Mike McCormackRemove unnecessary function prototypes.
2005-03-27  Mike McCormackRemove function prototypes, make functions static.
2005-03-23  Francois GougetAssorted spelling fixes.
2005-03-22  Jakob ErikssonEliminate HeapAlloc casts.
2005-03-22  Jakob ErikssonMore trace info from storage32 test.
2005-03-21  Mike McCormackEliminate casts of the return value of HeapAlloc.
2005-03-21  Vincent BéronCorrect and complete some api documentation.
2005-03-21  Troy Rolloix test for STGM_SHARE_EXCLUSIVE on nameless DocFiles.
2005-03-19  Robert ShearmanFix memory leak in OleDuplicateData on error path ...
2005-03-17  Jon GriffithsUse LMEM_ flags for LocalAlloc(), not GMEM_ (GlobalAlloc).
2005-03-17  Juan LangBegin implementing IPropertyStorage.
2005-03-17  Robert Shearman- Add critsec debugging info.
2005-03-17  Juan LangAdd a comment about byte order, change types to reduce...
2005-03-14  Joris HuizerA few memory checks avoiding memory leaks.
2005-03-11  Mike McCormackStgOpenStorage shouldn't open zero length storage files.
2005-03-11  Robert Shearman- Rename apartment functions to become more object...
2005-03-10  Juan LangFix the calling convention of DllCanUnloadNow.
2005-03-09  Mike McCormackShared reading of storage files requires STGM_TRANSACTED.
2005-03-07  Robert ShearmanMake each ifproxy have its own channel buffer to fix...
2005-03-07  Mike McCormackFix more incorrect uses of STGM_ enumerations.
2005-03-07  Juan LangImplement StgCreatePropSetStg.
2005-03-05  Mike McCormackTest and fix grfMode handling in StgOpenDocfile.
2005-03-04  Alexandre JulliardAuthors: Rob Shearman <rob@codeweavers.com>, Mike Hearn...
2005-03-04  Mike McCormackImplement StgSetTimes.
2005-03-02  Francois GougetAssorted spelling fixes.
next