wined3d: Remove superfluous casts of void pointers to other pointer types.
[wine] / dlls / ole32 /
2007-06-27  Michael Stefaniucole32: Remove superfluous casts of void pointers to...
2007-06-22  Michael Stefaniucole32: Do not use wide character constants.
2007-06-07  Aric Stewartole32: Implementation of state bits for IStorage.
2007-06-07  Ulrich Czekallaole32: Remove stack-based string buffer inFileMonikerIm...
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-05-23  Rob Shearmanole32: Remove spurious AddRef of returned object on...
2007-05-23  Rob Shearmanole32: Allow the getting of different interfaces from...
2007-05-23  Rob Shearmanole32: Add more tests for global interface table functions.
2007-05-23  Rob Shearmanole32: Fix some races in the global interface table...
2007-05-23  Rob Shearmanole32: Add spec entry for CoRegisterSurrogateEx.
2007-05-22  Rob Shearmanole32: Remove a useless trace.
2007-05-22  Rob Shearmanole32: The identity functions can be used from apartmen...
2007-05-22  Rob Shearmanole32: Make proxy_manager_get_remunknown AddRef the...
2007-05-22  Rob Shearmanole32: Handle MSHLFLAGS_TABLEWEAK and MSHLFLAGS_TABLEST...
2007-05-21  Rob Shearmanole32: Fix hosting in main apartments.
2007-05-18  Rob Shearmanole32: Fix reading from an HGLOBALStreamImpl with an...
2007-05-18  Rob Shearmanole32: Create host apartments to enable isolation of...
2007-05-16  Andrew Talbotole32: Exclude unused headers.
2007-05-14  Paul Vriensole32/tests: Check for correct return value.
2007-05-14  Rob Shearmanole32: Don't lookup the address for the DllGetClassObje...
2007-05-14  Rob Shearmanole32: Fix CoUninitialize to only free libraries that...
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...
next