d3dx9: Use float function in D3DXPlaneNormalize().
[wine] / dlls / gdi32 / freetype.c
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.
2011-12-20  Kusanagi Kouichigdi32: Split AddFontToList into two functions.
2011-12-20  Kusanagi Kouichigdi32: Merge two ifs.
2011-12-20  Kusanagi Kouichigdi32: Use find_family_from_name and LIST_FOR_EACH...
2011-12-20  Kusanagi Kouichigdi32: Add a helper function to convert a string from...
2011-12-16  Francois Gougetgdi32: Avoid hardcoding the Unicode string literal...
2011-12-13  Kusanagi Kouichigdi32: Don't remove leading '@' from face name.
2011-12-13  Kusanagi Kouichigdi32: Don't use preferred family name.
2011-12-12  Alexandre Julliardgdi32: GetCharABCWidthsFloatW must succeed with non...
2011-11-16  Huw Daviesgdi32: Use an array of masks to simplify the bitmap...
2011-11-16  Huw Daviesgdi32: Return valid anti-alias format bitmaps if the...
2011-11-16  Huw Daviesgdi32: Add a helper to return the maximum level to...
2011-11-14  Marcus Meissnergdi32: Fixed loop end setting (Coverity).
2011-11-08  Alexandre Julliardgdi32: Add a CopyBitmap driver entry point.
2011-11-07  Akihiro Sagawagdi32: Use the translated string as a charset name.
2011-10-31  Alexandre Julliardgdi32: Add a DC driver entry point for GdiGradientFill.
2011-10-27  Ken Thomasesgdi32: Allow ~-based paths in HKCU\Software\Wine\Fonts...
2011-10-26  Alexandre Julliardgdi32: Implement GdiRealizationInfo as a standard drive...
2011-10-26  Alexandre Julliardgdi32: Implement FontIsLinked as a standard driver...
2011-10-26  Alexandre Julliardgdi32: Implement GetFontData as a standard driver entry...
2011-10-26  Alexandre Julliardgdi32: Implement GetTextFace as a standard driver entry...
2011-10-26  Alexandre Julliardgdi32: Implement GetTextExtentExPointI as a standard...
2011-10-26  Alexandre Julliardgdi32: Implement GetTextCharsetInfo as a standard drive...
2011-10-26  Alexandre Julliardgdi32: Implement GetOutlineTextMetrics as a standard...
2011-10-26  Alexandre Julliardgdi32: Implement GetKerningPairs as a standard driver...
2011-10-25  Alexandre Julliardgdi32: Implement GetGlyphOutline as a standard driver...
2011-10-25  Alexandre Julliardgdi32: Implement GetGlyphIndices as a standard driver...
2011-10-25  Alexandre Julliardgdi32: Implement GetFontUnicodeRanges as a standard...
2011-10-25  Alexandre Julliardgdi32: Reimplement GetCharABCWidthsFloat using the...
2011-10-25  Alexandre Julliardgdi32: Implement GetCharABCWidthsI as a standard driver...
2011-10-25  Alexandre Julliardgdi32: Implement GetCharABCWidths as a standard driver...
2011-10-24  Alexandre Julliardgdi32: Add driver entry points for a number of font...
2011-10-24  Alexandre Julliardgdi32: Rename the EnumDeviceFonts entry point to EnumFo...
2011-10-24  Alexandre Julliardgdi32: Implement EnumDeviceFonts as a standard driver...
2011-10-24  Alexandre Julliardgdi32: Don't return outline metrics for bitmap fonts.
next