Commit Graph

215 Commits

Author SHA1 Message Date
Noel Borthwick 2970067b14 - Implement interprocess clipboard communication.
- Support for the PRIMARY and CLIPBOARD selection atoms.
- Support for the TARGETS selection format.
- Expose native Windows clipboard formats through X selection targets.
1999-09-03 15:17:57 +00:00
Eric Pouech cf9395af34 Only declare DateStyle in a single compilation unit. 1999-08-21 13:10:22 +00:00
Rein Klazes b101a5c6e5 Fixed typelib reading to correctly use the offset of the typelib that
is embedded in for example a dll file.
1999-08-21 13:08:27 +00:00
Michael Veksler 4405f3c369 Removed unnecessary includes from ole related files. 1999-08-18 18:35:57 +00:00
Ulrich Weigand 708a1c03f9 Adapted to WOW changes. 1999-08-18 18:32:21 +00:00
Alexandre Julliard 7b246b88a2 Removed RCS keyword. 1999-08-15 14:33:24 +00:00
Alexandre Julliard 89f079bfd1 Replaced a few calls to lstr* functions by their CRTDLL or libc
equivalent.
1999-08-08 18:54:47 +00:00
Patrik Stridvall 0e38aa7fda Various ANSI C compability fixes. 1999-07-31 17:34:43 +00:00
Patrik Stridvall b8684a266b Fixed some of the issues reported by winapi-check. 1999-07-31 17:32:05 +00:00
Patrik Stridvall 478eee17be Eliminated warnings. 1999-07-31 13:13:23 +00:00
Andreas Mohr 95fd3cd43b Implemented CoRevokeClassObject stub needed by Acrobat 3 16 bit. 1999-07-30 17:56:38 +00:00
Juergen Schmied c3d30faf0c Let CoCreateInstance use LOAD_WITH_ALTERED_SEARCHPATH. 1999-07-25 11:20:15 +00:00
Albert den Haan dcbb9c0f4c Declare only one instance of GUID_NULL. 1999-07-24 10:20:50 +00:00
Noel Borthwick 557ff419be Implemented the OLE Clipboard API. 1999-07-18 15:43:45 +00:00
Dave Pickles 2bddc97774 GetTimeFormat() should return LocalTime not SystemTime. 1999-07-10 11:38:20 +00:00
Thuy Nguyen 71b327f13e It is possible for a stream to have both small block and big block
chain as NULL.
1999-07-10 10:13:50 +00:00
Alexandre Julliard 359f497e97 Converted to the new debug interface, using script written by Patrik
Stridvall.
1999-07-04 16:02:24 +00:00
Marcus Meissner 6230a87fb8 Check for complete lcid or just the primary language id in the
registry lookups (fixes one FirstClassClient 32 problem).
1999-07-04 12:47:53 +00:00
Marcus Meissner a8c54fb8af OleMetaFilePictFromIconAndLabel16: slightly broken, use LPOLESTR16. 1999-06-27 15:27:22 +00:00
Patrik Stridvall 1ed4ecffa8 ANSI C fixes.
Removed warnings.
Made the include files self-sufficient.
Some Solaris fixes.
1999-06-26 14:58:24 +00:00
Andreas Mohr 102e1f46e2 Kind of implemented OleMetaFilePictFromIconAndLabel. 1999-06-26 10:28:53 +00:00
Alexander Kanavin f26c89e83a Standard dialog boxes resources and OLE strings are now in cp1251 encoding
Font mapper does not anymore use fonts in -koi8-r encoding
Font mapper now recognises fonts in -windows-* encodings (these are
provided by xfstt TrueType server)
Font mapper now sees max 16384 fonts (was 2048)
1999-06-22 19:14:40 +00:00
Andreas Mohr 1597d735ef Added COMPOBJ.DllEntryPoint (Acrobat3 16bit needs it). 1999-06-22 19:10:52 +00:00
Eric Pouech 13a30bace7 Thou shalt not use C++ comments. 1999-06-22 19:09:55 +00:00
Pablo Saratxaga 66f53a8a8b Walloon language update. 1999-06-18 17:05:55 +00:00
Francis Beaudet 98231044e3 Fixed a problem with the LoadTypeLib method. 1999-06-12 08:20:30 +00:00
Marcus Meissner c137ba6ee2 Fixed TLB_Read (can easily get count!=bytesread at the end of the file).
Fixed TLB_FindTlb (strstr on binary data will not work).
1999-06-07 17:41:37 +00:00
Paul Quinn aaa830698c Some non-threatening fixes to some headers, as well as some casting
changes that make winelib more win32 code compatible.
1999-06-05 15:23:20 +00:00
Rein Klazes 713462dfc4 Read/load type libraries. Implementation of ITypeLib, ITYpeInfo,
ITypeLib2 and ITypeInfo2 methods.
1999-06-05 12:00:13 +00:00
Rein Klazes 3e9608df2a Allow NULL as argument to SysFreeString in accordance with SDK. 1999-06-05 11:53:33 +00:00
Paul Quinn 2305f3c06d Microsoft com vtable compatibility workaround for g++. Basically adds
an optional 8 bytes padding to COM objects where the RTTI would be.
1999-05-22 11:41:38 +00:00
Francis Beaudet 9c8198742b Bug fix. 1999-05-12 10:36:17 +00:00
Patrik Stridvall 1bb9403938 ANSI C fixes. 1999-05-08 15:47:44 +00:00
Francis Beaudet 809abaab19 Second part of the OLE datacache implementation. 1999-05-08 10:55:32 +00:00
Thuy Nguyen 115d8ccaab Implemented GetHGlobalFromStream. 1999-05-08 10:48:44 +00:00
Thuy Nguyen ed1d88b610 Implementation of IStorage supported by an implementation of
ILockBytes on top of an HGLOBAL.
1999-05-08 10:05:08 +00:00
Thuy Nguyen ad7e9c4cef Implemented OleTranslateColor. 1999-05-08 09:37:59 +00:00
Alexandre Julliard 06c275a643 Converted to the new debugging interface (done with the help of the
script written by Patrik Stridvall).
1999-05-02 14:32:27 +00:00
Francis Beaudet ec2edc7ee4 Fixed a few bugs in the OLE storage implementation, added a new set of
trace statements for the OLE storage related methods and introduced a
new debug channel for the storage subsystem.
1999-05-02 11:41:10 +00:00
Francis Beaudet ebdea25edc Implemented the OLE object default handler and data cache. 1999-05-02 09:27:08 +00:00
Thuy Nguyen 89fd2dd1e8 Implemented CreateILockBytesOnHGloba, GetHGlobalFromILockBytes and
the ILockBytes interface based on an HGLOBAL.
1999-05-01 10:36:07 +00:00
Francis Beaudet c40ad9bb2b Fixed a bug in CoRegisterClassObject. 1999-05-01 10:32:32 +00:00
Francis Beaudet 6ee9a5e718 Fixed a little Drag and Drop bug. 1999-05-01 10:10:30 +00:00
Patrik Stridvall a9a671d7ca Fixed ANSI compabillity. 1999-04-25 19:01:52 +00:00
Francis Beaudet 4f8b5a85c4 Implemented CreateStreamOnHGLOBAL. 1999-04-24 12:00:31 +00:00
Andreas Mohr 5c385be532 Let CoSetState() accept state == NULL. 1999-04-24 11:57:30 +00:00
Patrik Stridvall 0f8bc5b5c7 Fixed ANSI compabillity. 1999-04-22 16:27:50 +00:00
Francis Beaudet 9bf93c6e19 Added a check for a NULL pointer in CoFreeUnusedLibraries. 1999-04-22 09:10:16 +00:00
Patrik Stridvall b4b9fae671 New debug scheme with explicit debug channels declaration. 1999-04-19 14:56:29 +00:00
Michael Veksler d785aa646f Simplify propertyNameCmp() and fix a warning in the way by removing
CRTDLL__wcsupr() calls.
1999-04-18 09:30:07 +00:00