gdi32: Implement RemoveFontResource.
[wine] / dlls / gdi32 / freetype.c
2013-01-15  Alexandre Julliardgdi32: Implement RemoveFontResource.
2013-01-15  Alexandre Julliardgdi32: Keep the main font cache key open.
2013-01-15  Alexandre Julliardgdi32: Add helper functions to compute font paths for...
2013-01-15  Alexandre Julliardgdi32: Store the vertical flag together with the other...
2013-01-15  Alexandre Julliardgdi32: Store the full flags in the face object, and...
2013-01-14  Alexandre Julliardgdi32: Add ref counting to the face and family objects.
2013-01-14  Alexandre Julliardgdi32: Avoid creating a family object just to retrieve...
2012-12-18  Alexandre Julliardgdi32: Remove from the GetTextExtentExPoint entry point...
2012-12-14  Alexandre Julliardgdi32: Fix handling of rotation matrices in GetGlyphOut...
2012-12-10  Alexandre Julliardgdi32: Fix handling of font orientation in advanced...
2012-12-10  Alexandre Julliardgdi32: Add ref counting to the font objects and simplif...
2012-12-07  Alexandre Julliardgdi32: Keep track of the number of fonts on the unused...
2012-12-07  Alexandre Julliardgdi32: Simplify list processing by using the LIST_FOR_E...
2012-12-05  Alexandre Julliardgdi32: Don't store a font pointer in the generic part...
2012-12-05  Alexandre Julliardgdi32: Don't create a separate font handle for linked...
2012-12-05  Alexandre Julliardgdi32: Remove special handling for linked fonts in...
2012-12-04  Alexandre Julliardgdi32: Store and return ABC metrics from get_glyph_outline.
2012-11-15  Alexandre Julliardgdi32: Don't load bitmap glyphs when using subpixel...
2012-11-13  Piotr Cabangdi32: Ignore contours containing one point in get_glyp...
2012-11-06  Alexandre Julliardgdi32: Use the fontconfig anti-aliasing setup even...
2012-11-06  Alexandre Julliardgdi32: Get rid of the non-standard flags in GetRasteriz...
2012-11-05  Alexandre Julliardgdi32: Determine the default anti-aliasing parameters...
2012-11-02  Alexandre Julliardgdi32: Set the font anti-aliasing flags from the fontco...
2012-11-02  Alexandre Julliardgdi32: Move checking of the subpixel support and gasp...
2012-11-02  Alexandre Julliardgdi32: Store the anti-aliasing flags in the DC when...
2012-11-02  Alexandre Julliardgdi32: Add a parameter to return anti-aliasing flags...
2012-11-01  Alexandre Julliardgdi32: Store the fontconfig anti-aliasing flags for...
2012-11-01  Alexandre Julliardgdi32: Store the font file name in Unicode in the font...
2012-11-01  Alexandre Julliardgdi32: Avoid some redundant registry calls while loadin...
2012-10-26  Huw Daviesgdi32: Use a symbol charmap if all else fails.
2012-10-26  Huw Daviesgdi32: Simplify the code for charmap selection.
2012-10-25  Alexandre Julliardgdi32: Fix mapping of symbol font glyphs even when...
2012-10-25  AndrĂ© Hentschelgdi32: Fix free of address-of expression (coverity).
2012-10-01  Huw Daviesgdi32: Correctly map the 256-level bitmap to the 5...
2012-09-27  Alexandre Julliardgdi32: Enumerate a default charset if no other valid...
2012-09-24  Francois GougetAssorted spelling fixes.
2012-09-12  Qian Honggdi32: Prepend at in get_outline_text_metrics for verti...
2012-09-12  Qian Honggdi32: Prepend at when create vertical font face.
2012-09-12  Qian Honggdi32: Fixed localized font full name (UNIQUE ID).
2012-09-11  Qian Honggdi32: Fixed get_name_table_entry for symbol fonts.
2012-09-11  Qian Honggdi32: Fixed localized font style name.
2012-09-10  Alexandre Julliardgdi32: Move the SwapBuffers entry point to the OpenGL...
2012-09-07  Qian Honggdi32: Fixed family and face name on non English locale.
2012-09-07  Qian Honggdi32: Read otmpFullName from TT_NAME_ID_UNIQUE_ID.
2012-09-07  Qian Honggdi32: Read otmpFaceName from TT_NAME_ID_FULL_NAME.
2012-08-13  Michael Stefaniucgdi32: Avoid TRUE:FALSE conditional expressions.
2012-07-30  Alexandre Julliardgdi32: Move DescribePixelFormat and SetPixelFormat...
2012-06-28  Alexandre Julliardgdi32: Remove the remaining OpenGL entry points from...
2012-06-28  Alexandre Julliardopengl32: Add the concept of a WGL driver.
2012-06-25  Alexandre Julliardgdi32: Remove OpenGL functions that don't use an HDC...
2012-05-29  Alexandre Julliardgdi32: Remove the CreateBitmap and DeleteBitmap driver...
2012-05-24  Alexandre Julliardgdi32: Remove the CopyBitmap driver entry point.
2012-05-09  Dmitry Timoshkovgdi32: Set tmDigitizedAspectX/Y to 96 instead of 300...
2012-05-08  Alexandre Julliardwinex11: Implement wglGetPbufferDCARB with a DC escape...
2012-05-08  Alexandre Julliardgdi32: Add a priority mechanism for pushing drivers...
2012-04-24  Dmitry Timoshkovgdi32: ntmCellHeight and ntmAvgWidth should be in font...
2012-04-24  Dmitry Timoshkovgdi32: Enumerated font size should not be too large.
2012-04-16  Alexandre Julliardgdi32: Add a GetBoundsRect driver entry point.
2012-04-13  Dmitry Timoshkovgdi32: Add large fonts support for MS Sans Serif.
2012-04-09  Dmitry Timoshkovgdi32: Add more verbose messages to indicate when a...
2012-04-09  Dmitry Timoshkovgdi32: Fix a typo in faces_equal() preventing loading...
2012-04-05  Ken Thomasesgdi32: On Mac OS X, find fonts using Core Text rather...
2012-04-05  Ken ThomasesRevert "gdi32: Load fonts from default Mac external...
2012-04-02  Kusanagi Kouichigdi32: Improve font cache.
2012-03-30  Kusanagi Kouichigdi32: Use helper functions when loading font from...
2012-03-29  Huw Daviesgdi32: Implement CreateScalableFontResource.
2012-03-29  Huw Daviesgdi32: Add a helper to create a new FreeType face.
2012-03-27  Huw Daviesgdi32: Separate face creation from face insertion.
2012-03-27  Huw Daviesgdi32: Remove the loop over bitmap sizes. FreeType...
2012-03-27  Huw Daviesgdi32: Add a helper to free a face object and fix a...
2012-03-27  Huw Daviesgdi32: Add a helper to retrieve the fontsignature.
2012-03-27  Huw Daviesgdi32: Add a helper to retrieve a bitmap font's interna...
2012-03-27  Huw Daviesgdi32: Add a helper to retrieve the ntm flags.
2012-03-27  Huw Daviesgdi32: Add a helper to retrieve the font version.
2012-03-27  Huw Daviesgdi32: Add a helper to create a family.
2012-03-27  Huw Daviesgdi32: Add a helper to retrieve the family pointer.
2012-03-27  Huw Daviesgdi32: Add a helper to retrieve the family names and...
2012-03-16  Huw Daviesgdi32: Remove unused variable.
2012-03-14  Kusanagi Kouichigdi32: find_face_from_filename() needs to take font...
2012-03-13  Kusanagi Kouichigdi32: Remove unused parameters and code, and a useless...
2012-03-13  Kusanagi Kouichigdi32: Simplify font replacement loading.
2012-03-13  Kusanagi Kouichigdi32: Add a helper function to get face list from...
2012-03-13  Kusanagi Kouichigdi32: Add a helper function to create a full name...
2012-03-13  Kusanagi Kouichigdi32: Move font signature of font link from Face to...
2012-03-13  Kusanagi Kouichigdi32: Add a helper function to find font link.
2012-02-21  Kusanagi Kouichigdi32: Initialize font signature of "System" font link.
2012-02-16  Alexandre Julliardgdi32: Fix font orientation when mirroring in compatibl...
2012-02-15  Kusanagi Kouichigdi32: Add traces for skipped font replacements.
2012-02-15  Kusanagi Kouichigdi32: Use find_family_from_any_name to find a replacem...
2012-02-14  Aric Stewartgdi32: Rebuild the internal SystemLink every time.
2012-02-09  Aric Stewartgdi32: Load fonts from default Mac external font paths.
2012-02-08  Akihiro Sagawagdi32: Consider whether the logical font face is vertic...
2012-02-08  Aric Stewartgdi32: Allow font replacements to be specified either...
2012-02-07  Akihiro Sagawagdi32: Restore the vertical font flag from the cache.
2012-02-07  Aric Stewartgdi32: Keep our internal generated system links separat...
2012-02-01  Aric Stewartgdi32: In update_system_links if the font we are trying...
2012-01-10  Alexandre Julliardgdi32: Get rid of the CreateDIBSection driver entry...
2012-01-10  Kusanagi Kouichigdi32: GetGlyphIndices doesn't substitute glyph.
2011-12-20  Kusanagi Kouichigdi32: Substitute glyph for vertical font only.
2011-12-20  Kusanagi Kouichigdi32: Add vertical fonts to font list.
next