gdi32: Emulate DDB support using the DIB driver when the graphics driver doesn't...
[wine] / dlls / gdi32 / font.c
2011-10-28  Alexandre Julliardgdi32: Fix a misplaced release_dc_ptr call.
2011-10-26  Alexandre Julliardgdi32: Implement the ExtTextOut entry point in the...
2011-10-26  Alexandre Julliardgdi32: Always use a polygon to draw text strike-outs...
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: Rename the EnumDeviceFonts entry point to EnumFo...
2011-10-24  Alexandre Julliardgdi32: Implement EnumDeviceFonts as a standard driver...
2011-10-24  Alexandre Julliardgdi32: Implement GetTextMetrics as a standard driver...
2011-10-20  Alexandre Julliardgdi32: Implement GetCharWidthW as a standard driver...
2011-10-20  Alexandre Julliardgdi32: Implement GetTextExtentExPointW as a standard...
2011-10-19  Alexandre Julliardgdi32: Implement SelectFont as a standard driver entry...
2011-10-19  Huw Daviesgdi32: Fix character code metrics for bitmap fonts.
2011-10-11  Huw Daviesgdi32: The text extents functions fail if passed a...
2011-05-04  Akihiro Sagawagdi32: Pass a proper code point from GetGlyphOutlineA...
2011-03-16  Alexandre Julliardgdi32: Add null driver entry points for the text functions.
2011-03-10  Alexandre Julliardgdi32: Add null driver entry points for the various...
2011-03-10  Alexandre Julliardgdi32: Add null driver entry points for the object...
2011-02-03  Kusanagi Kouichigdi32: Check if a character is double byte or single...
2011-02-01  Kusanagi Kouichigdi32: Upper 24 bits of a character range must be same.
2011-02-01  David Hedberggdi32: Stay within the clipping area when painting...
2011-01-28  Kusanagi Kouichigdi32: Reject invalid character range in GetCharABCWidthsA.
2011-01-17  Akihiro Sagawagdi32: Use the helper function in GetCharABCWidthsFloat...
2011-01-17  Akihiro Sagawagdi32: Use the helper function in GetCharWidth32A to...
2011-01-17  Akihiro Sagawagdi32: Add a helper function to get chars in the range.
2011-01-17  Akihiro Sagawagdi32: Avoid an integer overflow in GetCharABCWidthsA.
2011-01-17  Akihiro Sagawagdi32: Pass the byte count to FONT_mbtowc in GetCharABC...
2011-01-13  Kusanagi Kouichigdi32: GetCharABCWidthsA should work for DBCS.
2010-11-01  Alexandre Julliardgdi32: Remove unnecessary uses of wownt32.h.
2010-10-11  James McKenziegdi32: Correct typo in comment.
2010-08-03  Andrew Nguyengdi32: Improve AddFontMemResourceEx parameter validation.
2010-08-02  Dmitry Timoshkovgdi32: Do not crash on an invalid pointer passed to...
2010-07-29  Alexandre Julliardgdi32: Fix text positioning in mirrored DCs.
2010-07-28  Alexandre Julliardgdi32: Make sure the text dimensions are always positiv...
2010-06-17  Alexandre Julliardgdi32: Fix the sign of the vertical text position in...
2010-06-14  Nikolay Sivovgdi32: Add CreateFontIndirectEx implementation.
2010-05-24  Aric Stewartgdi32: Handle a BiDi string being shaped into more...
2010-05-13  Aric Stewartgdi32: Use usp10 to optionally generate glyphs for...
2010-05-06  Huw Daviesgdi32: Add support for ETO_PDY and improve world transf...
2010-05-05  Huw Daviesgdi32: Fix ExtTextOutA -> W forwarding when ETO_PDY...
2009-12-11  Hans Leidekkergdi32: Implement WineEngGetCharABCWidthsFloat and forwa...
2009-11-17  AndrĂ© Hentschelgdi32: Don't strip font suffix.
2009-10-20  Nikolay Sivovgdi32: Prevent possible buffer overrun.
2009-04-06  Dmitry Timoshkovgdi32: Use GdiGetCodePage() instead of duplicating...
2009-04-06  Dmitry Timoshkovgdi32: Cache current font code page in the DC structure.
2009-02-16  Huw Daviesgdi32: Improve calculation of the character code text...
2009-02-03  Dmitry Timoshkovgdi32: Add a test for the MAT2 parameter of GetGlyphOut...
2009-01-28  Alexandre Julliardgdi32: Don't hold the GDI lock while calling the Freety...
2009-01-28  Alexandre Julliardgdi32: Release GDI handles before freeing the object.
2009-01-28  Alexandre Julliardgdi32: Allocate and initialize GDI objects before givin...
2009-01-28  Alexandre Julliardgdi32: Use the official constants instead of the old...
2009-01-27  Alexandre Julliardgdi32: Don't hold the GDI lock while calling the GetObj...
2009-01-27  Alexandre Julliardgdi32: Don't hold the GDI lock while calling the Delete...
2009-01-26  Michael Stefaniucgdi32: Remove superfluous pointer casts.
2008-10-24  Michael Stefaniucgdi32: Don't cast the void pointer returned by GDI_GetO...
2008-10-17  Austin Englishgdi32: Quiet a noisy fixme.
2008-10-02  Dmitry Timoshkovgdi32: Do not skip the font metrics update after the...
2008-08-05  Huw Daviesgdi32: Keep track of the number of unique fonts that...
2008-07-28  Francois GougetAdd some API documentation stubs to make winapi_check...
2008-06-27  Andrew Talbotgdi32: Pass correct pointer value to HeapFree().
2008-06-25  Dan Hipschmangdi32: Return the correct value from GetTextFace.
2008-06-24  Dmitry Timoshkovgdi32: Make GetOutlineTextMetrics set tmDigitizedAspect...
2008-05-22  Alexandre Julliardgdi32: Perform coordinate transformations using doubles...
2008-04-04  Austin EnglishSpelling fixes.
2008-03-25  Austin Englishgdi32: Spelling fixes.
2008-03-10  Jeremy Whitegdi32: Revise CreateScalableFontResourceA to pass throu...
2008-02-28  Huw Daviesgdi32: Add a partial implementation of GdiRealizationInfo.
2008-02-20  Michael Stefaniucgdi32: Move EnumFontFamiliesEx16() to gdi16.c and reimp...
2008-02-19  Michael Stefaniucgdi32: Move EnumFonts16 and EnumFontFamilies16 to gdi16.c.
2008-02-18  Alexandre Julliardgdi32: Get rid of the 16-bit GetObject functions.
2008-02-13  Michael Stefaniucgdi32: Move two 16bit function stubs to gdi16.c.
2008-02-12  Gerald Pfeifergdi32: For unsigned types, directly use INTERNAL_YDS
2008-02-05  Alexandre Julliardgdi32: Get rid of DC_GetDCPtr in font functions.
2008-02-05  Alexandre Julliardgdi32: Get rid of a few more uses of DC_GetDCPtr.
2008-01-21  Marcus Meissnergdi32: Fix possible NULL ptr in TRACE.
2008-01-15  Dmitry Timoshkovgdi32: Add a test for undocumented EnumFontFamiliesEx...
2008-01-14  Dmitry Timoshkovgdi32: Use public FS_xxxxxx defines.
2008-01-04  Dmitry Timoshkovgdi32: Remove redundant indentation levels in CreateFon...
2008-01-02  Hans Leidekkergdi32: Add a stub implementation for RemoveFontMemResou...
2007-12-18  Francois GougetAssorted spelling fixes.
2007-12-10  Hans Leidekkergdi32: GetCharABCWidthsI does not require a scalable...
2007-12-08  Detlef RiekenbergAssorted spelling fixes.
2007-12-03  Hans Leidekkergdi32: Implement GetTextExtentExPointI.
2007-11-29  Gerald Pfeifergdi32: Fix the type of two loop variables.
2007-09-27  Alexandre Julliardgdi32: Don't hold the GDI lock while calling the driver...
2007-09-27  Alexandre Julliardgdi32: Move the object refcount handling to the SelectO...
2007-09-27  Alexandre Julliardgdi32: Don't pass an object pointer to the SelectObject...
2007-09-27  Francois GougetAssorted spelling fixes.
2007-09-26  Alexandre Julliardgdi32: Move the generic part of FontIsLinked() to font.c.
next