gdiplus: Create a full BITMAPINFO to prevent clobbering memory with palette data.
[wine] / dlls / gdiplus / font.c
2009-12-21  Vincent Povirkgdiplus: Add traces for values of newly-created font...
2009-05-14  Vincent Povirkgdiplus: Populate the installed font collection.
2009-05-04  Vincent Povirkgdiplus: Correct the lfHeight calculation in GdipCreate...
2009-04-28  Vincent Povirkgdiplus: Create a static InstalledFontCollection object...
2009-04-24  Paul Vriensgdiplus: Convert lfFaceName from W to A, not the other...
2009-04-24  Paul Vriensgdiplus: Return the correct result in GdipCreateFontFro...
2009-04-20  Francois GougetAssorted spelling fixes.
2009-02-04  Nikolay Sivovgdiplus: Implemented GdipGetLogFontA.
2008-12-16  Nikolay Sivovgdiplus: Fix Font test failure on charset mismatch.
2008-12-05  Michael Stefaniucgdiplus: Remove some superfluous casts.
2008-12-01  Hans Leidekkergdiplus: Better implementation of GdipGetFontHeightGive...
2008-11-24  Hans Leidekkergdiplus: Implement GdipGetFontCollectionFamilyCount...
2008-11-24  Hans Leidekkergdiplus: Add a stub implementation of GdipPrivateAddMem...
2008-11-24  Hans Leidekkergdiplus: Implement GdipNewPrivateFontCollection and...
2008-11-24  Hans Leidekkergdiplus: Implement GdipGetLineSpacing.
2008-11-04  Aric Stewartgdiplus: Stub implementation of GdipNewInstalledFontCol...
2008-09-03  Nikolay Sivovgdiplus: Add TRACE(..) for font calls.
2008-08-28  Adam Petacciagdiplus: GdipGetFontHeightGivenDPI: Return a valid...
2008-08-28  Adam Petacciagdiplus: Don't create a font if there is no facename.
2008-08-28  Adam Petacciagdiplus: Implement GdipGetFontHeight.
2008-08-28  Adam Petacciagdiplus: Implement GdipGetFontStyle.
2008-08-28  Adam Petacciagdiplus: Implement GdipGetFamily.
2008-08-28  Adam Petacciagdiplus: Stub GdipGetFontStyle.
2008-08-28  Adam Petacciagdiplus: Stub GdipGetFamily.
2008-07-28  Francois GougetAdd some API documentation stubs to make winapi_check...
2008-07-25  Adam Petacciagdiplus: Stub GdipIsStyleAvailable.
2008-07-23  Adam Petacciagdiplus: Stub GdipGetFontCollectionFamilyList.
2008-07-23  Adam Petacciagdiplus: Stub GdipGetFontCollectionFamilyCount.
2008-07-23  Adam Petacciagdiplus: Stub GdipPrivateAddFontFile.
2008-07-23  Adam Petacciagdiplus: Stub GdipDeletePrivateFontCollection.
2008-07-23  Adam Petacciagdiplus: Stub GdipNewPrivateFontCollection.
2008-07-11  Andrew Talbotgdiplus: Remove unneeded address-of operator from array...
2008-07-10  Francois Gougetgdiplus: Add/fix the trailing '\n' to Wine traces.
2008-07-07  Alexandre Julliardgdiplus: Store the family name directly in the GpFontFa...
2008-07-07  Adam Petacciagdiplus: Implement GdipGetEmHeight.
2008-07-07  Adam Petacciagdiplus: Implement GdipGetCellDescent.
2008-07-07  Adam Petacciagdiplus: Implement GdipGetCellAscent.
2008-07-07  Adam Petacciagdiplus: Use a better framework for filling out FontFam...
2008-07-07  Adam Petacciagdiplus: Stub GdipGetFontHeightGivenDPI.
2008-07-07  Adam Petacciagdiplus: Stub GdipGetCellDescent.
2008-07-07  Adam Petacciagdiplus: Stub GdipGetCellAscent.
2008-07-07  Adam Petacciagdiplus: Stub GdipGetEmHeight.
2008-07-07  Adam Petacciagdiplus: Stub GdipGetLineSpacing.
2008-07-07  Adam Petacciagdiplus: Implement GdipCloneFontFamily.
2008-07-07  Adam Petacciagdiplus: Stub GdipCloneFontFamily.
2008-07-07  Adam Petacciagdiplus: Valgrind: fix warnings about using uninitializ...
2008-07-03  Michael Stefaniucgdiplus: Remove redundant NULL check before GdipFree...
2008-06-30  Adam Petacciagdiplus: Improve accuracy in calculating point sizes.
2008-06-30  Huw Daviesgdiplus: Fix a typo in the parameter validation check.
2008-06-27  Joris Huizergdiplus: Change tmw field of GpFontFamily into an embed...
2008-06-27  Joris Huizergdiplus: font: Ensure to release resources.
2008-06-25  Adam Petacciagdiplus: Implement GdipGetFontSize.
2008-06-25  Adam Petacciagdiplus: Implement GdipGetFontUnit.
2008-06-25  Adam Petacciagdiplus: Implement GdipCreateFont.
2008-06-25  Adam Petacciagdiplus: Implement GdipGetGeneric*.
2008-06-25  Adam Petacciagdiplus: Implement GdipGetFamilyName.
2008-06-25  Adam Petacciagdiplus: Implement GdipDeleteFontFamily.
2008-06-25  Adam Petacciagdiplus: Implement GdipCreateFontFamilyFromName.
2008-05-13  Nikolay Sivovgdiplus: GdipCreateFontFromLogfontA: no reason to put...
2008-04-30  Nikolay Sivovgdiplus: Implemented GdipCreateFontFromDC.
2008-04-23  Nikolay Sivovgdiplus: Implemented GdipCloneFont.
2008-03-01  Andrew Talbotgdiplus: Assign to structs instead of using memcpy.
2007-08-15  Evan Stadegdiplus: Save elements of font's style.
2007-08-15  Evan Stadegdiplus: Added GdipDeleteFont.
2007-08-15  Evan Stadegdiplus: Fixed conformance of font constructor.
2007-08-15  Evan Stadegdiplus: Added GdipGetLogFontW.
2007-08-14  Evan Stadegdiplus: Added GdipCreateFontFromLogfontA.
2007-08-14  Evan Stadegdiplus: Added font constructor.