winex11.drv: Remove remaining pixmap prefix to fix compilation without libxrender.
[wine] / dlls / winex11.drv / xfont.c
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-20  Alexandre Julliardwinex11: Chain to the next driver when not using a...
2011-10-19  Alexandre Julliardgdi32: Implement SelectFont as a standard driver entry...
2011-09-12  Alexandre Julliardwinex11: Pass an HDC to the size mapping functions.
2011-09-12  Alexandre Julliardwinex11: Add a SelectFont entry point in the XRender...
2011-07-13  Alexandre Julliardgdi32: Graphics driver functions no longer need to...
2011-07-08  Alexandre Julliardwinex11: Use the HDC from the gdi_physdev structure.
2011-07-08  Alexandre Julliardwinex11: Pass a generic PHYSDEV to all graphics entry...
2010-10-11  Andrew Nguyenwinex11.drv: Avoid relying on PATH_MAX in X11DRV_FONT_I...
2010-10-11  Andrew Nguyenwinex11.drv: Use a separate string buffer for X11R6...
2009-12-02  Marcus Meissnerwinex11.drv: Check NULL before calling (Coverity).
2009-11-09  Francois GougetAssorted spelling fixes.
2009-10-05  Wim Lewiswinex11: Fix font metric cache filename generation.
2009-10-05  Wim Lewiswinex11: Font metric cache file cleanups.
2009-03-24  Andrew Talbotwinex11.drv: Remove order-of-evaluation dependencies.
2009-01-19  Michael Stefaniucwinex11.drv: Remove superfluous pointer casts.
2008-12-23  Maarten Lankhorstgdi32/winex11.drv: Change all gdi/opengl operations...
2008-12-03  Alexandre Julliardwinex11: Remove some unused functions.
2008-12-01  Michael Stefaniucwinex11.drv: Remove some superfluous casts.
2008-05-02  Andrew Talbotwinex11.drv: Remove unused variables.
2008-04-23  Austin EnglishSpelling fixes.
2008-03-01  James Hawkinsjanitorial: Remove links to any microsoft site.
2008-02-05  Andrew Talbotwinex11.drv: Remove unneeded casts.
2008-01-15  Dmitry Timoshkovgdi32: Add a test for undocumented EnumFontFamiliesEx...
2007-12-21  Zhangrong Huanggdi32, winex11.drv: Correct default Chinese font name.
2007-05-30  Dmitry Timoshkovwinex11.drv: Fix compilation warnings in 64-bit mode.
2007-04-25  Michael Stefaniucjanitorial: Pass HEAP_ZERO_MEMORY as flag to HeapAlloc...
2007-03-17  Andrew Talbotwinex11.drv: Replace inline static with static inline.
2007-03-12  Andrew Talbotwinex11.drv: Replace const pointer parameters with...
2007-02-06  Marcus Meissnerwinex11.drv: Removed dead code (Coverity).
2006-11-29  Dmitry Timoshkovwinex11.drv: Make some data const.
2006-11-07  Francois GougetAssorted spelling fixes.
2006-06-16  Alexandre Julliardx11drv: Renamed the x11drv directory to winex11.drv.