x11drv: Replace the SWP_WINE_NOHOSTMOVE flag by a lock count.
[wine] / dlls / x11drv / xrender.c
2006-01-30  Maarten Lankhorstx11drv: Fix AlphaBlend read boundaries.
2005-11-30  Robert ShearmanDisable XRender if bit masks aren't valid.
2005-10-06  Huw DaviesIgnore the gasp table when we have no hinter.
2005-09-23  Richard CohenFix compile without XRender.
2005-09-19  Uwe BonnesDon't free a modified pointer.
2005-09-12  Huw DaviesUse the gasp table to check whether we should trigger...
2005-09-09  Alexandre JulliardUse a more portable scheme for storing the name of...
2005-08-27  Frank RichterMake AlphaBlend() respect the destination clipping...
2005-08-23  Huw DaviesAvoid using XRenderFindStandardFormat as older librarie...
2005-08-23  Huw DaviesMove a bunch of common code from the drivers into gdi.
2005-08-16  Mike McCormackgcc 4.0 warning fixes.
2005-08-15  Frank RichterFix AlphaBlend() to extract the right part of the sourc...
2005-08-12  Mike McCormackFix some gcc 4.0 warnings.
2005-07-15  Stefan HuehnerFix some sign-compare warnings by choosing correct...
2005-04-20  Francois GougetTweak the API documentation to silence winapi_check...
2005-04-12  Alexandre JulliardStore a pointer to the currently selected phys bitmap...
2005-03-31  Alexandre JulliardAvoid directly accessing the BITMAPOBJ structure.
2005-03-24  Alexandre JulliardTry a TrueColor visual if Xrender fails with a DirectCo...
2005-03-14  Peter Berg LarsenAssorted memleak fixes. Found on Michael Stefaniuc...
2005-02-23  Jason EdmeadesTake into account additional requested spacing on break...
2005-01-26  Glenn WursterDisable antialiasing of fonts while working in a palette.
2005-01-24  Glenn WursterDisable antialiasing if the font dictates it.
2005-01-24  Glenn WursterSplit caching of antialiased and non-antialiased glyphs.
2005-01-03  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-11-30  Eric PouechConst correctness fixes.
2004-11-22  Glenn WursterUse physDev->textPixel instead of GetTextColor for...
2004-11-19  Huw DaviesFallback to some sensible default values when underlini...
2004-11-09  Kevin KoltzauChange AlphaBlend to use destination dimensions rather...
2004-10-27  Kevin KoltzauAdd stretching support to AlphaBlend.
2004-08-11  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-08-11  Huw DaviesDon't try to rotate bitmap fonts.
2004-08-06  Huw DaviesActually pass the blend function on to the graphics...
2004-08-04  Huw DaviesAdded top-down dib support to AlphaBlend.
2004-08-02  Huw DaviesImplement AlphaBlend using the XRENDER extension.
2004-07-22  Huw DaviesDraw underline and strikeout lines in the non-xrender...
2004-06-16  Huw DaviesRemove an incorrect LeaveCriticalSection.
2004-06-15  Huw DaviesDon't allocate a glyphset until we actually need it.
2004-05-27  Troy RolloMake underlining of fonts drawn at an angle follow...
2004-05-04  Francois GougetMake our ascii strings static const.
2004-04-29  Krzysztof FoltmanMake sure ascent/descent values don't become negative...
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.