ole32: Move the logic in StgCreateDocfile for "if no share mode given then DENY_NONE...
[wine] / dlls / ole32 /
2007-05-10  Rob Shearmanole32: Move the logic in StgCreateDocfile for "if no...
2007-05-08  Rob Shearmanole32: Don't release the drop target on process uniniti...
2007-05-08  Rob Shearmanole32: Add a test for the retrieved local class object...
2007-05-08  Rob Shearmanole32: Add documentation for error info functions.
2007-05-08  Rob Shearmanole32: Add documentation about registered class objects...
2007-05-08  Rob Shearmanole32: Fix CoRevokeClassObject to return RPC_E_WRONG_TH...
2007-05-08  Rob Shearmanole32: Split CoRevokeClassObject into a separate functi...
2007-05-08  Rob Shearmanole32: COM_GetRegisteredClassObject should only retriev...
2007-05-08  Rob Shearmanole32: Add tests for in-process registered class object...
2007-05-08  Rob Shearmanole32: Revoke registered class objects when the apartme...
2007-05-08  Rob Shearmanole32: Add test for registered class becoming invalid...
2007-05-08  Rob Shearmanole32: CoGetClassObject shouldn't return REGDB_E_KEYMIS...
2007-05-03  Huw Daviesole32: Cope with a realloc returning a different pointer.
2007-05-02  Rob Shearmanole32: Remove an unnecessary QueryInterface in CoRegist...
2007-05-01  Aric Stewartole32: Accelerators, like for the menu ones, should...
2007-04-25  Michael Stefaniucjanitorial: Pass HEAP_ZERO_MEMORY as flag to HeapAlloc...
2007-04-13  Andrew Talbotole32: Void functions should not return a value.
2007-04-06  Rob Shearmanole32: Fix a hack which depended on the IID of the...
2007-04-05  Rob Shearmanole32: Move declaration for FileMonikerImpl_DecomposePa...
2007-04-05  Rob Shearmanole32: Don't release the registered drop targets in...
2007-04-05  Rob Shearmanole32: Check the input hwnd is valid in RevokeDragDrop.
2007-04-05  Rob Shearmanole32: Check for COM not being initialised and an inval...
2007-04-05  Rob Shearmanole32: Add tests for drag and drop functions.
2007-04-05  Aric Stewartole32: Storage optimization.
2007-04-04  Rob Shearmanole32: Keep a list of the loaded dlls for each apartment.
2007-04-04  Rob Shearmanole32: Cache the address for the library's DllGetClassO...
2007-04-04  Rob Shearmanole32: Add a test that shows CoFreeUnusedLibraries...
2007-04-04  Rob Shearmanole32: Move the handling of loading a dll and getting...
2007-04-04  Rob Shearmanole32: Move the in-process module loading to COMPOBJ_Dl...
2007-04-04  Rob Shearmanole32: Convert the OpenDll list to a standard Wine...
2007-04-04  Paul Vriensole32/stg_bigblockfile: Check page before use (Coverity).
2007-04-03  Francois GougetAssorted spelling and English fixes.
2007-04-03  Francois Gougetole32/tests: Spelling fix.
2007-04-03  Francois Gougetole32/tests: Spelling fix.
2007-03-28  Francois GougetRemove unneeded checks on the GetModuleHandle() return...
2007-03-28  Rob Shearmanole32: Implement MkParseDisplayName.
2007-03-28  Rob Shearmanole32: Add some more tests for MkParseDisplayName.
2007-03-28  Rob Shearmanole32: Display the testname for the test for display...
2007-03-28  Rob Shearmanole32: Do a case-insensitive comparison in the count_mo...
2007-03-28  Rob Shearmanole32: Add tests for the standard marshaler's implement...
2007-03-28  Rob Shearmanole32: Pass the OXID info to RPC_CreateClientChannel...
2007-03-27  Rob Shearmanole32: Register the ProgID for the class and file monikers.
2007-03-27  Rob Shearmanole32: Move GetClassFile to moniker.c and move OleRun...
2007-03-27  Rob Shearmanole32: Add documentation for CoGetClassObject and GetCl...
2007-03-27  Rob Shearmanole32: Add documentation for CreateBindCtx, BindMoniker...
2007-03-27  Rob Shearmanole32: Handle NULL sub-objects correctly in the STGMEDI...
2007-03-27  Rob Shearmanole32: Generate OXID_INFO in the stub manager.
2007-03-27  Rob Shearmanole32: Add the OXID_INFO structure to dcom.idl.
2007-03-27  Rob Shearmanole32: Add a stubbed out implementation of IClientSecur...
2007-03-23  Andrew Talbotole32: Replace inline static with static inline.
2007-03-21  Rob Shearmanole32: The 16-bit version of CoDisconnectObject is...
2007-03-21  Dmitry Timoshkovole32: Move the storage signatures to the appropriate...
2007-03-20  Rob Shearmanole32: Add a test for StgStreamImpl_SetSize with a...
2007-03-20  Rob Shearmanole32: Implement TYMED_FILE for STGMEDIUM marshaling...
2007-03-20  Rob Shearmanole32: Add warnings for failures in the structured...
2007-03-20  Aric Stewartole32: Rework storage with blockfiles to properly use...
2007-03-14  Rob Shearmanole32: Print the contents of the IID input to OleLoad.
2007-03-13  Rob Shearmanole32: OleCreate isn't a semi-stub any more, as it...
2007-03-13  Rob Shearmanole32: OleCreate shouldn't pass CLSCTX_LOCAL_SERVER...
2007-03-13  Rob Shearmanole32: Don't allocate an initial table for bind contexts.
2007-03-13  Huw Daviesole32: Only retrieve posted and paint messages in an...
2007-03-12  Jan Zerebeckiole32: Add DebugInfo to critical sections.
2007-03-09  Rob Shearmanole32: Implement CoAddRefServerProcess and CoReleaseSer...
2007-03-09  Rob Shearmanole32: Make RegisteredClass list into a standard Wine...
2007-03-09  Rob Shearmanole32: Don't keep the local server named pipe open...
2007-03-09  Rob Shearmanole32: Add some tests for the flags input to CoRegister...
2007-03-09  Rob Shearmanole32: Close the named pipe after revoking local server...
2007-03-09  Rob Shearmanole32: Enable local server test and make it work with...
2007-03-09  Rob Shearmanole32: REGCLS_MULTIPLEUSE implies CLSCTX_INPROC_SERVER...
2007-03-09  Rob Shearmanole32: Fix return codes returned by IBindCtx::RegisterO...
2007-03-09  Rob Shearmanole32: Fix cbStruct handling in IBindCtx:GetBindOptions.
2007-03-09  Rob Shearmanole32: Add more tests of IBindCtx functions.
2007-03-08  Rob Shearmanole32: Set output param to NULL in BindCtxImpl_EnumObje...
2007-03-08  Rob Shearmanole32: Fix BindCtxImpl_GetBindOptions to return the...
2007-03-08  Rob Shearmanole32: CreateBindCtx should fail if reserved parameter...
2007-03-06  Rob Shearmanole32: Add some tests for IBindCtx.
2007-03-06  Rob Shearmanole32: Remove some unnecessary traces from the HeapUnkn...
2007-03-06  Rob Shearmanole32: Fix a failing CoUnmarshalInterface test on Windows.
2007-03-06  Rob Shearmanole32: Fix a use-after-free of the file moniker in...
2007-03-06  Rob Shearmanole32: Compare the class contexts in COM_GetRegisteredC...
2007-03-06  Rob Shearmanole32: OleLoad should call CoCreateInstance with CLSCTX...
2007-02-26  Rob Shearmanole32: The stream returned by StgStreamImpl_Clone shoul...
2007-02-26  Rob Shearmanole32: Use IsEqualIID instead of memcmp in HGLOBALLockB...
2007-02-26  Rob Shearmanole32: Add tests for default handler creation and handl...
2007-02-20  Francois Gougetole32: Better match the PSDK types and fix the winapi_c...
2007-02-20  Rob Shearmanole32: Make an error message more useful by printing...
2007-02-13  Mike McCormackole32: Add missing parameter for RunningObjectTableImpl...
2007-02-06  Rob Shearmanole32: Add the external references that the server...
2007-02-06  Rob Shearmanole32: Release iobject and the IRpcStubBuffer object...
2007-02-06  Mike McCormackole32: Add a few more tests for transacted storage.
2007-02-05  John Morrisole32: Add CoWaitForMultipleHandles to spec file.
2007-01-24  Paul Vriensole32/tests: Cast-qual warning fixes.
2007-01-19  Andrew Talbotole32: Declare some functions static.
2007-01-18  Francois GougetAssorted spelling fixes.
2007-01-12  Paul Vriensole32/tests: Cast-qual warnings fixes.
2007-01-12  Rob Shearmanole32: Fix copied description and copyright statement...
2007-01-11  Rob Shearmanole32: Add tests for the default handler.
2007-01-11  Rob Shearmanole32: Add tests for error info functions.
2007-01-10  Rob Shearmanole32: Fix the detection of when we need an additional...
2007-01-10  Rob Shearmanole32: Add a test for the failure case of same-apartmen...
next