dmsynth: Dump data passed to Download method.
[wine] / dlls / oleaut32 / olefont.c
2012-07-27  Jacek Cabanoleaut32: Use proper helpers for iface calls.
2011-08-22  Nikolay Sivovoleaut32: Use type names and sizeof() instead of hardco...
2011-08-22  Nikolay Sivovoleaut32: Use strdupW to duplicate strings.
2011-08-22  Nikolay Sivovoleaut32: FONTDESC size field value is not important...
2011-08-22  Nikolay Sivovoleaut32: Get rid of duplicated condition check.
2011-08-22  Nikolay Sivovoleaut32: Clean QueryInterface() method, turn impl...
2011-08-22  Nikolay Sivovoleaut32: Remove some useless comments and initializers.
2011-03-10  Peter Schellenbacholeaut32: Fixed initial cyLogical value in IFont constr...
2011-03-04  Marcus Meissneroleaut32: Local variable goes out of scope via pointer...
2010-12-16  Michael Stefaniucoleaut32: Use ifaces instead of vtbl pointers in OLEFon...
2010-12-05  Michael Stefaniucoleaut32: Use an iface instead of a vtbl pointer in...
2010-10-25  Nikolay Sivovoleaut32: Fix properties type conversion on property...
2010-10-25  Nikolay Sivovoleaut32: Remove some useless null checks.
2010-05-10  Huw Daviesoleaut32: Set the font to dirty when loading a new...
2010-02-02  Huw Daviesoleaut32: If the font name property is changed, don...
2010-02-02  Huw Daviesoleaut32: Realize the font in getter functions.
2010-02-01  Huw Daviesoleaut32: Fix font handle lifetimes.
2010-01-25  André Hentscheloleaut32: Fix a crash in VB6.
2009-07-03  Alexandre Julliardoleaut32: Replace long and unsigned long by more approp...
2009-02-09  Michael Stefaniucoleaut32: Remove superfluous pointer casts.
2008-12-02  Alexandre Julliardoleaut32: Make some functions static.
2008-03-12  Andrew Talbotoleaut32: Assign to structs instead of using memcpy.
2008-02-28  Rob Shearmanoleaut32: Fix local variable shadowing in OLEFontImpl_I...
2008-02-28  Rob Shearmanoleaut32: Fix size calculation in OLEFontImpl_GetSizeMa...
2008-02-28  Rob Shearmanoleaut32: Don't store result of CompareStringW in HRESU...
2008-02-04  Rob Shearmanoleaut32: Fix a leak of a typelib object in OLEFontImpl...
2007-07-03  Andrew Talbotoleaut32: Constify some variables.
2007-02-20  Rob Shearmanoleaut32: Re-arrange the position of functions and...
2007-02-20  Rob Shearmanoleaut32: Fix IFont::AddRefHFont and IFont::ReleaseRefH...
2006-10-13  Hans Leidekkeroleaut32: Win64 printf format warning fixes.
2006-09-25  Andrew Talbotoleaut32: Cast-qual warnings fix.
2006-08-11  Benjamin Araioleaut32: Removes stub message from olefont:OLEFontImpl...
2006-08-03  Benjamin Araioleaut32: Implement function olefont:OLEFontImpl_IsEqual.
2006-07-28  Robert Shearmanoleaut32: Implement GetTypeInfoCount for standard fonts.
2006-07-28  Robert Shearmanoleaut32: Fix the return code for an invalid dispid...
2006-07-28  Robert Shearmanoleaut32: Handle the Weight property in IFontDisp:...
2006-07-27  Alexandre Julliardoleaut32: Fixed compiler warning.
2006-07-27  Robert Shearmanoleaut32: Add validation of some more parameters in...
2006-07-27  Robert Shearmanoleaut32: Clean up IFontDisp::Invoke by using VariantCh...
2006-07-21  Benjamin Araioleaut32: Implements OLEFontImpl_GetIDsOfNames.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-30  Robert Shearmanoleaut32: Add IPersist to QueryInterface.
2006-02-24  Robert Shearmanoleaut: Fix standard font cloning.
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.