summaryrefslogtreecommitdiff
path: root/miext/cw
AgeCommit message (Expand)AuthorFilesLines
2008-12-10Add dependency tracking to sdksyms.c and export composite wrapper.Paulo Cesar Pereira de Andrade1-8/+8
2008-08-28Prepare for array-index based devPrivates.Tomas Carnecky1-4/+8
2007-10-25Merge branch 'master' into XACE-SELINUXEamon Walsh2-31/+0
2007-10-19Replace calls to Glyphs screen hook with CompositeGlyphs and remove dead code.Eric Anholt2-31/+0
2007-09-19Merge branch 'master' into XACE-SELINUXEamon Walsh2-149/+0
2007-09-13Remove the PaintWindow optimization.Eric Anholt2-149/+0
2007-08-28devPrivates rework: since API is already broken, switch everythingEamon Walsh2-50/+30
2007-08-14xace: add hooks + new access codes: core protocol GC requestsEamon Walsh1-1/+1
2007-06-29Death to RCS tags.Adam Jackson4-4/+0
2007-04-26Fix bug 8871 - scrolling corruption with a compositing managerSoren Sandmann Pedersen1-17/+20
2007-03-27Move libcw setup to the only renderer requiring it (XAA).Eric Anholt2-18/+10
2006-07-18get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULEDaniel Stone1-1/+1
2006-06-16Bugzilla #5120, #7246: In CW's GC ops, validate the backing GC against theEric Anholt1-0/+4
2006-03-15Coverity #337: Remove useless NULL check.Adam Jackson1-1/+1
2006-03-06render/picture.c Correctly initialize devPrivates variable in source onlyLars Knoll1-1/+2
2006-02-15Mark everything in misym.c as _X_EXPORT.Adam Jackson1-1/+1
2006-02-10Remove libcwrapper usage from xorg server modules. The libcwrapper is onlyEric Anholt3-0/+6
2005-12-09Bug #4935: Fix includes. (Eric Anholt)Adam Jackson1-0/+1
2005-12-02Define XFree86Server only where it is required.Kevin E Martin1-1/+1
2005-11-29Fix usage of XFree86LOADER/XFree86Module/IN_MODULE and update loadableKevin E Martin1-1/+3
2005-10-02Bugzilla #4616:Eric Anholt2-0/+15
2005-08-03dist fixes for cw and GL (Donnie Berkholz, me)Adam Jackson1-1/+2
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone4-0/+16
2005-07-02Continuing Makefile cleanup; add DIX_CFLAGS and XORG_CFLAGS everywhere.Daniel Stone1-0/+2
2005-07-01Adding initial build system.Daniel Stone1-0/+6
2004-12-04Encoding of numerous files changed to UTF-8Markus Kuhn4-4/+4
2004-08-27Bug #1101: Fix PaintWindow in the pixmap case when the window's origin isEric Anholt1-25/+23
2004-08-26Bug #1138: Wrap funcs in CW's GC ops as well. While this is unnecessaryEric Anholt2-1/+6
2004-08-18Fix CopyArea for non-redir dst, redir src (Bug #1105, Eric Anholt).Kevin E Martin2-173/+26
2004-08-15Clip destination instead of source. Should be the same, but it looks nicerKeith Packard1-52/+59
2004-08-15Remove debugging code which did a full tree walk on every window operationKeith Packard1-5/+4
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 Packard3-14/+49
2004-08-14Fix offsets again. Really, it works this time. Promise.Keith Packard1-11/+12
2004-08-14Fix offsets, do whole region at once by using GC clippingKeith Packard1-15/+35
2004-08-14Fix clip list computation and setting to ignore clip changes to "real"Keith Packard3-70/+109
2004-08-14Wrap CopyWindow in cw, which fixes scrolling in many apps.Eric Anholt2-0/+44
2004-08-14Use XLIB_SKIP_ARGB_VISUALS environment variable to disable all depth 32Keith Packard2-22/+32
2004-08-12Fix various cw issues, including a couple reported by deronj:Eric Anholt4-48/+41
2004-08-12Paint to parent window instead of parent window's pixmap (helps for serversKeith Packard1-2/+2
2004-08-07Clean up cw initialization, make sure wrappers re-wrap on exit.Keith Packard1-19/+11
2004-08-06Fix missing ';' in cw.c and unwrap the render wrapper properly.Eric Anholt3-5/+24
2004-08-05- Add a new Render function, CopyPicture, which will update a picture withEric Anholt3-114/+116
2004-08-04- Always validate the backing GC in cwValidateGC, not just when the clipEric Anholt1-20/+18
2004-08-03Major improvements to Composite wrapper. Several issues remain, but it nowEric Anholt4-209/+274
2004-07-31Integrate COMPOSITEWRAP branch including composite wrapper. This code stillEric Anholt4-0/+1718