oleaut32: Free the connection points on destruction of the font object.
[wine] / dlls / oleaut32 / olefont.c
2006-02-14  Robert Shearmanoleaut32: Free the connection points on destruction...
2006-02-10  Robert ShearmanReturn the correct error code from IConnectionPointCont...
2006-02-10  Robert Shearmanoleaut: Implement IFontEventsDisp connection point...
2005-09-13  Walt OgburnGet IFontDisp type information from stdole2.tlb, instea...
2005-08-22  Walt OgburnWhen applying logical / himetric ratio to olefont sizes...
2005-07-27  Alexandre JulliardReplace the ICOM_THIS_From macros by inline functions.
2005-07-11  Mike McCormackInterlocked LONG* gcc warning fixes.
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-02-18  Alex Villacís LassoImplement OleFontImpl_QueryTextMetrics.
2005-01-31  Vincent BéronRemove message telling users to copy native stdole32...
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-11-06  Mike HearnSupport assigning font objects to other font objects.
2004-10-18  Vincent BéronFix some types problems.
2004-10-05  Francois GougetAssorted spelling fixes.
2004-09-21  James HawkinsUse InterlockedDecrement and InterlockedIncrement inste...
2004-09-09  Alexandre JulliardGet rid of the non-standard ICOM_THIS macro.
2004-09-07  Francois GougetRemove bogus #define statement.
2004-09-06  Alexandre JulliardRemoved some uses of the non-standard ICOM_THIS macro.
2004-08-23  Alexandre JulliardGet rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
2004-08-22  Alexandre JulliardDon't define BEGIN_INTERFACE in unknwn.h.
2004-08-20  Robert ShearmanAdded implementation for IPersistPropertyBag_Load on...
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VTABLE macro.
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VFIELD macro.
2004-08-11  Francois GougetModify widl to put the C COM macros inside an #ifdef...
2004-04-20  Francois GougetMake Unicode strings 'static const'.
2004-04-20  Francois GougetMake Unicode strings static const.
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.