2005-10-26 |
Robert Shearman | Implement a Stop function and use this to properly... |
tree | commitdiff |
2005-10-06 |
Francois Gouget | Use "static const" rather than "const static" as gcc... |
tree | commitdiff |
2005-10-03 |
Robert Shearman | Pass WM_QUIT to outer modal loop. |
tree | commitdiff |
2005-09-29 |
Alexandre Julliard | We are no longer generating .dbg.c files. |
tree | commitdiff |
2005-09-29 |
Robert Shearman | Add a stubbed out implementation of IAdviseSink and... |
tree | commitdiff |
2005-09-28 |
Robert Shearman | - Make the interfaces that should be supported by the... |
tree | commitdiff |
2005-09-28 |
Alex Villacís Lasso | Add NULL check for sinkInterface in DataCache_GetAdvise. |
tree | commitdiff |
2005-09-28 |
Alex Villacís Lasso | Add missing ! to fix a reversed condition check in |
tree | commitdiff |
2005-09-27 |
Vincent Béron | Use the proper calling convention for 2 16-bit functions. |
tree | commitdiff |
2005-09-26 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2005-09-26 |
Francois Gouget | Fix .spec declarations for functinos with 64bit argumen... |
tree | commitdiff |
2005-09-25 |
Robert Shearman | Move all 16-bit functions to an appropriate 16-bit... |
tree | commitdiff |
2005-09-23 |
Robert Shearman | Implement some IRunningObject functions that actually... |
tree | commitdiff |
2005-09-23 |
Robert Shearman | Implement OleRegEnumVerbs. |
tree | commitdiff |
2005-09-23 |
Robert Shearman | Don't fail in CoRegisterClassObject if the class alread... |
tree | commitdiff |
2005-09-22 |
Alexandre Julliard | Removed unused debug channels. |
tree | commitdiff |
2005-09-22 |
Robert Shearman | - Initialize out pointer to NULL before access check in |
tree | commitdiff |
2005-09-21 |
Alexandre Julliard | We are no longer generating .spec.c files. |
tree | commitdiff |
2005-09-20 |
Robert Shearman | Implement OleIsRunning. |
tree | commitdiff |
2005-09-20 |
Robert Shearman | - Fix a trace to refer to the object ID rather than... |
tree | commitdiff |
2005-09-19 |
Robert Shearman | - Remove redunant braces. |
tree | commitdiff |
2005-09-19 |
Robert Shearman | Fix the return codes during unmarshaling so that it... |
tree | commitdiff |
2005-09-18 |
Robert Shearman | Fix ref-counting rules to match native DCOM Dlls. |
tree | commitdiff |
2005-09-17 |
Robert Shearman | Re-arrange some functions and vtables so we don't have... |
tree | commitdiff |
2005-09-14 |
Robert Shearman | Add exception handling for stubs. |
tree | commitdiff |
2005-09-12 |
Alexandre Julliard | SendMessageTimeout takes a DWORD_PTR not a DWORD. |
tree | commitdiff |
2005-09-12 |
Alexandre Julliard | Fixed some traces to use the right printf format and... |
tree | commitdiff |
2005-09-09 |
Alexandre Julliard | Use a more portable scheme for storing the name of... |
tree | commitdiff |
2005-09-07 |
Richard Cohen | Relax the share mode validation for transacted storage... |
tree | commitdiff |
2005-09-06 |
Eric Pouech | Fixes for function prototypes without arguments. |
tree | commitdiff |
2005-09-02 |
Robert Shearman | The [string] attribute is only valid on byte, char... |
tree | commitdiff |
2005-09-02 |
Alexandre Julliard | Authors: Mike Hearn <mh@codeweavers.com>, Robert Shearm... |
tree | commitdiff |
2005-08-27 |
Robert Shearman | - Implement IMarshal on proxies so that we don't end... |
tree | commitdiff |
2005-08-26 |
Robert Shearman | Add stub for CoAllowSetForegroundWindow. |
tree | commitdiff |
2005-08-25 |
Robert Shearman | Remove unused thread handle entry from the apartment... |
tree | commitdiff |
2005-08-22 |
Mike McCormack | Fix some gcc 4.0 warnings. |
tree | commitdiff |
2005-08-22 |
Mike McCormack | - return a precomputed result for a NULL string |
tree | commitdiff |
2005-08-16 |
Francois Gouget | Use LPSTORAGE to better match the PSDK. |
tree | commitdiff |
2005-08-15 |
Mike McCormack | Warning fixes for gcc 4.0. |
tree | commitdiff |
2005-08-15 |
Marcus Meissner | Added CoCreateInstance16, CoGetClassObject16, OleLoad16... |
tree | commitdiff |
2005-08-10 |
Alexandre Julliard | Use the proper WOW functions everywhere instead of... |
tree | commitdiff |
2005-08-10 |
Vincent Béron | Correct mismatches between spec files and comments... |
tree | commitdiff |
2005-08-10 |
Vincent Béron | Remove local declarations already in included public... |
tree | commitdiff |
2005-08-08 |
Alexandre Julliard | Don't prefix the functions DllCanUnloadNow, DllGetClass... |
tree | commitdiff |
2005-08-08 |
Marcus Meissner | Implemented ILockBytes16 (memorystream) support for... |
tree | commitdiff |
2005-07-28 |
Alexandre Julliard | Remove duplicate definition of FILE_BEGIN. |
tree | commitdiff |
2005-07-27 |
Alexandre Julliard | Replace the _ICOM_THIS_From macros by inline functions... |
tree | commitdiff |
2005-07-26 |
Alexandre Julliard | Uncomment the typedef in the DECLARE_INTERFACE macro... |
tree | commitdiff |
2005-07-24 |
Stefan Huehner | Fix some missing-declarations warnings. |
tree | commitdiff |
2005-07-24 |
Marcus Meissner | Implemented IsValidInterface16, CoMemAlloc. |
tree | commitdiff |
2005-07-22 |
Marcus Meissner | Added OleSetMenuDescriptor16 stub. |
tree | commitdiff |
2005-07-22 |
Marcus Meissner | OleInitializeWOW gets 2 arguments. |
tree | commitdiff |
2005-07-22 |
Marcus Meissner | 16bit COM interfaces are cdecl, not WINAPI. |
tree | commitdiff |
2005-07-22 |
Marcus Meissner | 16bit interfaces are cdecl, so drop the WINAPI. |
tree | commitdiff |
2005-07-20 |
Robert Shearman | Hack around broken state management so InstallShield... |
tree | commitdiff |
2005-07-19 |
Robert Shearman | - Always query for the correct stub interface, otherwis... |
tree | commitdiff |
2005-07-19 |
Robert Shearman | Marshal return value from IRemUnknown_RemQueryInterface. |
tree | commitdiff |
2005-07-19 |
Robert Shearman | Silence now noisy error messages caused by changes... |
tree | commitdiff |
2005-07-19 |
Robert Shearman | - We should be starting with 1 reference. |
tree | commitdiff |
2005-07-19 |
Robert Shearman | By-pass the RPC runtime if possible when calling an... |
tree | commitdiff |
2005-07-19 |
Robert Shearman | Delete the stub manager outside of the apartment critic... |
tree | commitdiff |
2005-07-19 |
Alex Villacís Lasso | Initialize RegisteredClass properly in CoRegisterClassO... |
tree | commitdiff |
2005-07-07 |
Vitaly Lipatov | Added some documentation. |
tree | commitdiff |
2005-07-05 |
Mike McCormack | Fix gcc 4.0 -Wpointer-sign warnings. |
tree | commitdiff |
2005-06-27 |
Eric Pouech | Const correctness fixes. |
tree | commitdiff |
2005-06-22 |
Alexandre Julliard | Sort entry points alphabetically. |
tree | commitdiff |
2005-06-21 |
Stefan Huehner | Fix some more -Wstrict-prototypes warnings. |
tree | commitdiff |
2005-06-20 |
Stefan Huehner | Fix more -Wstrict-prototypes warnings. |
tree | commitdiff |
2005-06-20 |
Robert Shearman | Convert some registry helper functions to use unicode... |
tree | commitdiff |
2005-06-20 |
Robert Shearman | Change the RPC code to use the unicode versions of... |
tree | commitdiff |
2005-06-20 |
Robert Shearman | - Change some of the registry helper functions to use... |
tree | commitdiff |
2005-06-15 |
Mike McCormack | Fix declarations in the tests. |
tree | commitdiff |
2005-06-13 |
Alexandre Julliard | Moved the NONAMELESSUNION/STRUCT macros to wine/test... |
tree | commitdiff |
2005-06-13 |
Robert Shearman | Fix PropVariant tests on Windows 2000 and above. |
tree | commitdiff |
2005-06-13 |
Robert Shearman | - Add registry entries for local-only OLE interfaces. |
tree | commitdiff |
2005-06-09 |
Marcus Meissner | Removed CLSID_CompositeMoniker (conflicting with static... |
tree | commitdiff |
2005-06-09 |
Robert Shearman | IUnknown isn't a remotable interface so the stub manage... |
tree | commitdiff |
2005-06-06 |
Dmitry Timoshkov | Make remaining OLE interface vtables const. |
tree | commitdiff |
2005-06-05 |
Rob Shearman | Don't disconnect proxies flagged with SORFP_NOLIFETIMEM... |
tree | commitdiff |
2005-06-05 |
Mike Hearn | Add some tracing to the IRemUnknown RpcProxyBuffer... |
tree | commitdiff |
2005-06-02 |
Richard Cohen | - Don't assume the ROT is already empty. |
tree | commitdiff |
2005-06-02 |
Richard Cohen | IEnum::Clone shouldn't do a Reset. |
tree | commitdiff |
2005-06-02 |
Richard Cohen | Added tests for file monikers. |
tree | commitdiff |
2005-06-02 |
Richard Cohen | - Base FileMonikerImpl_Save() on XP. |
tree | commitdiff |
2005-05-23 |
Mike McCormack | Remove forward declarations. |
tree | commitdiff |
2005-05-23 |
Robert Shearman | - Add error messages on failure in file moniker load... |
tree | commitdiff |
2005-05-23 |
Robert Shearman | - Add a useful trace message. |
tree | commitdiff |
2005-05-23 |
Alexandre Julliard | Comment out stub WEP entry points so that we can call... |
tree | commitdiff |
2005-05-23 |
Alexandre Julliard | Removed unnecessary code in the 16-bit DllEntryPoint... |
tree | commitdiff |
2005-05-23 |
Robert Shearman | - Marshal objects & monikers into the ROT. |
tree | commitdiff |
2005-05-23 |
Kevin Koltzau | Implement Hash function on composite moniker. |
tree | commitdiff |
2005-05-19 |
Robert Shearman | - Add a generic moniker marshaler that works by saving... |
tree | commitdiff |
2005-05-19 |
Robert Shearman | - Change remaining blocks of code with 2-space indentat... |
tree | commitdiff |
2005-05-19 |
Robert Shearman | Write custom header up to and including size, not exclu... |
tree | commitdiff |
2005-05-18 |
Robert Shearman | Implement IROTData::GetComparisonData for file & item... |
tree | commitdiff |
2005-05-18 |
Pierre d'Herbemont | Big Endian specific code fixes in order to conform... |
tree | commitdiff |
2005-05-17 |
Juan Lang | Obvious fixes to PropVariantClear and PropVariantCopy... |
tree | commitdiff |
2005-05-16 |
Juan Lang | Add a comment, and a no-op cleanup. |
tree | commitdiff |
2005-05-16 |
Juan Lang | Differentiate between version 0 and version 1 property... |
tree | commitdiff |
2005-05-16 |
Marcus Meissner | Move the Dll init function to compobj.c to avoid having... |
tree | commitdiff |
next |