- fix dirty flag on shelllink loading and saving
[wine] / dlls / x11drv / xrender.c
2004-03-04  Alexandre JulliardAvoid direct accesses to the xformWorld2Vport DC field.
2004-03-04  Alexandre JulliardPass the breakExtra value in the ExtTextOut driver...
2004-02-16  Alexandre JulliardThe clip rectangle for ExtTextOut is in logical coords.
2004-02-13  Alexandre JulliardMoved hGCClipRgn handling to the graphics driver.
2004-02-13  Alexandre JulliardGet rid of a few more references to the DC structure.
2004-01-20  Alexandre JulliardGet rid of some direct accesses to the DC structure...
2004-01-18  Alexandre JulliardRemoved the bitsPerPixel field in the generic DC struct...
2004-01-15  Alexandre JulliardGet rid of the global INTERNAL_[XY]WSTODS macros.
2004-01-15  Alexandre JulliardMoved a bunch of definitions from gdi.h into a new...
2003-11-21  Alexandre JulliardRemoved the ts_xlib files.
2003-11-21  Alexandre JulliardRemoved more TSX functions.
2003-11-11  Huw DaviesGetTextExtentPoint should include an inter character...
2003-10-24  Oleg ProkhorovAnother portion of HeapReAlloc fixes.
2003-10-11  Dave BelangerImplementation of underline and strikeout text in xrender.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-12  Alexandre JulliardAllocate DebugInfo field for all critical sections...
2003-01-08  Dan KegelChange RECT to use LONG to match win32 standard headers...
2002-12-10  Alexandre Julliardwinnt.h should not be self-contained, it must depend...
2002-11-27  Vincent BéronFix for deprecated use of label at the end of compound...
2002-11-14  Huw DaviesClient side render fonts for XServers without the Rende...
2002-10-31  Alexandre JulliardConverted x11drv to -DSTRICT.
2002-10-31  Alexandre JulliardFixed a number of -DSTRICT warnings.
2002-10-02  Alexandre JulliardEnable anti-aliasing for all font sizes.
2002-06-22  Huw D M DaviesStore the cache entry indices and not the ptrs.
2002-06-10  Alexandre JulliardMoved DC origin into device-specific structure.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-25  Alexandre JulliardRemoved dependencies on the internals of the region...
2002-05-20  Alexandre JulliardAdded configure check for the soname of libraries that...
2002-05-04  Huw D M DaviesDetect and warn about buggy versions of libXrender.
2002-04-23  Alexandre JulliardLoad libXrender at run-time with dlopen (based on a...
2002-04-03  Huw D M DaviesImplement GetTextExtentPointI and add support for ETO_G...
2002-04-03  Huw D M DaviesFix a few font problems with rotated text and non MM_TE...
2002-04-01  Francois GougetFix warnings for Linux, FreeBSD and Solaris.
2002-03-28  Alexandre JulliardChanged the GDI driver interface to pass an opaque...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-29  Huw D M DaviesUses Xrender extension to allow client side font rendering.