winex11: Assign OEM virtual key codes in a separate loop.
[wine] / dlls / ole32 /
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...
2009-05-20  Vincent Povirkole32: Process sent and DDE messages in CoWaitForMultip...
2009-05-20  Huw Daviesole32/tests: Exercise the HGLOBAL marshaller over a...
2009-05-19  Huw Daviesole32: Use OleCreateFromDataEx to implement OleCreateFr...
2009-05-19  Huw Daviesole32: Add support for retrieving the data from CF_EMBE...
2009-05-19  Huw Daviesole32: Add support for retrieving data from IPersistSto...
2009-05-19  Huw Daviesole32: Beginnings of OleCreateFromDataEx.
2009-05-19  Huw Daviesole32/tests: Cope with an alignment hole between the...
2009-05-19  Huw Daviesole32/tests: Remove assumptions about the size of marsh...
2009-05-18  Huw Daviesole32: Implement TYMED_ISTORAGE marshalling.
2009-05-18  Huw Daviesole32: Implement TYMED_ISTREAM marshalling.
2009-05-18  Huw Daviesole32/tests: Add tests for TYMED_ISTREAM marshalling.
2009-05-18  Huw Daviesole32: Add support for marshalling pUnkForRelease.
2009-05-18  Huw Daviesole32/tests: Add tests for STGMEDIUM marshalling with...
2009-05-18  Huw Daviesole32: Implement the WdtpInterfacePointer marshal funct...
2009-05-18  Huw Daviesole32/tests: Show that it's the loword of the separate...
2009-05-18  Huw Daviesole32: Add proxies and stubs for FillAppend and FillAt.
2009-05-18  Huw Daviesole32: Add proxies and stubs for ReadAt and WriteAt.
2009-05-18  Huw Daviesole32: Add proxies and stubs for OpenStream and EnumEle...
2009-05-18  Huw Daviesole32: Add proxies and stubs for Seek and CopyTo.
2009-05-18  Huw Daviesole32: Add proxies and stubs for Read and Write.
2009-05-18  Huw Daviesole32: Add proxies and stubs for GetData and GetDataHere.
2009-05-12  Huw Daviesole32/tests: Add tests to show the WdtpInterfacePointer...
2009-05-12  Huw Daviesole32/tests: Make the size tests for the WdtpInterfaceP...
next