gdi32: Add a null driver entry point for PatBlt.
[wine] / dlls / gdi32 / font.c
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.
2007-09-26  Alexandre Julliardgdi32: Don't pass a DC handle to WineEngGetFontUnicodeR...
2007-09-19  Maarten Lankhorstgdi: Remove support for libicu and all dependencies.
2007-09-18  Alexandre Julliardgdi32: Replace remaining instance of DC_GetDCUpdate...
2007-09-17  Mikolaj Zalewskigdi32: If freetype fails try to load manually fonts...
2007-09-17  Mikolaj Zalewskigdi32: Implement AddFontMemResourceEx (based on a patch...
2007-08-21  Alexandre Julliardgdi32: Add separate functions for releasing/freeing...
2007-05-31  Huw Daviesgdi32: Pass an lpDx array to the driver if the escapeme...
2007-05-30  Dmitry Timoshkovgdi32: Fix compilation warnings in 64-bit mode.
2007-04-30  Andrew Talbotgdi32: Constify some variables.
2007-04-02  Dmitry Timoshkovgdi32: Make GetKerningPairsA not fail for fonts with...
2007-03-26  Dmitry Timoshkovgdi32: Implement GdiGetCodePage.
2007-03-15  Dmitry Timoshkovgdi32: Add a GetTextMetrics test, make it pass under...
2007-03-06  Dmitry Timoshkovgdi32: Add an extensive EnumFontFamilies test, fix...
2007-03-05  Dmitry Timoshkovgdi32: Avoid a needless goto.
2007-03-02  Hans Leidekkergdi32: Implement GetFontUnicodeRanges.
2007-02-15  Pedro Araujo Chaves Jrgdi32: Fix for GetTextExtentExPointW() and ExtTextOutW().
2007-02-15  Dmitry Timoshkovgdi32: Revert 1440eb5a35dc95dea1836d9035b51e2b15d83703...
2007-02-05  Dmitry Timoshkovgdi32: Make sure that we don't read/write beyond the...
2007-01-02  Hans Leidekkergdi32: Implement GetCharWidthI.
2007-01-02  Dmitry Timoshkovgdi32: Remove redundant debug channel, use the default...
2006-11-17  Alexandre Julliardgdi32: Get rid of the gdi.h include.
2006-10-20  Alexandre Julliardgdi32: Renamed the gdi directory to gdi32.