Age | Commit message (Expand) | Author | Files | Lines |
2012-07-25 | cw: Remove | Adam Jackson | 1 | -524/+0 |
2012-06-05 | api: rework the X server driver API to avoid global arrays. | Dave Airlie | 1 | -3/+3 |
2012-03-21 | Introduce a consistent coding style | Keith Packard | 1 | -179/+176 |
2010-09-13 | Delete redundant GC initializations. | Jamey Sharp | 1 | -1/+0 |
2010-06-06 | Replace deprecated bzero with memset | Mikhail Gusarov | 1 | -1/+1 |
2010-06-05 | Change the devPrivates API to require dixRegisterPrivateKey | Keith Packard | 1 | -9/+15 |
2010-06-05 | Rename region macros to eliminate screen argument | Keith Packard | 1 | -7/+7 |
2010-05-13 | Define GCAllBits as the union of all valid CreateGC masks. | Jamey Sharp | 1 | -1/+1 |
2010-05-13 | Replace dixChangeGC with calls directly to the right variant. | Jamey Sharp | 1 | -4/+4 |
2010-05-13 | dixChangeGC callers: Use ChangeGCVal instead of XID almost everywhere. | Jamey Sharp | 1 | -8/+8 |
2010-05-13 | Replace X-allocation functions with their C89 counterparts | Mikhail Gusarov | 1 | -2/+2 |
2010-04-19 | unifdef -B -DRENDER to always include RENDER code | Keith Packard | 1 | -10/+0 |
2009-01-22 | Remove a bunch of useless casts. | Adam Jackson | 1 | -1/+1 |
2008-08-28 | Prepare for array-index based devPrivates. | Tomas Carnecky | 1 | -4/+8 |
2007-09-19 | Merge branch 'master' into XACE-SELINUX | Eamon Walsh | 1 | -147/+0 |
2007-09-13 | Remove the PaintWindow optimization. | Eric Anholt | 1 | -147/+0 |
2007-08-28 | devPrivates rework: since API is already broken, switch everything | Eamon Walsh | 1 | -36/+15 |
2007-08-14 | xace: add hooks + new access codes: core protocol GC requests | Eamon Walsh | 1 | -1/+1 |
2007-06-29 | Death to RCS tags. | Adam Jackson | 1 | -1/+0 |
2007-03-27 | Move libcw setup to the only renderer requiring it (XAA). | Eric Anholt | 1 | -14/+10 |
2006-03-15 | Coverity #337: Remove useless NULL check. | Adam Jackson | 1 | -1/+1 |
2006-02-15 | Mark everything in misym.c as _X_EXPORT. | Adam Jackson | 1 | -1/+1 |
2006-02-10 | Remove libcwrapper usage from xorg server modules. The libcwrapper is only | Eric Anholt | 1 | -0/+2 |
2005-10-02 | Bugzilla #4616: | Eric Anholt | 1 | -0/+10 |
2005-07-03 | Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. | Daniel Stone | 1 | -0/+4 |
2004-12-04 | Encoding of numerous files changed to UTF-8 | Markus Kuhn | 1 | -1/+1 |
2004-08-27 | Bug #1101: Fix PaintWindow in the pixmap case when the window's origin is | Eric Anholt | 1 | -25/+23 |
2004-08-26 | Bug #1138: Wrap funcs in CW's GC ops as well. While this is unnecessary | Eric Anholt | 1 | -1/+1 |
2004-08-18 | Fix CopyArea for non-redir dst, redir src (Bug #1105, Eric Anholt). | Kevin E Martin | 1 | -171/+24 |
2004-08-15 | Clip destination instead of source. Should be the same, but it looks nicer | Keith Packard | 1 | -52/+59 |
2004-08-15 | Remove debugging code which did a full tree walk on every window operation | Keith Packard | 1 | -5/+4 |
2004-08-15 | Redraw window borders when switching window pixmaps around | Keith Packard | 1 | -5/+34 |
2004-08-14 | Fix offsets again. Really, it works this time. Promise. | Keith Packard | 1 | -11/+12 |
2004-08-14 | Fix offsets, do whole region at once by using GC clipping | Keith Packard | 1 | -15/+35 |
2004-08-14 | Fix clip list computation and setting to ignore clip changes to "real" | Keith Packard | 1 | -15/+27 |
2004-08-14 | Wrap CopyWindow in cw, which fixes scrolling in many apps. | Eric Anholt | 1 | -0/+43 |
2004-08-14 | Use XLIB_SKIP_ARGB_VISUALS environment variable to disable all depth 32 | Keith Packard | 1 | -6/+15 |
2004-08-12 | Fix various cw issues, including a couple reported by deronj: | Eric Anholt | 1 | -19/+24 |
2004-08-07 | Clean up cw initialization, make sure wrappers re-wrap on exit. | Keith Packard | 1 | -19/+11 |
2004-08-06 | Fix missing ';' in cw.c and unwrap the render wrapper properly. | Eric Anholt | 1 | -5/+3 |
2004-08-05 | - Add a new Render function, CopyPicture, which will update a picture with | Eric Anholt | 1 | -6/+5 |
2004-08-04 | - Always validate the backing GC in cwValidateGC, not just when the clip | Eric Anholt | 1 | -20/+18 |
2004-08-03 | Major improvements to Composite wrapper. Several issues remain, but it now | Eric Anholt | 1 | -23/+175 |
2004-07-31 | Integrate COMPOSITEWRAP branch including composite wrapper. This code still | Eric Anholt | 1 | -0/+570 |