2004-12-09 |
Alexandre Julliard | Janitorial: C booleans must not be compared against... |
tree | commitdiff |
2004-12-08 |
Robert Shearman | - Make the wine_marshal_id structure more like the... |
tree | commitdiff |
2004-12-07 |
Mike Hearn | Rename the STUBMGR thread to more accurately reflect... |
tree | commitdiff |
2004-12-06 |
Robert Shearman | Remove unnecessary WNDPROC casts. |
tree | commitdiff |
2004-12-01 |
Robert Shearman | - Add some function declarations to objbase.h. |
tree | commitdiff |
2004-11-30 |
Eric Pouech | Const correctness fixes. |
tree | commitdiff |
2004-11-29 |
Mike Hearn | Trace the OLE error info strings. |
tree | commitdiff |
2004-11-29 |
Mike Hearn | - Improve OLE function documentation. |
tree | commitdiff |
2004-11-24 |
Robert Shearman | Implement OleDuplicateData. |
tree | commitdiff |
2004-11-19 |
Alexandre Julliard | Removed a couple of no longer needed entries. |
tree | commitdiff |
2004-10-27 |
Ge van Geldorp | Use only one .res file. |
tree | commitdiff |
2004-10-25 |
Dmitry Timoshkov | - Remove bogus use of nStatCounter and hOleAut32 in... |
tree | commitdiff |
2004-10-22 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2004-10-18 |
Vincent Béron | Fix some types problems. |
tree | commitdiff |
2004-10-18 |
Robert Shearman | Improve proxy destruction comment. |
tree | commitdiff |
2004-10-07 |
Francois Gouget | Don't define COBJMACROS in objbase.h. |
tree | commitdiff |
2004-10-05 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2004-10-05 |
Alexandre Julliard | Avoid depending on the non-standard IUnknown_METHODS... |
tree | commitdiff |
2004-09-24 |
Joris Huizer | Ref count increment/decrement cleanup. |
tree | commitdiff |
2004-09-22 |
Hans Leidekker | Fix signed/unsigned comparison warnings. |
tree | commitdiff |
2004-09-21 |
Alexandre Julliard | Ignore the generated header files. |
tree | commitdiff |
2004-09-21 |
Alexandre Julliard | Build the .h files from their idl source at compile... |
tree | commitdiff |
2004-09-20 |
Alexandre Julliard | Build idl files as part of the normal build process. |
tree | commitdiff |
2004-09-20 |
Mike McCormack | CoSuspendClassObjects stub implementation. |
tree | commitdiff |
2004-09-09 |
Alexandre Julliard | Get rid of the non-standard ICOM_THIS macro. |
tree | commitdiff |
2004-09-09 |
Francois Gouget | Move the PROPVARIANT declaration from objidl.idl to... |
tree | commitdiff |
2004-09-08 |
Francois Gouget | The union in PROPVARIANT is always nameless on Windows... |
tree | commitdiff |
2004-09-07 |
Mike McCormack | Fix some warnings found with -Wsign-compare. |
tree | commitdiff |
2004-09-06 |
Robert Shearman | - Fix PropVariantCopy for VT_LPSTR and VT_LPWSTR. |
tree | commitdiff |
2004-09-06 |
Alexandre Julliard | Removed some uses of the non-standard ICOM_THIS macro. |
tree | commitdiff |
2004-09-03 |
Robert Shearman | - Fix PropVariantClear to reject invalid types. |
tree | commitdiff |
2004-09-02 |
Francois Gouget | Added missing trailing '\n's to ok() calls. |
tree | commitdiff |
2004-09-01 |
Alexandre Julliard | Inline functions don't need WINE_UNUSED. |
tree | commitdiff |
2004-08-23 |
Alexandre Julliard | Get rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm... |
tree | commitdiff |
2004-08-23 |
Alexandre Julliard | Get rid of the ICOM_MSVTABLE_COMPAT support, g++ no... |
tree | commitdiff |
2004-08-22 |
Alexandre Julliard | Added recursive idl target to allow updating idl files... |
tree | commitdiff |
2004-08-22 |
Alexandre Julliard | Don't define BEGIN_INTERFACE in unknwn.h. |
tree | commitdiff |
2004-08-13 |
Alexandre Julliard | Moved ICOM_THIS_MULTI definition out of objbase.h and... |
tree | commitdiff |
2004-08-12 |
Alexandre Julliard | Get rid of the non-standard ICOM_VTABLE macro. |
tree | commitdiff |
2004-08-12 |
Alexandre Julliard | Get rid of the non-standard ICOM_VFIELD macro. |
tree | commitdiff |
2004-08-12 |
Alexandre Julliard | Get rid of the non-standard ICOM_DEFINE macro. |
tree | commitdiff |
2004-08-11 |
Alexandre Julliard | Avoid some non-portable makefile constructs, and get... |
tree | commitdiff |
2004-08-11 |
Francois Gouget | Modify widl to put the C COM macros inside an #ifdef... |
tree | commitdiff |
2004-08-11 |
Mike McCormack | Added a test for stat'ing a memory based storage file. |
tree | commitdiff |
2004-08-10 |
Mike McCormack | stat on memory storage should return a NULL name, not "". |
tree | commitdiff |
2004-08-02 |
Robert Shearman | - Add static to non-exported marshal functions. |
tree | commitdiff |
2004-08-02 |
Mike Hearn | Disconnect proxies at COM shutdown to release the corre... |
tree | commitdiff |
2004-07-30 |
Mike Hearn | Don't marshal IClassFactory into the local server pipe... |
tree | commitdiff |
2004-07-30 |
Alexandre Julliard | Authors: Robert Shearman <rob@codeweavers.com>, Mike... |
tree | commitdiff |
2004-07-30 |
Jeroen Janssen | Updated some MSDN links in the code. |
tree | commitdiff |
2004-07-30 |
Robert Shearman | Emit fixme for known local wrong behaviour. |
tree | commitdiff |
2004-07-29 |
Mike Hearn | Implement disconnect for proxies so that stubs are... |
tree | commitdiff |
2004-07-29 |
Robert Shearman | Document wrong behaviour for IRunningObjectTable. |
tree | commitdiff |
2004-07-29 |
Mike Hearn | Fix ref counting in StdMarshalImpl_MarshalInterface... |
tree | commitdiff |
2004-07-29 |
Robert Shearman | Fix some inaccuracies in a comment and reformat. |
tree | commitdiff |
2004-07-29 |
Alexandre Julliard | Authors: Mike Hearn <mh@codeweavers.com>, Robert Shearm... |
tree | commitdiff |
2004-07-23 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2004-07-23 |
Robert Shearman | Set RPC data representation. |
tree | commitdiff |
2004-07-23 |
Mike Hearn | Pass -Embedding switch to EXE servers, more tracing. |
tree | commitdiff |
2004-07-22 |
Robert Shearman | - Remove unneeded STUBMGR_Start call. |
tree | commitdiff |
2004-07-22 |
Alexandre Julliard | Authors: Mike Hearn <mh@codeweavers.com>, Rob Shearman... |
tree | commitdiff |
2004-07-22 |
Mike Hearn | Unref stub after invoking on it. |
tree | commitdiff |
2004-07-21 |
Mike Hearn | Fix misleading warning ole CoGetClassObject. |
tree | commitdiff |
2004-07-15 |
Mike McCormack | Fix a few serious race conditions in the OLE object... |
tree | commitdiff |
2004-07-12 |
Marcus Meissner | IID_IObjectWithSite is already in libuuid, no need... |
tree | commitdiff |
2004-07-12 |
Marcus Meissner | IMalloc vtables are static. |
tree | commitdiff |
2004-07-08 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2004-07-06 |
Mike Hearn | Add some explanations to compobj.c, implement flushing... |
tree | commitdiff |
2004-06-30 |
Aric Stewart | Return an error in CoMarshalInterface if the IUnknown... |
tree | commitdiff |
2004-06-17 |
Ivan Leo Puoti | Removed the winedefault.reg message. |
tree | commitdiff |
2004-06-14 |
Robert Shearman | - Fix ref count on standard proxy creation. |
tree | commitdiff |
2004-05-29 |
Robert Shearman | Fixed CoMarshalInterThreadInterfaceInStream and |
tree | commitdiff |
2004-05-21 |
Marcus Meissner | Revert broken strict aliasing fix. |
tree | commitdiff |
2004-05-17 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2004-05-04 |
Francois Gouget | Make our ascii strings static const. |
tree | commitdiff |
2004-05-04 |
Marcus Meissner | Fixed strict aliasing issues in dlls/ole32. |
tree | commitdiff |
2004-05-02 |
Marcus Meissner | Implemented CoReleaseMarshalData. |
tree | commitdiff |
2004-04-30 |
Marcus Meissner | Fixed lvalue casts. |
tree | commitdiff |
2004-04-30 |
Francois Gouget | Add a stub for StgCreateStorageEx(). Returns |
tree | commitdiff |
2004-04-20 |
Francois Gouget | Make Unicode strings 'static const'. |
tree | commitdiff |
2004-04-20 |
Francois Gouget | Make Unicode strings static const. |
tree | commitdiff |
2004-04-12 |
Filip Navara | Get rid of E_UNSPEC non-standard error value. |
tree | commitdiff |
2004-03-30 |
Jon Griffiths | RegisterDragDrop: fail on NULL drop target. |
tree | commitdiff |
2004-03-29 |
Warren Turkal | Fixed the implementation of CoTreatAsClass. |
tree | commitdiff |
2004-03-24 |
Alexandre Julliard | .spec.c files are no longer used for 32-bit dlls. |
tree | commitdiff |
2004-03-23 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2004-02-27 |
Alexandre Julliard | Sync some of the dll registrations with the contents of |
tree | commitdiff |
2004-02-20 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2004-02-19 |
Mike Hearn | To reduce debugging noise, make IMalloc32/IMallocSpy... |
tree | commitdiff |
2004-02-10 |
Robert Shearman | - CoSetState info should be thread local. |
tree | commitdiff |
2004-02-07 |
Troy Rollo | Added documentation for DocFiles, based on the CorVu... |
tree | commitdiff |
2004-01-28 |
Ge van Geldorp | Don't depend on user32-internal implementation of accel... |
tree | commitdiff |
2004-01-27 |
Alexandre Julliard | Only link against libdxguid where necessary. |
tree | commitdiff |
2004-01-23 |
Alexandre Julliard | Moved a few remaining 16-bit definitions out of the... |
tree | commitdiff |
2004-01-23 |
Ge van Geldorp | Fix various function prototypes to conform to PSDK. |
tree | commitdiff |
2004-01-23 |
Ge van Geldorp | Rename LARGE_INTEGER and ULARGE_INTEGER members "s... |
tree | commitdiff |
2004-01-19 |
Ge van Geldorp | Swap arguments of LocalAlloc and only update Malloc32... |
tree | commitdiff |
2004-01-19 |
Mike McCormack | Don't use CreateFileMapping on a zero length file. |
tree | commitdiff |
2004-01-16 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2004-01-16 |
Huw Davies | Trace the high part of the Seek offset. |
tree | commitdiff |
next |