projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
ole32: Silence FIXME from CoGetContextToken stub.
[wine]
/
dlls
/
ole32
/
compobj.c
2008-07-22
Lei Zhang
ole32: Silence FIXME from CoGetContextToken stub.
blob
|
commitdiff
|
raw
2008-06-26
Alexandre Julliard
ole32: Make the apartment window a HWND_MESSAGE window.
blob
|
commitdiff
|
raw
|
diff to current
2008-06-24
Alexandre Julliard
ole32: Don't consider RPC_S_UUID_LOCAL_ONLY an error...
blob
|
commitdiff
|
raw
|
diff to current
2008-04-29
Rob Shearman
ole32: Keep track of the number of weak references...
blob
|
commitdiff
|
raw
|
diff to current
2008-04-23
Austin English
Spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2008-04-10
Austin English
ole32: Spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-11
Andrew Talbot
ole32: Assign to structs instead of using memcpy.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-03
Francois Gouget
Assorted spelling, punctuation and case fixes.
blob
|
commitdiff
|
raw
|
diff to current
2008-02-26
Alexandre Julliard
ole32: Added a CoGetContextToken stub.
blob
|
commitdiff
|
raw
|
diff to current
2008-02-13
Rob Shearman
ole32: Fix a potentially confusing combination of condi...
blob
|
commitdiff
|
raw
|
diff to current
2008-02-13
Rob Shearman
ole32: Remove an assert that is useless and triggers...
blob
|
commitdiff
|
raw
|
diff to current
2008-02-13
Rob Shearman
ole32: Fix local-variable shadowing in apartment_hostob...
blob
|
commitdiff
|
raw
|
diff to current
2008-01-02
Gerald Pfeifer
ole32: Remove one noop check in CoWaitForMultipleHandles().
blob
|
commitdiff
|
raw
|
diff to current
2007-12-24
Alexander Dorofeyev
ole32: Fix wrong timeout check.
blob
|
commitdiff
|
raw
|
diff to current
2007-12-14
Lei Zhang
ole32: Print a fixme when an aggregation attempt fails.
blob
|
commitdiff
|
raw
|
diff to current
2007-12-03
Rob Shearman
ole32: Ignore the threading model of the PSFactoryBuffe...
blob
|
commitdiff
|
raw
|
diff to current
2007-12-03
Rob Shearman
ole32: Always create a window for the main apartment.
blob
|
commitdiff
|
raw
|
diff to current
2007-11-13
Rob Shearman
ole32: Release the stream in COM_RevokeRegisteredClassO...
blob
|
commitdiff
|
raw
|
diff to current
2007-11-12
Rob Shearman
ole32: Free the memory associated with the open DLL...
blob
|
commitdiff
|
raw
|
diff to current
2007-11-02
Rob Shearman
ole32: Implement CoGetObjectContext.
blob
|
commitdiff
|
raw
|
diff to current
2007-10-15
Francois Gouget
ole32: Fix the CoCreateGuid() ordinal in the documentation.
blob
|
commitdiff
|
raw
|
diff to current
2007-10-01
Damjan Jovanovic
ole32: Implement win16 COCREATEGUID.
blob
|
commitdiff
|
raw
|
diff to current
2007-09-12
Rob Shearman
ole32: Fix the default unload delay to depend on the...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-12
Rob Shearman
ole32: Implement CoFreeUnusedLibrariesEx.
blob
|
commitdiff
|
raw
|
diff to current
2007-07-16
Rob Shearman
ole32: Remove some dead code.
blob
|
commitdiff
|
raw
|
diff to current
2007-06-29
Andrew Talbot
ole32: Constify some variables.
blob
|
commitdiff
|
raw
|
diff to current
2007-05-25
Dmitry Timoshkov
wine: Switch to using 'long' for INT_PTR type for 64...
blob
|
commitdiff
|
raw
|
diff to current
2007-05-21
Rob Shearman
ole32: Fix hosting in main apartments.
blob
|
commitdiff
|
raw
|
diff to current
2007-05-18
Rob Shearman
ole32: Create host apartments to enable isolation of...
blob
|
commitdiff
|
raw
|
diff to current
2007-05-14
Rob Shearman
ole32: Don't lookup the address for the DllGetClassObje...
blob
|
commitdiff
|
raw
|
diff to current
2007-05-14
Rob Shearman
ole32: Fix CoUninitialize to only free libraries that...
blob
|
commitdiff
|
raw
|
diff to current
2007-05-08
Rob Shearman
ole32: Add documentation about registered class objects...
blob
|
commitdiff
|
raw
|
diff to current
2007-05-08
Rob Shearman
ole32: Fix CoRevokeClassObject to return RPC_E_WRONG_TH...
blob
|
commitdiff
|
raw
|
diff to current
2007-05-08
Rob Shearman
ole32: Split CoRevokeClassObject into a separate functi...
blob
|
commitdiff
|
raw
|
diff to current
2007-05-08
Rob Shearman
ole32: COM_GetRegisteredClassObject should only retriev...
blob
|
commitdiff
|
raw
|
diff to current
2007-05-08
Rob Shearman
ole32: Revoke registered class objects when the apartme...
blob
|
commitdiff
|
raw
|
diff to current
2007-05-08
Rob Shearman
ole32: CoGetClassObject shouldn't return REGDB_E_KEYMIS...
blob
|
commitdiff
|
raw
|
diff to current
2007-05-02
Rob Shearman
ole32: Remove an unnecessary QueryInterface in CoRegist...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-05
Rob Shearman
ole32: Don't release the registered drop targets in...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-04
Rob Shearman
ole32: Keep a list of the loaded dlls for each apartment.
blob
|
commitdiff
|
raw
|
diff to current
2007-04-04
Rob Shearman
ole32: Cache the address for the library's DllGetClassO...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-04
Rob Shearman
ole32: Move the handling of loading a dll and getting...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-04
Rob Shearman
ole32: Move the in-process module loading to COMPOBJ_Dl...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-04
Rob Shearman
ole32: Convert the OpenDll list to a standard Wine...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-28
Rob Shearman
ole32: Implement MkParseDisplayName.
blob
|
commitdiff
|
raw
|
diff to current
2007-03-27
Rob Shearman
ole32: Move GetClassFile to moniker.c and move OleRun...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-27
Rob Shearman
ole32: Add documentation for CoGetClassObject and GetCl...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-21
Rob Shearman
ole32: The 16-bit version of CoDisconnectObject is...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-13
Huw Davies
ole32: Only retrieve posted and paint messages in an...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-09
Rob Shearman
ole32: Implement CoAddRefServerProcess and CoReleaseSer...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-09
Rob Shearman
ole32: Make RegisteredClass list into a standard Wine...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-09
Rob Shearman
ole32: Don't keep the local server named pipe open...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-09
Rob Shearman
ole32: Close the named pipe after revoking local server...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-09
Rob Shearman
ole32: REGCLS_MULTIPLEUSE implies CLSCTX_INPROC_SERVER...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-06
Rob Shearman
ole32: Compare the class contexts in COM_GetRegisteredC...
blob
|
commitdiff
|
raw
|
diff to current
2007-02-20
Francois Gouget
ole32: Better match the PSDK types and fix the winapi_c...
blob
|
commitdiff
|
raw
|
diff to current
2007-01-10
Rob Shearman
ole32: Remove some unneeded inclusions of headers.
blob
|
commitdiff
|
raw
|
diff to current
2007-01-10
Rob Shearman
ole32: Remove a FIXME comment that no longer applies.
blob
|
commitdiff
|
raw
|
diff to current
2006-12-27
Rob Shearman
ole32: Marshal the ORPCTHAT structure prefixed to the...
blob
|
commitdiff
|
raw
|
diff to current
2006-12-24
Rob Shearman
ole32: Performing a COM call from within the processing...
blob
|
commitdiff
|
raw
|
diff to current
2006-12-24
Rob Shearman
ole32: Call the MessagePending function for message...
blob
|
commitdiff
|
raw
|
diff to current
2006-12-20
Rob Shearman
ole32: Implement CoRegisterChannelHook and call channel...
blob
|
commitdiff
|
raw
|
diff to current
2006-12-07
Rob Shearman
ole32: Add some documentation for CoCreateInstance.
blob
|
commitdiff
|
raw
|
diff to current
2006-11-28
Dmitry Timoshkov
ole32: Make some data const.
blob
|
commitdiff
|
raw
|
diff to current
2006-11-16
Huw Davies
ole32: CoRegisterMessageFilter shouldn't crash on an...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-24
Eric Pouech
ole32: CoUninitialize: No longer access an object after...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-16
Francois Gouget
Assorted spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-16
Michael Stefaniuc
ole32: Win64 printf format warning fixes.
blob
|
commitdiff
|
raw
|
diff to current
2006-08-28
Robert Shearman
ole32: AppId is a value under the clsid key, rather...
blob
|
commitdiff
|
raw
|
diff to current
2006-08-28
Robert Shearman
ole32: Fix functions defined without specifying argumen...
blob
|
commitdiff
|
raw
|
diff to current
2006-08-26
Robert Shearman
ole32: Add support for main-threaded apartments.
blob
|
commitdiff
|
raw
|
diff to current
2006-08-26
Robert Shearman
ole32: Move the opening of the AppId key for a clsid...
blob
|
commitdiff
|
raw
|
diff to current
2006-08-26
Robert Shearman
ole32: CoGetClassObject should host a single-threaded...
blob
|
commitdiff
|
raw
|
diff to current
2006-08-26
Robert Shearman
ole32: Get the threading model value for inproc classes...
blob
|
commitdiff
|
raw
|
diff to current
2006-08-16
Robert Shearman
ole32: Move some functions out of compobj.c that don...
blob
|
commitdiff
|
raw
|
diff to current
2006-08-16
Robert Shearman
ole32: Add some more tests for failure cases of Co...
blob
|
commitdiff
|
raw
|
diff to current
2006-08-16
Robert Shearman
ole32: Add tests for the failure cases of CLSIDFromProg...
blob
|
commitdiff
|
raw
|
diff to current
2006-08-07
Francois Gouget
Assorted spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2006-08-03
Robert Shearman
ole32: Fix CoLockObjectExternal to respect fLastUnlockR...
blob
|
commitdiff
|
raw
|
diff to current
2006-08-02
Alexandre Julliard
ole32: Make some functions and variables static.
blob
|
commitdiff
|
raw
|
diff to current
2006-07-21
Robert Shearman
ole32: Implement CoRegisterPSClsid.
blob
|
commitdiff
|
raw
|
diff to current
2006-07-17
Robert Shearman
ole32: Improve CoRegisterMessageFilter and add tests...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-14
Robert Shearman
ole32: Add validation of parameters to CoGetClassObject...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-13
Robert Shearman
ole32: Don't loop while peeking messages in CoWaitForMu...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-07
Robert Shearman
ole32: Fix the return value of COM_RegReadPath and...
blob
|
commitdiff
|
raw
|
diff to current
2006-06-30
Robert Shearman
ole32: When CoLockObjectExternal with fLock=TRUE is...
blob
|
commitdiff
|
raw
|
diff to current
2006-06-29
Robert Shearman
ole32: Implement CoGetObject.
blob
|
commitdiff
|
raw
|
diff to current
2006-06-13
Robert Shearman
ole32: Print an error if a DLL's DllGetClassObject...
blob
|
commitdiff
|
raw
|
diff to current
2006-06-09
Robert Shearman
ole32: Implement CoQueryClientBlanket, CoImpersonateCli...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-25
Robert Shearman
ole32: Add a class factory for CLSID_InProcFreeMarshaler.
blob
|
commitdiff
|
raw
|
diff to current
2006-05-25
Robert Shearman
uuid: Add some COM CLSIDs.
blob
|
commitdiff
|
raw
|
diff to current
2006-05-23
Jonathan Ernst
Update the address of the Free Software Foundation.
blob
|
commitdiff
|
raw
|
diff to current
2006-05-08
Marcus Meissner
ole32: Fixed typo in debug statement.
blob
|
commitdiff
|
raw
|
diff to current
2006-05-07
Robert Shearman
ole32: Remove the fixme printed if CoGetClassObject...
blob
|
commitdiff
|
raw
|
diff to current
2006-03-30
Robert Shearman
ole32: Don't process posted messages in CoWaitForMultip...
blob
|
commitdiff
|
raw
|
diff to current
2006-03-30
Robert Shearman
ole32: Try to retrieve messages that are COM calls...
blob
|
commitdiff
|
raw
|
diff to current
2006-03-30
Robert Shearman
ole32: Put the PeekMessage call of CoWaitForMultipleHan...
blob
|
commitdiff
|
raw
|
diff to current
2006-03-30
Robert Shearman
ole32: Whether the message loop is entered in CoWaitFor...
blob
|
commitdiff
|
raw
|
diff to current
2006-03-30
Robert Shearman
ole32: Pass the no yield flag to PeekMessage.
blob
|
commitdiff
|
raw
|
diff to current
2006-02-24
Robert Shearman
ole: Fallthrough from local activation in CoGetClassObject.
blob
|
commitdiff
|
raw
|
diff to current
next