- Remove redunant braces.
[wine] / dlls / ole32 /
2005-09-19  Robert Shearman- Remove redunant braces.
2005-09-19  Robert ShearmanFix the return codes during unmarshaling so that it...
2005-09-18  Robert ShearmanFix ref-counting rules to match native DCOM Dlls.
2005-09-17  Robert ShearmanRe-arrange some functions and vtables so we don't have...
2005-09-14  Robert ShearmanAdd exception handling for stubs.
2005-09-12  Alexandre JulliardSendMessageTimeout takes a DWORD_PTR not a DWORD.
2005-09-12  Alexandre JulliardFixed some traces to use the right printf format and...
2005-09-09  Alexandre JulliardUse a more portable scheme for storing the name of...
2005-09-07  Richard CohenRelax the share mode validation for transacted storage...
2005-09-06  Eric PouechFixes for function prototypes without arguments.
2005-09-02  Robert ShearmanThe [string] attribute is only valid on byte, char...
2005-09-02  Alexandre JulliardAuthors: Mike Hearn <mh@codeweavers.com>, Robert Shearm...
2005-08-27  Robert Shearman- Implement IMarshal on proxies so that we don't end...
2005-08-26  Robert ShearmanAdd stub for CoAllowSetForegroundWindow.
2005-08-25  Robert ShearmanRemove unused thread handle entry from the apartment...
2005-08-22  Mike McCormackFix some gcc 4.0 warnings.
2005-08-22  Mike McCormack- return a precomputed result for a NULL string
2005-08-16  Francois GougetUse LPSTORAGE to better match the PSDK.
2005-08-15  Mike McCormackWarning fixes for gcc 4.0.
2005-08-15  Marcus MeissnerAdded CoCreateInstance16, CoGetClassObject16, OleLoad16...
2005-08-10  Alexandre JulliardUse the proper WOW functions everywhere instead of...
2005-08-10  Vincent BéronCorrect mismatches between spec files and comments...
2005-08-10  Vincent BéronRemove local declarations already in included public...
2005-08-08  Alexandre JulliardDon't prefix the functions DllCanUnloadNow, DllGetClass...
2005-08-08  Marcus MeissnerImplemented ILockBytes16 (memorystream) support for...
2005-07-28  Alexandre JulliardRemove duplicate definition of FILE_BEGIN.
2005-07-27  Alexandre JulliardReplace the _ICOM_THIS_From macros by inline functions...
2005-07-26  Alexandre JulliardUncomment the typedef in the DECLARE_INTERFACE macro...
2005-07-24  Stefan HuehnerFix some missing-declarations warnings.
2005-07-24  Marcus MeissnerImplemented IsValidInterface16, CoMemAlloc.
2005-07-22  Marcus MeissnerAdded OleSetMenuDescriptor16 stub.
2005-07-22  Marcus MeissnerOleInitializeWOW gets 2 arguments.
2005-07-22  Marcus Meissner16bit COM interfaces are cdecl, not WINAPI.
2005-07-22  Marcus Meissner16bit interfaces are cdecl, so drop the WINAPI.
2005-07-20  Robert ShearmanHack around broken state management so InstallShield...
2005-07-19  Robert Shearman- Always query for the correct stub interface, otherwis...
2005-07-19  Robert ShearmanMarshal return value from IRemUnknown_RemQueryInterface.
2005-07-19  Robert ShearmanSilence now noisy error messages caused by changes...
2005-07-19  Robert Shearman- We should be starting with 1 reference.
2005-07-19  Robert ShearmanBy-pass the RPC runtime if possible when calling an...
2005-07-19  Robert ShearmanDelete the stub manager outside of the apartment critic...
2005-07-19  Alex Villacís LassoInitialize RegisteredClass properly in CoRegisterClassO...
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...
next