Convert MsiEnumComponentQualifiers to use msi_strcpy_to_awstring.
[wine] / dlls / ole32 /
2005-11-12  Robert ShearmanImplement CLSCTX_INPROC_HANDLER in CoGetClassObject...
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-11-09  Markus AmslerImprove c2man Documented-Total count.
2005-11-09  Robert Shearman- Extend COM_OpenKeyForCLSID to open a subkey and retur...
2005-11-08  Michael JungAdded tracing to CoCreateInstance.
2005-11-08  Robert ShearmanWe shouldn't pass the application name into CreateProce...
2005-11-03  Robert ShearmanImplement OLE object notifications, making sure to...
2005-10-29  Ivan Leo PuotiDelete some temp files created by the ole32 tests.
2005-10-26  Robert ShearmanImplement a Stop function and use this to properly...
2005-10-06  Francois GougetUse "static const" rather than "const static" as gcc...
2005-10-03  Robert ShearmanPass WM_QUIT to outer modal loop.
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-09-29  Robert ShearmanAdd a stubbed out implementation of IAdviseSink and...
2005-09-28  Robert Shearman- Make the interfaces that should be supported by the...
2005-09-28  Alex Villacís LassoAdd NULL check for sinkInterface in DataCache_GetAdvise.
2005-09-28  Alex Villacís LassoAdd missing ! to fix a reversed condition check in
2005-09-27  Vincent BéronUse the proper calling convention for 2 16-bit functions.
2005-09-26  Francois GougetAssorted spelling fixes.
2005-09-26  Francois GougetFix .spec declarations for functinos with 64bit argumen...
2005-09-25  Robert ShearmanMove all 16-bit functions to an appropriate 16-bit...
2005-09-23  Robert ShearmanImplement some IRunningObject functions that actually...
2005-09-23  Robert ShearmanImplement OleRegEnumVerbs.
2005-09-23  Robert ShearmanDon't fail in CoRegisterClassObject if the class alread...
2005-09-22  Alexandre JulliardRemoved unused debug channels.
2005-09-22  Robert Shearman- Initialize out pointer to NULL before access check in
2005-09-21  Alexandre JulliardWe are no longer generating .spec.c files.
2005-09-20  Robert ShearmanImplement OleIsRunning.
2005-09-20  Robert Shearman- Fix a trace to refer to the object ID rather than...
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...
next