include: Assorted spelling fixes.
[wine] / dlls / gdi32 / font.c
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.