summaryrefslogtreecommitdiff
path: root/miext/cw/cw_render.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-27Introduce a consistent coding styleKeith Packard1-200/+178
2011-03-14Remove TriStrip and TriFan from the picture screenSøren Sandmann Pedersen1-64/+0
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-3/+3
2010-04-19unifdef -B -DRENDER to always include RENDER codeKeith Packard1-3/+0
2007-10-19Replace calls to Glyphs screen hook with CompositeGlyphs and remove dead code.Eric Anholt1-30/+0
2007-06-29Death to RCS tags.Adam Jackson1-1/+0
2006-02-10Remove libcwrapper usage from xorg server modules. The libcwrapper is onlyEric Anholt1-0/+2
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone1-0/+4
2004-12-04Encoding of numerous files changed to UTF-8Markus Kuhn1-1/+1
2004-08-15Copy bits from parent window when allocating pixmaps so that Background ==Keith Packard1-1/+15
2004-08-15Redraw window borders when switching window pixmaps aroundKeith Packard1-7/+5
2004-08-14Fix clip list computation and setting to ignore clip changes to "real"Keith Packard1-55/+68
2004-08-14Use XLIB_SKIP_ARGB_VISUALS environment variable to disable all depth 32Keith Packard1-16/+17
2004-08-12Fix various cw issues, including a couple reported by deronj:Eric Anholt1-22/+17
2004-08-12Paint to parent window instead of parent window's pixmap (helps for serversKeith Packard1-2/+2
2004-08-06Fix missing ';' in cw.c and unwrap the render wrapper properly.Eric Anholt1-0/+18
2004-08-05- Add a new Render function, CopyPicture, which will update a picture withEric Anholt1-99/+110
2004-08-03Major improvements to Composite wrapper. Several issues remain, but it nowEric Anholt1-5/+5
2004-07-31Integrate COMPOSITEWRAP branch including composite wrapper. This code stillEric Anholt1-0/+447