2000-05-07 |
Alexandre Julliard | Moved Load/FreeLibrary16 definition to winbase16.h. |
tree | commitdiff |
2000-05-07 |
Dimitrie O. Paun | Separate OLE2NLS out of KERNEL. |
tree | commitdiff |
2000-05-03 |
Huw D M Davies | Allow ISequentialStream_Write to work if access mode... |
tree | commitdiff |
2000-04-06 |
Patrik Stridvall | Fixed some issues reported by winapi_check. |
tree | commitdiff |
2000-04-06 |
Andrew Lewycky | Fix StringFromGUI2 return value as per documentation. |
tree | commitdiff |
2000-04-04 |
Gavriel State | OleRegGetUserType did return an unterminated ASCII... |
tree | commitdiff |
2000-03-28 |
Patrik Stridvall | Added/fixed some documentation reported by winapi_check. |
tree | commitdiff |
2000-03-28 |
Patrik Stridvall | Fixed some warnings. |
tree | commitdiff |
2000-03-25 |
Francois Gouget | Use min/max instead of MIN/MAX. |
tree | commitdiff |
2000-03-24 |
Patrik Stridvall | Fixed some warnings. |
tree | commitdiff |
2000-03-24 |
Patrik Stridvall | Added/fixed some documentation reported by winapi_check. |
tree | commitdiff |
2000-03-24 |
Patrik Stridvall | Fixed some ANSI C violations. |
tree | commitdiff |
2000-03-24 |
Francois Gouget | - The ICOM_CMETHODxxx cause problems because the 'const... |
tree | commitdiff |
2000-03-19 |
Marcus Meissner | Fixed memory corruption with CoTaskMemRealloc. |
tree | commitdiff |
2000-03-19 |
Andrew Lewycky | Support loading any presentation aspect. |
tree | commitdiff |
2000-03-17 |
Andrew Lewycky | Rewrite the BIGBLOCKFILE implementation for better... |
tree | commitdiff |
2000-03-17 |
Andrew Lewycky | Avoid a refcount leak in QueryInterface when delegating. |
tree | commitdiff |
2000-03-08 |
Abey George | Implemented OLE clipboard functionality for Embed Sourc... |
tree | commitdiff |
2000-03-08 |
Patrik Stridvall | Fixed some warnings. |
tree | commitdiff |
2000-03-07 |
Jeff Tranter | The pathname was stored in a string of size 100, which... |
tree | commitdiff |
2000-03-05 |
Alexandre Julliard | Added support for creating extra symlinks for .so files... |
tree | commitdiff |
2000-03-04 |
Alexandre Julliard | Moved dll-specific make rules to a separate Makedll... |
tree | commitdiff |
2000-03-04 |
Marcus Meissner | CoLoadLibrary gets UNICODE, not ASCII strings. (spotted... |
tree | commitdiff |
2000-03-04 |
Pierre Mageau | OleRegGetUserType did query wrong registry key. |
tree | commitdiff |
2000-02-29 |
Alexandre Julliard | Murali Pattathe |
tree | commitdiff |
2000-02-27 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2000-02-26 |
Alexandre Julliard | ErrorInfo functions need to be in ole32, not oleaut32. |
tree | commitdiff |
2000-02-26 |
Patrik Stridvall | Added stubs for {Create,Get,Set}ErrorInfo. |
tree | commitdiff |
2000-02-26 |
Abey George | Return an error instead of a success code in OleCreate... |
tree | commitdiff |
2000-02-25 |
Pierre Mageau | Implementation of OleConvert routines. |
tree | commitdiff |
2000-02-20 |
Andreas Mohr | - stub for OLE32.MkParseDisplayName |
tree | commitdiff |
2000-02-14 |
Juergen Schmied | Added stub for CoResumeClassObjects. |
tree | commitdiff |
2000-02-13 |
Alexandre Julliard | Removed check for class existence. |
tree | commitdiff |
2000-02-10 |
Alexandre Julliard | Optimized debugging API to reduce code size. |
tree | commitdiff |
2000-02-10 |
Alexandre Julliard | Removed extra includes from ole.h and wingdi.h. |
tree | commitdiff |
2000-02-10 |
Jeremy White | Removed #include of wingdi.h and windef.h from winuser... |
tree | commitdiff |
2000-02-07 |
Owen Wang | Make CLSIDFromString return a CLSID of zeros instead... |
tree | commitdiff |
2000-02-07 |
Noomen Hamza | Running object table are not using 0 as a valid index... |
tree | commitdiff |
2000-01-31 |
Alexandre Julliard | Build most dlls as separate shared libraries. |
tree | commitdiff |
2000-01-30 |
Francois Gouget | The COM virtual tables must use the |
tree | commitdiff |
2000-01-29 |
Andreas Mohr | - add some documentation items |
tree | commitdiff |
2000-01-29 |
Patrik Stridvall | Fixed minor issues found by winapi_check. |
tree | commitdiff |
2000-01-26 |
Alexandre Julliard | Use a linked list instead of a DPA for the hook list. |
tree | commitdiff |
2000-01-26 |
Gerard Patel | Returns an error if trying to write to a stream opened... |
tree | commitdiff |
2000-01-23 |
Marcus Meissner | Added *.spec.c, *.spec.glue.s, *.glue.c to .cvsignore... |
tree | commitdiff |
2000-01-18 |
Alexandre Julliard | Added debugstr_guid function and used it to replace |
tree | commitdiff |
2000-01-15 |
Marcus Meissner | Implemented OleRun. |
tree | commitdiff |
1999-12-27 |
Alexandre Julliard | Cosmetics. |
tree | commitdiff |
1999-12-10 |
Gerard Patel | Transfer only cbStruct size in BindCtxImpl_S(G)etOptions. |
tree | commitdiff |
1999-12-08 |
Dimitrie O. Paun | Make use of the DEFAULT_DEBUG_CHANNEL where appropriate. |
tree | commitdiff |
1999-12-05 |
Andreas Mohr | - the OLE version returned was too low |
tree | commitdiff |
1999-11-21 |
Jim Aston | Added stub for StgSetTimes. |
tree | commitdiff |
1999-11-14 |
Eric Pouech | Added stubs for SetErrorInfo, PropVariantClear, PropVar... |
tree | commitdiff |
1999-11-10 |
Rein Klazes | CoGetClassObject should complain about not being able... |
tree | commitdiff |
1999-10-31 |
Marcus Meissner | IMalloc16_Constructor: moved ICOM_VTBL(This) where... |
tree | commitdiff |
1999-10-31 |
Abey George | Implemented ProgIDFromCLSID. |
tree | commitdiff |
1999-10-31 |
Francois Gouget | Generalized the use of the new ICOM_VFIELD and ICOM_VTB... |
tree | commitdiff |
1999-10-25 |
Francois Gouget | Added two macros, ICOM_VFIELD and ICOM_VTBL, so that... |
tree | commitdiff |
1999-10-24 |
Patrik Stridvall | - Added missing configuration #if:s and #includes:s. |
tree | commitdiff |
1999-10-24 |
Patrik Stridvall | Added spec file declarations for already implemented... |
tree | commitdiff |
1999-10-24 |
Francis Beaudet | Enabled the persistent clipboard server. |
tree | commitdiff |
1999-10-23 |
Marcus Meissner | Use segmented lpvtbl pointer for IMalloc16 interface... |
tree | commitdiff |
1999-10-23 |
Francis Beaudet | Make sure that the drop effect of a DnD operation is... |
tree | commitdiff |
1999-09-23 |
Patrik Stridvall | Fixed some of the issues reported by winapi-check. |
tree | commitdiff |
1999-09-19 |
Juergen Schmied | Added missing export. |
tree | commitdiff |
1999-09-19 |
Ulrich Weigand | Moved bulk of OLE implementation to dlls/ subdirectories. |
tree | commitdiff |
|