Jason Edmeades
|
99b3307406
|
Ensure we free the cached HFONT after loading in a fresh font. Enables
fonts in VB programs to appear correctly.
|
2002-06-25 02:54:06 +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 |
Bill Medland
|
e0939a4995
|
Leave IID check to the OleCreateFontIndirect, so that SFCF will handle
all the interfaces that OleCreate.. will.
|
2002-01-15 20:23:57 +00:00 |
Alexandre Julliard
|
193cf50a09
|
Removed some of the calls to HEAP_strdup* functions.
|
2002-01-01 00:24:30 +00:00 |
Marcus Meissner
|
872097ccd4
|
We need to make a copy of the fontname and the HFONT handle in
IFont_Clone, otherwise we get memory corruption and bad GDI handles.
|
2001-08-20 17:59:10 +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 |
Marcus Meissner
|
3f46d3d6a4
|
OleFont::IDispatch::Invoke stub can just return S_OK.
|
2001-07-22 23:03:55 +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
|
1ed5577522
|
Don't include windows.h internally.
|
2000-11-30 01:31:28 +00:00 |
Alexandre Julliard
|
74af67ef42
|
Removed shell.h. Cleaned up the nested includes mess in wine/obj_*.h.
|
2000-09-26 00:00:55 +00:00 |
Alexandre Julliard
|
c7e7df8b17
|
Replaced all lstr* calls from inside Wine code by their str* equivalent.
|
2000-08-14 14:41:19 +00:00 |
Huw D M Davies
|
e8d4268a9f
|
Add Connection Point support to OLE font objects.
Add some more TRACE()s.
|
2000-07-28 20:17:21 +00:00 |
Andreas Mohr
|
2caee712a2
|
Spelling fixes.
|
2000-07-16 15:44:22 +00:00 |
Sean Langley
|
9c92c7de2c
|
Made OleCreateFontIndirect have the same signature (exactly) as the
header file. Added olepro32 dll stubs.
|
2000-02-07 16:27:33 +00:00 |
Alexandre Julliard
|
681c75bf17
|
Added debugstr_guid function and used it to replace
WINE_StringFromCLSID in all debugging messages.
|
2000-01-18 05:09:49 +00:00 |
Ulrich Weigand
|
2a722f498a
|
Moved bulk of OLE implementation to dlls/ subdirectories.
|
1999-09-19 18:36:53 +00:00 |