Updated to latest version's exports, and added a few more forwards.
[wine] / dlls / oleaut32 / olefont.c
2004-01-23  Ge van GeldorpRename LARGE_INTEGER and ULARGE_INTEGER members "s...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-06-24  Marcus MeissnerOleCreateFontIndirect(NULL,...) uses the OLE StdFont.
2003-01-23  Marcus MeissnerFixed ICOM_CALLs for IFont_xx methods.
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2002-12-05  Ove KaavenMake sure that no files except unknwn.h include wine...
2002-10-25  Michael StefaniucCompile the oleaut32 dll with -DSTRICT.
2002-06-25  Jason EdmeadesEnsure we free the cached HFONT after loading in a...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-15  Bill MedlandLeave IID check to the OleCreateFontIndirect, so that...
2002-01-01  Alexandre JulliardRemoved some of the calls to HEAP_strdup* functions.
2001-08-20  Marcus MeissnerWe need to make a copy of the fontname and the HFONT...
2001-07-24  Marcus MeissnerOLEAUT32.DllGetClassObject and support for the Ole...
2001-07-22  Marcus MeissnerOleFont::IDispatch::Invoke stub can just return S_OK.
2001-07-14  Marcus MeissnerMade some FIXME()s print the respective strings passed.
2000-11-30  Patrik StridvallDon't include windows.h internally.
2000-09-26  Alexandre JulliardRemoved shell.h. Cleaned up the nested includes mess...
2000-08-14  Alexandre JulliardReplaced all lstr* calls from inside Wine code by their...
2000-07-28  Huw D M DaviesAdd Connection Point support to OLE font objects.
2000-07-16  Andreas MohrSpelling fixes.
2000-02-07  Sean LangleyMade OleCreateFontIndirect have the same signature...
2000-01-18  Alexandre JulliardAdded debugstr_guid function and used it to replace
1999-09-19  Ulrich WeigandMoved bulk of OLE implementation to dlls/ subdirectories.