user32: Fix uninitialized variable so first call to DdeGetLastError isn't undefined.
[wine] / dlls / ole32 /
2009-11-03  Vincent Povirkole32: Add and use a destroyDirEntry function for delet...
2009-11-03  Vincent Povirkole32: Remove uses of This->base.ancestorStorage in...
2009-11-03  Vincent Povirkole32: Remove uses of This->base.ancestorStorage in...
2009-11-03  Vincent Povirkole32: Rename StorageImpl_SetStateBits to StorageBaseIm...
2009-11-03  Vincent Povirkole32: Rename StorageImpl_SetElementTimes to StorageBas...
2009-11-03  Vincent Povirkole32: Rename StorageImpl_DestroyElement to StorageBase...
2009-11-03  Vincent Povirkole32: Rename StorageImpl_MoveElementTo to StorageBaseI...
2009-10-30  Vincent Povirkole32: Rename StorageImpl_CopyTo to StorageBaseImpl_CopyTo.
2009-10-30  Vincent Povirkole32: Don't call internal functions from OLECONVERT_Wr...
2009-10-30  Vincent Povirkole32: Don't call internal functions from OLECONVERT_Ge...
2009-10-30  Vincent Povirkole32: Rename StorageImpl_CreateStorage to StorageBaseI...
2009-10-30  Vincent Povirkole32: Take a StorageBaseImpl in updatePropertyChain.
2009-10-30  Vincent Povirkole32: Convert adjustPropertyChain into real binary...
2009-10-30  Vincent Povirkole32: Remove directory entries from the tree before...
2009-10-29  Vincent Povirkole32: Write the new data in getFreeProperty and rename...
2009-10-29  Vincent Povirkole32: Split the data conversion functions out of Write...
2009-10-29  Vincent Povirkole32: Use the raw directory entry functions in getFree...
2009-10-29  Vincent Povirkole32: Move the low-level functionality of WritePropert...
2009-10-29  Vincent Povirkole32: Move the low-level functionality of ReadProperty...
2009-10-29  Vincent Povirkole32: Further simplify adjustPropertyChain and fold...
2009-10-29  Vincent Povirkole32: Reduce duplicated code in adjustPropertyChain.
2009-10-28  Vincent Povirkole32: Don't use IEnumSTATSTGImpl to search for a paren...
2009-10-28  Vincent Povirkole32: Fix the LEFTCHILD and RIGHTCHILD offset defines.
2009-10-27  Alexandre Julliardole32: Specify the full application path when starting...
2009-10-26  Vincent Povirkole32: Don't use IEnumSTATSTG to search for elements...
2009-10-26  Vincent Povirkole32: Rename previous/nextProperty to left/rightChild.
2009-10-26  Vincent Povirkole32: Clarify the timestamp fields in StgProperty.
2009-10-22  Alexandre Julliardole32/tests: Set returned pointer to NULL in CreateInst...
2009-10-20  Paul Vriensoleaut32/tests: Remove a temp file.
2009-10-14  Vincent Povirkole32: Add test showing storage objects can't be opened...
2009-10-12  Andrew Eikumole32/tests: Add tests for IStorage::CopyTo with IID...
2009-10-12  Andrew Eikumole32: Use rgiidExclude in StorageImpl::CopyTo.
2009-10-06  Andrew Eikumole32/tests: Add tests for IStorage::CopyTo with SNB...
2009-10-06  Andrew Eikumole32: Use snbExclude in StorageImpl::CopyTo.
2009-10-06  Andrew Eikumole32/tests: Add tests for IStorage::CopyTo.
2009-10-06  Nikolay Sivovole32: Check source pointer in StringFromGUID2.
2009-10-05  Vincent Povirkole32: Remove useless comments.
2009-10-05  Vincent Povirkole32/tests: Add test for non-root transacted storage...
2009-10-05  Vincent Povirkole32/tests: Add test for IStorage::Revert.
2009-10-05  Vincent Povirkole32/tests: Test substorages of transacted storage...
2009-10-05  Vincent Povirkole32: We do need to implement Commit/Revert for non...
2009-09-30  Jörg Höhleole32/tests: Guard ReleaseStgMedium with SUCCEEDED.
2009-09-26  Markus Stockhausenole32/storage32: Fix for reference counters in nested...
2009-09-11  Alexandre Julliardole32: Don't register interfaces that belong to actxprxy.
2009-09-08  Huw Daviesole32: The server principal name can be the constant...
2009-09-08  Andrew Eikumole32: Don't fail when constants are 'incorrect'.
2009-09-01  Austin Englishole32: Fix build on Power PC.
2009-08-29  Eric Pouechole32: Fix various missing Release calls on monikers.
2009-08-29  Eric PouechRemove a couple of superfluous casts.
2009-08-28  Andrew Eikumole32: Overwrite previous CompObj instead of failing.
2009-08-27  Austin Englishole32: Add a stub for CoGetCurrentLogicalThreadId.
2009-08-24  Alexandre Julliardntdll: The large integer functions are 32-bit only.
2009-08-24  Andrew Eikumole32: Don't read past the end of the stream when conve...
2009-08-20  Andrew Eikumole32: Add big block chain to small block chain convers...
2009-08-20  Andrew Eikumole32: Allow small block chains with no property.
2009-08-20  Andrew Eikumole32: Repair leak on error path.
2009-08-20  Juan Langole32: Correct byte count.
2009-08-20  Juan Langole32: On big endian machines, copy strings to little...
2009-08-19  Alexandre Julliardole32/tests: Skip a string that may not round-trip...
2009-08-18  Alexandre Julliardole32/tests: Don't release the token object since it...
2009-08-18  Alexandre Julliardole32/tests: Avoid infinite waits in tests.
2009-07-22  Alexandre Julliardole32/tests: Avoid depending on the heap allocation...
2009-07-07  Francois Gougetole32: Make apartment_addref() static.
2009-07-07  Francois Gougetole32: Reorder some compobj functions to avoid forward...
2009-07-06  Paul Vriensole32/tests: Reset a variable before testing.
2009-07-03  Alexandre Julliardole32/tests: Fix the HMETAFILE_UserSize prototype.
2009-07-03  Alexandre Julliardmakefiles: Regenerate the source lists using make_makef...
2009-07-03  Michael Stefaniucole32: Import the content of version.rc into the main...
2009-07-03  Hans Leidekkerole32: Use existing MTA in CoGetContextToken and CoGetO...
2009-07-02  Paul Vriensole32/tests: Fix some test failures on Win9x/WinME.
2009-06-26  Huw Daviesole32: Implement OleCreateEmbeddingHelper.
2009-06-23  Hans Leidekkerole32: Add tests for CoGetContextToken.
2009-06-23  Hans Leidekkerole32: Implement CoGetContextToken.
2009-06-23  Huw Daviesole32/tests: Add a test for enhanced metafile retrieval.
2009-06-23  Huw Daviesole32: Add support for retrieving enhanced metafiles.
2009-06-22  Huw Daviesole32: Since OleCreateLinkFromData is a stub we should...
2009-06-22  Francois Gougetole32: Make stub_manager_int_addref() static.
2009-06-22  Francois Gougetole32: Reorder some stubmanager functions to avoid...
2009-06-22  Vincent Povirkole32: Add support for rendering HENHMETAFILE clipboard...
2009-06-09  Alexandre Julliardole32: Get rid of line feeds and tabs in traces.
2009-06-05  Francois Gougetole32/tests: Make test_readonly() static.
2009-06-04  Paul Vriensole32/tests: Fix remaining test failures on NT4 and...
2009-06-03  Paul Vriensole32/tests: Fix a crash on NT4 and below.
2009-06-03  Paul Vriensole32/tests: Run more tests on Win9x by using A-functions.
2009-06-03  Paul Vriensole32/tests: Move common variables to the top.
2009-06-02  Huw Daviesole32: In simple mode keep the stream size above the...
2009-06-02  Huw Daviesole32: In simple create mode the size returned by IStre...
2009-06-02  Huw Daviesole32: In simple mode, CreateStream with the STGM_CREAT...
2009-06-02  Huw Daviesole32: Store the creation flag - STGM_SIMPLE depends...
2009-06-02  Huw Daviesole32: Rename a parameter to better reflect its use.
2009-06-01  Vincent Povirkole32: Don't ignore a failure to delete the old element...
2009-06-01  Vincent Povirkole32: Fix return code of DeleteStorage for read only...
2009-06-01  Vincent Povirkole32: Fix crash when calling CreateStorage on read...
2009-06-01  Vincent Povirkole32: Fix crash when calling CreateStream on read...
2009-06-01  Vincent Povirkole32: Add some tests for read only storage objects.
2009-05-28  Alexandre Julliardole32: Fix some pointer conversion warnings on 64-bit.
2009-05-25  Huw Daviesole32/tests: Fix tests on systems without IE installed.
2009-05-22  Huw Daviesole32: Explicitly add the three ULONGs from the METAFIL...
2009-05-21  Huw Daviesole32: Fix remote HMETAFILEPICT marshalling on 64 bit...
2009-05-21  Huw Daviesole32/tests: Use the current stream position to determi...
next