Age | Commit message (Expand) | Author |
2008-08-28 | Prepare for array-index based devPrivates. | Tomas Carnecky |
2007-10-25 | Merge branch 'master' into XACE-SELINUX | Eamon Walsh |
2007-10-19 | Replace calls to Glyphs screen hook with CompositeGlyphs and remove dead code. | Eric Anholt |
2007-09-19 | Merge branch 'master' into XACE-SELINUX | Eamon Walsh |
2007-09-13 | Remove the PaintWindow optimization. | Eric Anholt |
2007-08-28 | devPrivates rework: since API is already broken, switch everything | Eamon Walsh |
2007-08-14 | xace: add hooks + new access codes: core protocol GC requests | Eamon Walsh |
2007-06-29 | Death to RCS tags. | Adam Jackson |
2007-04-26 | Fix bug 8871 - scrolling corruption with a compositing manager | Soren Sandmann Pedersen |
2007-03-27 | Move libcw setup to the only renderer requiring it (XAA). | Eric Anholt |
2006-07-18 | get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULE | Daniel Stone |
2006-06-16 | Bugzilla #5120, #7246: In CW's GC ops, validate the backing GC against the | Eric Anholt |
2006-03-15 | Coverity #337: Remove useless NULL check. | Adam Jackson |
2006-03-06 | render/picture.c Correctly initialize devPrivates variable in source only | Lars Knoll |
2006-02-15 | Mark everything in misym.c as _X_EXPORT. | Adam Jackson |
2006-02-10 | Remove libcwrapper usage from xorg server modules. The libcwrapper is only | Eric Anholt |
2005-12-09 | Bug #4935: Fix includes. (Eric Anholt) | Adam Jackson |
2005-12-02 | Define XFree86Server only where it is required. | Kevin E Martin |
2005-11-29 | Fix usage of XFree86LOADER/XFree86Module/IN_MODULE and update loadable | Kevin E Martin |
2005-10-02 | Bugzilla #4616: | Eric Anholt |
2005-08-03 | dist fixes for cw and GL (Donnie Berkholz, me) | Adam Jackson |
2005-07-03 | Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. | Daniel Stone |
2005-07-02 | Continuing Makefile cleanup; add DIX_CFLAGS and XORG_CFLAGS everywhere. | Daniel Stone |
2005-07-01 | Adding initial build system. | Daniel Stone |
2004-12-04 | Encoding of numerous files changed to UTF-8 | Markus Kuhn |
2004-08-27 | Bug #1101: Fix PaintWindow in the pixmap case when the window's origin is | Eric Anholt |
2004-08-26 | Bug #1138: Wrap funcs in CW's GC ops as well. While this is unnecessary | Eric Anholt |
2004-08-18 | Fix CopyArea for non-redir dst, redir src (Bug #1105, Eric Anholt). | Kevin E Martin |
2004-08-15 | Clip destination instead of source. Should be the same, but it looks nicer | Keith Packard |
2004-08-15 | Remove debugging code which did a full tree walk on every window operation | Keith Packard |
2004-08-15 | Copy bits from parent window when allocating pixmaps so that Background == | Keith Packard |
2004-08-15 | Redraw window borders when switching window pixmaps around | Keith Packard |
2004-08-14 | Fix offsets again. Really, it works this time. Promise. | Keith Packard |
2004-08-14 | Fix offsets, do whole region at once by using GC clipping | Keith Packard |
2004-08-14 | Fix clip list computation and setting to ignore clip changes to "real" | Keith Packard |
2004-08-14 | Wrap CopyWindow in cw, which fixes scrolling in many apps. | Eric Anholt |
2004-08-14 | Use XLIB_SKIP_ARGB_VISUALS environment variable to disable all depth 32 | Keith Packard |
2004-08-12 | Fix various cw issues, including a couple reported by deronj: | Eric Anholt |
2004-08-12 | Paint to parent window instead of parent window's pixmap (helps for servers | Keith Packard |
2004-08-07 | Clean up cw initialization, make sure wrappers re-wrap on exit. | Keith Packard |
2004-08-06 | Fix missing ';' in cw.c and unwrap the render wrapper properly. | Eric Anholt |
2004-08-05 | - Add a new Render function, CopyPicture, which will update a picture with | Eric Anholt |
2004-08-04 | - Always validate the backing GC in cwValidateGC, not just when the clip | Eric Anholt |
2004-08-03 | Major improvements to Composite wrapper. Several issues remain, but it now | Eric Anholt |
2004-07-31 | Integrate COMPOSITEWRAP branch including composite wrapper. This code still | Eric Anholt |