Juergen Schmied
|
c1f9d386eb
|
- Implemented IMallocSpy hooks in IMalloc.
- Moved memory related functions into ifs.c.
- Implemented stubs for the MallocSpy.
|
2002-07-29 23:30:20 +00:00 |
Marcus Meissner
|
99f4890788
|
Factored out the OLE 16 bit allocator from StringFromCLSID.
Implemented ProgIDFromCLSID16.
|
2002-07-25 23:55:55 +00:00 |
Patrik Stridvall
|
a50698b903
|
Fixed some issues found by winapi_check.
|
2002-07-23 01:59:46 +00:00 |
Jon Griffiths
|
900f57052c
|
Stub implementation for CoInitializeSecurity.
|
2002-07-19 00:23:27 +00:00 |
Alexandre Julliard
|
bf50153479
|
Fixed CLSIDFromString endianness assumptions (reported by Gregg Mattinson).
|
2002-06-21 21:55:37 +00:00 |
Vincent Béron
|
9a62491660
|
Removed trailing whitespace.
|
2002-05-31 23:06:46 +00:00 |
Bill Medland
|
d36c8e9d0c
|
Ensure that an out-of-process COM object is started only once.
Allow out-of-process COM objects if request is for
in-or-out-of-process.
|
2002-05-29 19:20:32 +00:00 |
Marcus Meissner
|
e656fc1cd6
|
Dropped superflous Remote_CoGetClassObject() (entirely contained in
create_marshalled_proxy()).
|
2002-05-29 19:05:14 +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 |
Patrik Stridvall
|
57e5784c21
|
Move __stdcall/__cdecl to the right place.
|
2002-02-02 18:42:11 +00:00 |
Bill Medland
|
43471ddf0b
|
CoGetClassObject: for CLSCTX_LOCAL_SERVER at least look up the server
in the registry, even though we don't yet execute it.
|
2002-01-18 18:09:37 +00:00 |
Marcus Meissner
|
4a29e1f11a
|
Removed some useless wingdi.h includes.
|
2002-01-14 18:36:37 +00:00 |
Marcus Meissner
|
6ea7932c80
|
Implemented CoTreatAsClass, simplified OleSetAutoConvert.
|
2002-01-03 02:34:09 +00:00 |
Alexandre Julliard
|
193cf50a09
|
Removed some of the calls to HEAP_strdup* functions.
|
2002-01-01 00:24:30 +00:00 |
Andreas Mohr
|
9cef2d0b1d
|
- fix wrong hexadecimal GetLastError() output
- misc fixes
- changed my email address
|
2001-11-19 02:30:01 +00:00 |
Huw D M Davies
|
f3d962226f
|
Better failure messages for CoCreateInstance.
|
2001-10-23 19:52:08 +00:00 |
Hidenori Takeshima
|
aad36bcd59
|
Synchronize access to the s_COMLockCount, firstRegisteredClass,
openDllList in compobj.
|
2001-09-11 00:26:12 +00:00 |
Patrik Stridvall
|
4b1574577d
|
- Made sure that the files that contains the declarations
of the implementated functions are included.
- Corrected mismatching prototypes.
- Cleaned up the include section.
|
2001-07-23 23:50:18 +00:00 |
Patrik Stridvall
|
044855c6ec
|
Documentation fixes.
|
2001-07-11 18:56:41 +00:00 |
Patrik Stridvall
|
01d5e5b071
|
Documentation fixes.
|
2001-07-02 19:59:40 +00:00 |
Dmitry Timoshkov
|
93e936f97b
|
Finish ole32 separation.
|
2001-06-28 17:59:22 +00:00 |
Patrik Stridvall
|
3ca9823941
|
Documentation ordinal fixes.
|
2001-06-20 23:03:14 +00:00 |
Patrik Stridvall
|
8b216b3d02
|
Documentation ordinal fixes.
|
2001-06-19 18:20:47 +00:00 |
Patrik Stridvall
|
172cd1b967
|
Fixed some issues found by winapi_check.
|
2001-06-11 20:16:11 +00:00 |
Marcus Meissner
|
40af1a87a5
|
Arg 3 of CoGetClassObject is COSERVERINFO*, added some more debug.
|
2001-04-09 18:33:49 +00:00 |
Francois Gouget
|
b87a83866f
|
Change the callback declarations to a safer format.
|
2001-02-12 03:51:04 +00:00 |
Andreas Mohr
|
ae4f72f5be
|
Take a stab at implementing OleSetAutoConvert.
|
2001-02-12 01:26:16 +00:00 |
Alexandre Julliard
|
0618746265
|
Cleaned up dll startup routines now that we have separate address
spaces.
|
2001-01-17 22:03:18 +00:00 |
Francois Gouget
|
a1d23f5da6
|
Removed the 'fn' prefix (i.e. ICOM_FN).
|
2001-01-04 22:59:48 +00:00 |
Alexandre Julliard
|
982a223f36
|
Replaced PTR_SEG_TO_LIN macro by exported MapSL function.
Fixed a few ptr/segptr mismatches.
Moved CONV_RECT/POINT macros to wingdi16.h.
|
2000-12-13 20:20:09 +00:00 |
Patrik Stridvall
|
2b3aa616e8
|
Added/modified documentation for function arguments.
|
2000-12-01 23:58:28 +00:00 |
Alexandre Julliard
|
24a62ab9b0
|
Got rid of the Wine internal lstrcpy* functions and of winestring.h.
|
2000-11-28 22:40:56 +00:00 |
Alexandre Julliard
|
5ce902b0b9
|
Implemented DosFileHandleToWin32Handle, Win32HandleToDosFileHandle and
DisposeLZ32Handle and use them to replace file.c internal functions.
Renamed WOW* functions into K32WOW*.
|
2000-11-27 21:59:08 +00:00 |
Francois Gouget
|
3116bd9f45
|
compobj.h is a synonym for objbase.h
Moved all the other contents to dlls/ole32/compobj_private.h
|
2000-11-25 03:08:23 +00:00 |
Marcus Meissner
|
93734bcdc3
|
Simplified reg handling in CoGetClassObject, do not use RegQueryValueW.
|
2000-11-15 22:13:26 +00:00 |
Huw D M Davies
|
a79587df23
|
Fix a couple of TRACE messages.
|
2000-09-29 00:23:45 +00:00 |
Alexandre Julliard
|
83f52d11c1
|
Moved all Win16 definitions out of the standard Windows headers.
|
2000-09-26 22:20:14 +00:00 |
Alexandre Julliard
|
072dfb57e3
|
Removed inclusion of wine/winestring.h from winbase.h and added it to
the C files that need it.
|
2000-09-25 23:30:56 +00:00 |
James Hatheway
|
e0849c8a52
|
Implemented CoGetPSClsid().
|
2000-09-01 01:21:08 +00:00 |
Alexandre Julliard
|
e101f6db3b
|
Cleaned up a few inter-dll dependencies. Added a few imports.
|
2000-08-14 14:42:41 +00:00 |
Alexandre Julliard
|
5ab9d860f2
|
Removed some unnecessary #includes and dll dependencies.
|
2000-08-09 22:35:05 +00:00 |
Alexandre Julliard
|
17904173a0
|
Fixed IsEqualGUID definition.
|
2000-08-03 04:16:34 +00:00 |
Marcus Meissner
|
9cb1870fe9
|
Implemented OleGetAutoConvert.
|
2000-07-29 11:29:26 +00:00 |
Huw D M Davies
|
10b1b23d40
|
Create rpcrt4.dll.
Implement UuidCreate (using existing code from CoCreateGuid).
CoCreateGuid calls UuidCreate.
|
2000-07-15 19:53:50 +00:00 |
Huw D M Davies
|
5b9a7cbf3a
|
Implement IDataAdviseHolder.
|
2000-07-08 11:46:54 +00:00 |
Alexandre Julliard
|
917910324f
|
Cleaned up a few inter-dll dependencies.
|
2000-06-23 16:13:33 +00:00 |
Huw D M Davies
|
2cfb02a575
|
CLSIDFromString apparently also accepts ProgIDs as an input string.
|
2000-06-23 15:33:31 +00:00 |
Noomen Hamza
|
3b3779b260
|
OleConvertOLESTREAMToIStorage fails (returns REGDB_E_CLASSNOTREG) when
the CLSID of the OLE object is not found in the registry. Fixed.
|
2000-06-20 20:49:53 +00:00 |
James Hatheway
|
13b1864e97
|
Added a stub for CoCreateFreeThreadedMarshaler().
|
2000-06-18 17:18:53 +00:00 |
Andrew Lewycky
|
eb996b9da8
|
Fix StringFromGUI2 return value as per documentation.
|
2000-04-06 19:33:36 +00:00 |
Marcus Meissner
|
c0250a504a
|
Fixed memory corruption with CoTaskMemRealloc.
|
2000-03-19 12:46:20 +00:00 |
Marcus Meissner
|
09ee5d0a56
|
CoLoadLibrary gets UNICODE, not ASCII strings. (spotted by Lawson
Whitney), removed the dllName component of the openDlls. Added some
debugstr_guid().
|
2000-03-04 19:24:25 +00:00 |
Juergen Schmied
|
32fe6bdc13
|
Added stub for CoResumeClassObjects.
|
2000-02-14 19:56:21 +00:00 |
Alexandre Julliard
|
383da68cf9
|
Optimized debugging API to reduce code size.
|
2000-02-10 22:15:21 +00:00 |
Alexandre Julliard
|
fc296da4e2
|
Removed extra includes from ole.h and wingdi.h.
|
2000-02-10 19:39:48 +00:00 |
Owen Wang
|
923685ac95
|
Make CLSIDFromString return a CLSID of zeros instead of crashing when
passed a null pointer.
|
2000-02-07 22:20:44 +00:00 |
Andreas Mohr
|
ffdd1717d4
|
- the OLE version returned was too low
- renamed OABuildVersion16 to OaBuildVersion16
- spelling fixes
|
1999-12-05 23:52:56 +00:00 |
Rein Klazes
|
d93c7bca23
|
CoGetClassObject should complain about not being able to do
out-of-process servers *only* if the application doesn't include the
in-process options.
|
1999-11-10 19:57:45 +00:00 |
Abey George
|
3a2b1b6e42
|
Implemented ProgIDFromCLSID.
|
1999-10-31 02:24:51 +00:00 |
Francois Gouget
|
819e7946e9
|
Added two macros, ICOM_VFIELD and ICOM_VTBL, so that when implementing
a COM interface one never has to name the lpVtbl field explicitly.
|
1999-10-25 15:43:36 +00:00 |
Patrik Stridvall
|
96336324cf
|
- Added missing configuration #if:s and #includes:s.
- Minor configuration related changes.
|
1999-10-24 22:13:47 +00:00 |
Ulrich Weigand
|
2a722f498a
|
Moved bulk of OLE implementation to dlls/ subdirectories.
|
1999-09-19 18:36:53 +00:00 |