projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
ole32: Add a test for the retrieved local class object in another thread being a...
[wine]
/
dlls
/
ole32
/
compobj.c
2007-05-08
Rob Shearman
ole32: Add documentation about registered class objects...
blob
|
commitdiff
|
raw
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
2006-02-22
Robert Shearman
ole: Make the CoCreateInstance test succeed.
blob
|
commitdiff
|
raw
|
diff to current
2006-02-20
Robert Shearman
ole: Change the Apartment Model field to a boolean.
blob
|
commitdiff
|
raw
|
diff to current
2006-02-07
Robert Shearman
ole32: Print an error message if the apartment isn...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-20
Huw Davies
ole: ProgIDFromCLSID sets progid to NULL on failure.
blob
|
commitdiff
|
raw
|
diff to current
2006-01-20
Robert Shearman
ole: Fix WM_QUIT Handling in CoWaitForMultipleHandles.
blob
|
commitdiff
|
raw
|
diff to current
2006-01-18
Robert Shearman
ole: Update the COM todo list.
blob
|
commitdiff
|
raw
|
diff to current
2006-01-10
Robert Shearman
ole: Defer apartment window creation until the first...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-10
Robert Shearman
ole: Add an accessor function for an apartment's window.
blob
|
commitdiff
|
raw
|
diff to current
2006-01-09
Robert Shearman
ole: Join the MTA if necessary when executing an RPC...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-09
Robert Shearman
ole: Remove __CLSIDFromStringA.
blob
|
commitdiff
|
raw
|
diff to current
2005-11-12
Robert Shearman
Implement CLSCTX_INPROC_HANDLER in CoGetClassObject...
blob
|
commitdiff
|
raw
|
diff to current
2005-11-09
Robert Shearman
- Extend COM_OpenKeyForCLSID to open a subkey and retur...
blob
|
commitdiff
|
raw
|
diff to current
2005-11-08
Michael Jung
Added tracing to CoCreateInstance.
blob
|
commitdiff
|
raw
|
diff to current
2005-10-03
Robert Shearman
Pass WM_QUIT to outer modal loop.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-25
Robert Shearman
Move all 16-bit functions to an appropriate 16-bit...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-23
Robert Shearman
Don't fail in CoRegisterClassObject if the class alread...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-14
Robert Shearman
Add exception handling for stubs.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-09
Alexandre Julliard
Use a more portable scheme for storing the name of...
blob
|
commitdiff
|
raw
|
diff to current
2005-08-26
Robert Shearman
Add stub for CoAllowSetForegroundWindow.
blob
|
commitdiff
|
raw
|
diff to current
2005-08-25
Robert Shearman
Remove unused thread handle entry from the apartment...
blob
|
commitdiff
|
raw
|
diff to current
2005-08-22
Mike McCormack
- return a precomputed result for a NULL string
blob
|
commitdiff
|
raw
|
diff to current
2005-08-15
Mike McCormack
Warning fixes for gcc 4.0.
blob
|
commitdiff
|
raw
|
diff to current
2005-08-15
Marcus Meissner
Added CoCreateInstance16, CoGetClassObject16, OleLoad16...
blob
|
commitdiff
|
raw
|
diff to current
2005-07-19
Alex Villacís Lasso
Initialize RegisteredClass properly in CoRegisterClassO...
blob
|
commitdiff
|
raw
|
diff to current
2005-06-20
Stefan Huehner
Fix more -Wstrict-prototypes warnings.
blob
|
commitdiff
|
raw
|
diff to current
2005-06-20
Robert Shearman
Convert some registry helper functions to use unicode...
blob
|
commitdiff
|
raw
|
diff to current
2005-06-20
Robert Shearman
- Change some of the registry helper functions to use...
blob
|
commitdiff
|
raw
|
diff to current
2005-05-16
Marcus Meissner
Move the Dll init function to compobj.c to avoid having...
blob
|
commitdiff
|
raw
|
diff to current
2005-05-11
Mike McCormack
Add a stub implementation of CoIsHandlerConnected.
blob
|
commitdiff
|
raw
|
diff to current
2005-03-30
Francois Gouget
Assorted spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2005-03-29
Huw Davies
Don't close reg key if the open failed.
blob
|
commitdiff
|
raw
|
diff to current
next