pdh: Make two tests pass on Vista.
[wine] / dlls / ole32 /
2007-11-02  Rob Shearmanole32: Remove an incorrect comment.
2007-11-02  Rob Shearmanole32: Implement CoGetObjectContext.
2007-11-02  Rob Shearmanole32: Add tests for CoGetObjectContext.
2007-11-02  Rob Shearmanole32: Improve the error reporting in the marshal test...
2007-10-23  Francois GougetAssorted spelling fixes.
2007-10-22  Rob Shearmanole32: Reset the parent storage on overwritten streams...
2007-10-22  Rob Shearmanole32: Add a test to show that operations on overwritte...
2007-10-18  Alexandre JulliardFix redundant uses of MAKEINTRESOURCE.
2007-10-17  Bang Jun-youngole32: Include wine/port.h for snprintf().
2007-10-15  Francois Gougetole32: Fix the CoCreateGuid() ordinal in the documentation.
2007-10-10  Mikolaj Zalewskiole32: OleIsRunning should return TRUE if the class...
2007-10-09  Rob Shearmanole32: RegisterDragDrop should return E_OUTOFMEMORY...
2007-10-02  Andrew Talbotole32: Fix some memory leaks.
2007-10-01  Stefan Leichterole32: Define WINE_FILEVERSION in version resource...
2007-10-01  Damjan Jovanovicole32: Implement win16 COCREATEGUID.
2007-09-27  Stefan Leichterole32: Added version resource for ole2nls.dll.
2007-09-25  Alexandre Julliardole32/tests: Remove test that tries to create a huge...
2007-09-25  Michael Stefaniucole32: Free memory on error path (found by Smatch).
2007-09-17  Alexandre Julliardole32: We can now store binary files in the repository.
2007-09-12  Rob Shearmanole32: Fix the default unload delay to depend on the...
2007-09-12  Rob Shearmanole32: Implement CoFreeUnusedLibrariesEx.
2007-09-11  Rob Shearmanole32: Add cross-process running-object table support.
2007-09-11  Lionel Debrouxole32: Fix memory leak in compositemoniker.c (found...
2007-08-28  Aric Stewartole32: Properly update the SmallBlockDepotCount when...
2007-08-27  Alex Villacís Lassoole32: Fix forgotten IPersistStorage vtable.
2007-08-23  Stefan Leichterole32: Remove 'recursive registry key delete' function.
2007-08-09  Huw Daviesole32: The default handler needs to have its own implem...
2007-08-09  Huw Daviesole32: Factor out the running object test into a separa...
2007-08-09  Huw Daviesole32: Fix a few comments.
2007-07-16  Rob Shearmanole32: Remove some dead code.
2007-07-09  Andrew Talbotole32: Cast-qual warning fix.
2007-07-06  Andrew Talbotole32: Cast-qual warnings fix.
2007-07-06  Andrew Talbotole32: Constify a variable (and fix a typo concerning...
2007-07-05  Andrew Talbotole32: Constify some variables.
2007-07-02  Andrew Talbotole32: Constify some variables.
2007-06-29  Andrew Talbotole32: Constify some variables.
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...
next