Age | Commit message (Expand) | Author | Files | Lines |
2011-03-14 | Remove TriStrip and TriFan from the picture screen | Søren Sandmann Pedersen | 2 | -66/+0 |
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 | 2 | -13/+24 |
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 | 2 | -5/+5 |
2010-04-19 | unifdef -B -DRENDER to always include RENDER code | Keith Packard | 3 | -15/+0 |
2009-01-22 | Remove a bunch of useless casts. | Adam Jackson | 1 | -1/+1 |
2008-12-10 | Add dependency tracking to sdksyms.c and export composite wrapper. | Paulo Cesar Pereira de Andrade | 1 | -8/+8 |
2008-08-28 | Prepare for array-index based devPrivates. | Tomas Carnecky | 1 | -4/+8 |
2007-10-25 | Merge branch 'master' into XACE-SELINUX | Eamon Walsh | 2 | -31/+0 |
2007-10-19 | Replace calls to Glyphs screen hook with CompositeGlyphs and remove dead code. | Eric Anholt | 2 | -31/+0 |
2007-09-19 | Merge branch 'master' into XACE-SELINUX | Eamon Walsh | 2 | -149/+0 |
2007-09-13 | Remove the PaintWindow optimization. | Eric Anholt | 2 | -149/+0 |
2007-08-28 | devPrivates rework: since API is already broken, switch everything | Eamon Walsh | 2 | -50/+30 |
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 | 4 | -4/+0 |
2007-04-26 | Fix bug 8871 - scrolling corruption with a compositing manager | Soren Sandmann Pedersen | 1 | -17/+20 |
2007-03-27 | Move libcw setup to the only renderer requiring it (XAA). | Eric Anholt | 2 | -18/+10 |
2006-07-18 | get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULE | Daniel Stone | 1 | -1/+1 |
2006-06-16 | Bugzilla #5120, #7246: In CW's GC ops, validate the backing GC against the | Eric Anholt | 1 | -0/+4 |
2006-03-15 | Coverity #337: Remove useless NULL check. | Adam Jackson | 1 | -1/+1 |
2006-03-06 | render/picture.c Correctly initialize devPrivates variable in source only | Lars Knoll | 1 | -1/+2 |
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 | 3 | -0/+6 |
2005-12-09 | Bug #4935: Fix includes. (Eric Anholt) | Adam Jackson | 1 | -0/+1 |
2005-12-02 | Define XFree86Server only where it is required. | Kevin E Martin | 1 | -1/+1 |
2005-11-29 | Fix usage of XFree86LOADER/XFree86Module/IN_MODULE and update loadable | Kevin E Martin | 1 | -1/+3 |
2005-10-02 | Bugzilla #4616: | Eric Anholt | 2 | -0/+15 |
2005-08-03 | dist fixes for cw and GL (Donnie Berkholz, me) | Adam Jackson | 1 | -1/+2 |
2005-07-03 | Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. | Daniel Stone | 4 | -0/+16 |
2005-07-02 | Continuing Makefile cleanup; add DIX_CFLAGS and XORG_CFLAGS everywhere. | Daniel Stone | 1 | -0/+2 |
2005-07-01 | Adding initial build system. | Daniel Stone | 1 | -0/+6 |
2004-12-04 | Encoding of numerous files changed to UTF-8 | Markus Kuhn | 4 | -4/+4 |
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 | 2 | -1/+6 |
2004-08-18 | Fix CopyArea for non-redir dst, redir src (Bug #1105, Eric Anholt). | Kevin E Martin | 2 | -173/+26 |
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 | Copy bits from parent window when allocating pixmaps so that Background == | Keith Packard | 1 | -1/+15 |
2004-08-15 | Redraw window borders when switching window pixmaps around | Keith Packard | 3 | -14/+49 |
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 | 3 | -70/+109 |
2004-08-14 | Wrap CopyWindow in cw, which fixes scrolling in many apps. | Eric Anholt | 2 | -0/+44 |
2004-08-14 | Use XLIB_SKIP_ARGB_VISUALS environment variable to disable all depth 32 | Keith Packard | 2 | -22/+32 |
2004-08-12 | Fix various cw issues, including a couple reported by deronj: | Eric Anholt | 4 | -48/+41 |