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
|
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 |
Marcus Meissner
|
3f46d3d6a4
|
OleFont::IDispatch::Invoke stub can just return S_OK.
|
2001-07-22 23:03:55 +00:00 |
Patrik Stridvall
|
bc38d6bfde
|
- 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-20 18:00:00 +00:00 |
Marcus Meissner
|
1ef0d39c66
|
Made some FIXME()s print the respective strings passed.
Changed StgSetTimes() to correct type.
|
2001-07-14 00:47:52 +00:00 |
Patrik Stridvall
|
044855c6ec
|
Documentation fixes.
|
2001-07-11 18:56:41 +00:00 |
Patrik Stridvall
|
3e3194f68b
|
- Added comment that code is broken.
- Silenced annoying long term winapi_check message.
|
2001-07-08 22:31:29 +00:00 |
Patrik Stridvall
|
01d5e5b071
|
Documentation fixes.
|
2001-07-02 19:59:40 +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 |
Francois Gouget
|
9fcefdd89d
|
Fix the VarXxxFromCy conversions.
Remove (commented-out) references to inexistent VarXxxFrom32 functions.
Remove obsolete '32' suffixes.
|
2001-05-31 21:32:08 +00:00 |
Francois Gouget
|
cd8d181a0b
|
Spelling typos.
|
2001-05-18 21:01:38 +00:00 |
Francois Gouget
|
ee285b7ac8
|
Remove unnecessary single quoting of debugstr_xxx strings.
|
2001-05-11 20:03:40 +00:00 |
Francois Gouget
|
e76218dd61
|
Add '\n' at the end of traces.
|
2001-05-09 17:31:31 +00:00 |
Gerard Patel
|
3b63e6a3c6
|
Stub for OleLoadPictureEx.
|
2001-04-10 21:17:04 +00:00 |
Dmitry Timoshkov
|
13535251bf
|
Add version info for built-in oleaut32.dll.
|
2001-03-19 19:17:27 +00:00 |
Andreas Mohr
|
b6474aebd4
|
The for loop in ITypeLib2_fnFindName was wrong (extra ';').
|
2001-03-05 19:32:50 +00:00 |
Francois Gouget
|
282f7270c1
|
Small 'typos in comments' fixes.
|
2001-02-28 05:31:02 +00:00 |
Jon Griffiths
|
935677ab04
|
Implement LHashValOfNameSysA for 4 LCIDs, fix prototype.
|
2001-02-12 19:33:42 +00:00 |
Patrik Stridvall
|
bca4a8dce0
|
Documentation argument fixes.
|
2001-02-12 03:49:57 +00:00 |
James Juran
|
f4d5fefb0a
|
Add <string.h> to files that needed it.
|
2001-01-26 20:43:40 +00:00 |
Josh DuBois
|
a57eb65548
|
Changed VarCyFromI1 to take a signed char.
|
2001-01-22 19:23:54 +00:00 |
François Gouget
|
da2b6a9f26
|
Fixed some HFILE vs. HANDLE mismatches.
If not used the last parameter of CreateFile must be 0, not -1.
|
2001-01-06 01:29:18 +00:00 |
Francois Jacques
|
11ed84009e
|
- TLB_DoFuncs: code cleanup and elemdescFunc read correctly from TLB.
- TLB_LoadTypeLib: ref count problem.
- ITypeLib::GetTypeInfoOfGuid: safer implementation (pointer testing).
- ITypeInfo::GetRefTypeOfImplType: safer implementation (pointer testing).
- ITypeInfo2::GetDocumentationL return errors if SysAllocString failed.
- TLB loader functions now trace in "typelib" channel.
- Improved traces in AddRef/Release and improved dump_* functions for
debugging.
|
2000-12-21 20:20:12 +00:00 |
Francois Jacques
|
de3486dd1c
|
Updated SafeArrayGetUBound and SafeArrayGetLBound with more sanity
checks: an array has at least one dimension.
Updated validCoordinates, where SafeArrayGetLBound was called on
dimension 0.
|
2000-12-21 20:18:18 +00:00 |
Francois Jacques
|
31c6ac2aac
|
Implementation of Dispatch API.
|
2000-12-19 23:29:58 +00:00 |
François Gouget
|
44a182229b
|
winuser.h now requires that we include winbase.h first.
|
2000-12-19 04:53:20 +00:00 |
Gerard Patel
|
53d198cc00
|
Misc fixes for QueryPathOfRegTypeLib, TLB_ReadTypeLib,
ITypeInfo_fnGetContainingTypeLib.
|
2000-12-19 03:37:44 +00:00 |
Alexandre Julliard
|
db0747d095
|
Removed some unnecessary includes.
Got rid of ldt.h.
|
2000-12-13 20:23:41 +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 |
Alexandre Julliard
|
f6168db690
|
Fixed some warnings.
|
2000-12-13 20:03:53 +00:00 |
Andreas Mohr
|
1af53cbb2a
|
- README update
- add offsets to ASPI struct defines
- spelling
|
2000-12-09 03:15:32 +00:00 |
Andreas Mohr
|
5448c534f3
|
Don't fail on pointer address checking when foreign heap.
|
2000-12-09 03:08:02 +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 |
Francois Gouget
|
519346a47e
|
Fixed miscellaneous typos, syntactic and grammatical errors.
|
2000-12-02 20:18:08 +00:00 |
Patrik Stridvall
|
2b3aa616e8
|
Added/modified documentation for function arguments.
|
2000-12-01 23:58:28 +00:00 |
David Elliott
|
ea186796eb
|
Remove libXXXX.so.1.0 lines from .cvsignore files.
|
2000-11-30 19:57:34 +00:00 |
Patrik Stridvall
|
1ed5577522
|
Don't include windows.h internally.
|
2000-11-30 01:31:28 +00:00 |
Alexandre Julliard
|
71d68bbae0
|
Use the HEAP_WINE_SEGPTR flag to specify allocations on the segptr heap.
Added a hack in MapLS to recognize such allocations and use the heap
selector in this case.
|
2000-11-30 01:19:51 +00:00 |
Dimitrie O. Paun
|
529da54394
|
Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements to end in a ;
|
2000-11-27 23:54:25 +00:00 |
Andreas Mohr
|
cb45438be2
|
- added winver settings nt2k, win30 and win20 (yes, some rare programs need this)
and *document* it (win98 was not documented previously)
- OaBuildVersion: add value for NT4 SP6
- spelling fixes
|
2000-11-27 01:39:05 +00:00 |
Francois Jacques
|
7163957908
|
- support for arguments with referenced types
- imported type libraries
- dispinterfaces
- dual interfaces
- ref count problems
- memory leaks fixed
|
2000-11-25 23:51:30 +00:00 |
Francois Jacques
|
26c0b76bf8
|
Implemented VT_EMPTY to VT_BSTR type coercion.
|
2000-11-25 01:20:37 +00:00 |
Alexandre Julliard
|
c95b1aa37f
|
Avoid linking with ntdll where possible.
|
2000-11-16 04:15:08 +00:00 |
Alexandre Julliard
|
27939f00fd
|
Start using import tables for dlls that can already support it.
|
2000-11-12 03:50:10 +00:00 |
Alexandre Julliard
|
eb58e1d597
|
Declare debug channels in all dlls that need them; added imports of
ntdll where necessary.
|
2000-11-05 04:53:07 +00:00 |
Alexandre Julliard
|
908464d448
|
Authors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie O. Paun <dimi@cs.toronto.edu>, Patrik Stridvall <ps@leissner.se>
Various warning fixes.
|
2000-11-01 03:11:12 +00:00 |
Joerg Mayer
|
650ba4df23
|
Move inline and static to the beginning of declarations.
|
2000-10-29 18:06:04 +00:00 |