Marcus Meissner
|
caa301a736
|
oleaut32: Protect against integer overflow in SysAllocStringLen.
|
2006-11-24 12:56:42 +01:00 |
Francois Gouget
|
ef998ea6cb
|
Assorted spelling fixes.
|
2006-10-16 11:33:38 +02:00 |
Hans Leidekker
|
ce66f5d684
|
oleaut32: Win64 printf format warning fixes.
|
2006-10-13 12:08:47 +02:00 |
Alexandre Julliard
|
707060913c
|
oleaut32: Use the standard DEFINE_OLEGUID macro to define GUIDs.
|
2006-06-09 21:09:35 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Dmitry Timoshkov
|
57a579ffcd
|
Make more arrays const.
|
2006-01-24 14:00:32 +01:00 |
Robert Shearman
|
e7299cdf47
|
OleTranslateColor trace fix.
OleTranslateColor isn't a stub so don't print ":stub" in the trace
message.
|
2005-12-12 11:52:02 +01:00 |
Robert Shearman
|
ebb839733a
|
The PSDispatch PS class factory can manage both typelib marshalled and
IDispatch, which is NDR marshalled, so we need a wrapper to call the
appropriate CreateProxy or CreateStub function.
|
2005-11-02 10:54:52 +00:00 |
Vincent Béron
|
7160af007c
|
Uniformize DllMain TRACEing across dlls.
|
2005-08-15 10:48:51 +00:00 |
Francois Gouget
|
0de0d11357
|
Change some Dll* functions so they are exported by name like on
Windows.
Update the documentation accordingly.
|
2005-08-10 13:02:43 +00:00 |
Alexandre Julliard
|
b8d0f4cd10
|
Get rid of the almost empty tmarshal.h file.
|
2005-08-09 10:38:54 +00:00 |
Robert Shearman
|
f29a1315ec
|
Activate ITypeLib, ITypeInfo and IEnumVARIANT Marshalers.
|
2005-07-19 19:43:54 +00:00 |
Robert Shearman
|
27407fad35
|
Document active object and variant functions.
|
2005-07-05 11:02:19 +00:00 |
Robert Shearman
|
545aefa18f
|
Rename OLEAUT32_Dll* Functions to Dll*.
|
2005-06-29 20:16:41 +00:00 |
Jakob Eriksson
|
9ed61de9a2
|
Get rid of HeapAlloc casts.
|
2005-03-24 21:01:35 +00:00 |
Jacek Caban
|
0f9c43d8a5
|
- Implemented GetRecordInfoFromTypeInfo and GetRecordInfoFromGuid.
- Beginnig implementation of IRecordInfo.
|
2005-03-07 19:22:48 +00:00 |
Paul Vriens
|
19e86c7de3
|
Add WinXP to OaBuildVersion.
|
2005-02-08 12:56:50 +00:00 |
Mike Hearn
|
08dc15fa0a
|
Return OLE automation build value as win2k by default.
|
2005-02-08 12:12:40 +00:00 |
Jon Griffiths
|
c50d8743fa
|
Ensure DllCanUnloadNow is a truly void function, and give it a unique
name so it can be documented per-dll.
|
2004-11-30 17:40:51 +00:00 |
William Poetra Yoga H
|
30c5be395e
|
Use COLOR_MENUBAR (instead of COLOR_GRADIENTINACTIVECAPTION) as the
upper limit in GetSysColor() validation.
|
2004-11-08 20:24:50 +00:00 |
Francois Gouget
|
486d020c1b
|
Don't define COBJMACROS in objbase.h.
Update the Wine sources accordingly.
|
2004-10-07 03:06:48 +00:00 |
Alex Villacís Lasso
|
a286a30ab7
|
Added stub for GetRecordInfoFromGuids.
|
2004-05-27 01:55:54 +00:00 |
Martin Fuchs
|
4932f56062
|
Correct return type of SysStringLen() and SysStringByteLen().
|
2004-03-01 21:22:59 +00:00 |
Francois Gouget
|
640cc3f3e1
|
Assorted spelling fixes.
|
2004-01-06 22:08:33 +00:00 |
Dimitrie O. Paun
|
99bf92e338
|
SysReAllocStringLen is documented to segfault on NULL pointer.
|
2003-11-26 03:35:16 +00:00 |
Jon Griffiths
|
2f558b53f1
|
Add some missing prototypes/defines.
OaBuildVersion() returns a ULONG, not UINT.
|
2003-11-14 21:01:15 +00:00 |
Jon Griffiths
|
cc83d9addc
|
Add resources for boolean strings in several languages.
|
2003-10-15 20:50:24 +00:00 |
Jon Griffiths
|
9194267814
|
Documentation update.
|
2003-10-10 23:33:59 +00:00 |
Jon Griffiths
|
67d1c0884f
|
Document BSTR functions, add SetOANoCache().
|
2003-09-24 05:12:52 +00:00 |
Alexandre Julliard
|
e37c6e18d0
|
Fixed header dependencies to be fully compatible with the Windows
headers (with help from Dimitrie O. Paun).
|
2003-09-05 23:08:26 +00:00 |
Alexandre Julliard
|
81c31701d2
|
Avoid including wine/obj_*.h files directly from C files.
Removed no longer used obj_serviceprovider.h.
|
2003-09-03 00:16:28 +00:00 |
John K. Hohm
|
cc9005d0f3
|
Implement DllRegisterServer and DllUnregisterServer, and add
OleSelfRegister version string.
|
2003-07-15 20:48:47 +00:00 |
Ove Kaaven
|
fd9cbb6ce8
|
Handle requests for CLSID_PSDispatch.
|
2003-05-20 04:13:58 +00:00 |
Marcus Meissner
|
7d2173a9e9
|
Do not free the old string in SysReAllocStringLen, reuse the old
string memory (if 'in' is NULL).
|
2003-01-28 00:30:29 +00:00 |
Alexandre Julliard
|
52395b0eb9
|
Fixed some issues caused by the new oaidl.h.
|
2003-01-05 20:32:30 +00:00 |
Marcus Meissner
|
1c421d779d
|
Support DllGetClassObject of CLSID_StdPicture.
PICTYPE_NONE has width/height 0.
|
2003-01-02 17:54:57 +00:00 |
Marcus Meissner
|
561a1a8de0
|
Separated out 16bit sources for ole2disp.dll.
|
2002-12-12 22:24:45 +00:00 |
Vincent Béron
|
9a62491660
|
Removed trailing whitespace.
|
2002-05-31 23:06:46 +00:00 |
Alexandre Julliard
|
0799c1a780
|
Added LGPL standard comment, and copyright notices where necessary.
Global replacement of debugtools.h by wine/debug.h.
|
2002-03-09 23:29:33 +00:00 |
Marcus Meissner
|
0749fc2034
|
Implemented Local Server COM.
Implemented the Typelib based Marshaler.
|
2002-02-05 18:11:17 +00:00 |
Andreas Mohr
|
2718c895d1
|
Make OaBuildVersion() return the highest version value possible.
Some cleanups.
|
2001-10-02 18:28:31 +00:00 |
Patrik Stridvall
|
b3b61dad68
|
Documentation fixes.
|
2001-07-26 21:44:23 +00:00 |
Alexandre Julliard
|
1922c72b8a
|
Removed unnecessary inclusion of heap.h.
|
2001-07-25 00:43:29 +00:00 |
Marcus Meissner
|
c0ccd263a7
|
OLEAUT32.DllGetClassObject and support for the Ole StdFont added (just
giving back a 8 point System font for now).
|
2001-07-24 00:59:28 +00:00 |
Patrik Stridvall
|
044855c6ec
|
Documentation fixes.
|
2001-07-11 18:56:41 +00:00 |
Patrik Stridvall
|
8b216b3d02
|
Documentation ordinal fixes.
|
2001-06-19 18:20:47 +00:00 |
François Gouget
|
44a182229b
|
winuser.h now requires that we include winbase.h first.
|
2000-12-19 04:53:20 +00:00 |
Alexandre Julliard
|
db0747d095
|
Removed some unnecessary includes.
Got rid of ldt.h.
|
2000-12-13 20:23:41 +00:00 |
Alexandre Julliard
|
5be8e7d8e0
|
Created a small static library in ole/libuuid.a that contains all the
UUID definitions (with the help of Francois Gouget).
|
2000-12-06 01:50:47 +00:00 |
Patrik Stridvall
|
1ed5577522
|
Don't include windows.h internally.
|
2000-11-30 01:31:28 +00:00 |