gdi32: Don't hold the GDI lock while calling the driver painting functions.
[wine] / dlls / gdi32 / font.c
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.