Age | Commit message (Expand) | Author | Files | Lines |
2007-09-05 | xace: add new fields to resource access hook to allow parent resource objects | Eamon Walsh | 1 | -1/+1 |
2007-09-01 | [COMPOSITE] Composite used for pixmap population on redirect. (Bug #7447) | Keith Packard | 3 | -19/+59 |
2007-08-31 | xace: add hooks + new access codes: Composite extension | Eamon Walsh | 1 | -15/+32 |
2007-08-28 | devPrivates rework: since API is already broken, switch everything | Eamon Walsh | 4 | -41/+25 |
2007-08-25 | Implement core protocol backing store exclusively in terms of Composite. | Adam Jackson | 2 | -0/+36 |
2007-07-31 | Don't fail compScreenInit if the driver added its own alternate visuals. | Aaron Plattner | 1 | -1/+2 |
2007-07-18 | Refactor how Composite adds visuals to the screen. | Adam Jackson | 1 | -113/+88 |
2007-07-10 | Redirect fix: Manual + Automatic - Manual = Automatic | Keith Packard | 1 | -0/+1 |
2007-07-09 | Fix regression from recent composite changes. | Michel Dänzer | 1 | -1/+1 |
2007-07-03 | Have Composite always report server version. | Keith Packard | 1 | -5/+1 |
2007-07-03 | Force advertised Composite version to 0.4 instead of using header version. | Keith Packard | 1 | -5/+8 |
2007-07-03 | Make Composite manual redirect windows not clip their parent. | Keith Packard | 2 | -21/+26 |
2007-06-29 | Death to RCS tags. | Adam Jackson | 5 | -11/+0 |
2007-05-24 | Fix build of composite, dix, and randr when Xinerama is disabled. | Luo Jie | 1 | -0/+2 |
2007-03-27 | Disable composite when Xinerama is active. | Eric Anholt | 1 | -0/+5 |
2007-03-27 | Disable Composite when the screen's visual is pseudocolor. | Eric Anholt | 1 | -2/+15 |
2007-03-27 | Refuse to initialize Composite if Render is not present. | Eric Anholt | 1 | -0/+6 |
2007-03-25 | Static cleanups, dead code deletion. | Adam Jackson | 4 | -25/+10 |
2006-12-15 | Convert callers of LookupWindow() to dixLookupWindow(). | Eamon Walsh | 1 | -3/+3 |
2006-12-05 | Bug #9219: Use pWin->viewable instead of pWin->realized to catch InputOnly wi... | Aaron Plattner | 1 | -1/+1 |
2006-12-05 | Bug #9219: Return BadMatch when trying to name the backing pixmap of an unrea... | Aaron Plattner | 1 | -1/+4 |
2006-08-08 | Add CompositeRegisterAlternateVisuals. | Aaron Plattner | 3 | -12/+49 |
2006-07-18 | get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULE | Daniel Stone | 1 | -1/+1 |
2006-04-07 | Fri Apr 7 13:46:45 2006 Søren Sandmann <sandmann@redhat.com> | Søren Sandmann Pedersen | 1 | -1/+2 |
2006-03-29 | Fix composite overlay window bug 6411 | Deron Johnson | 2 | -0/+11 |
2006-03-13 | Part 3 of 3 (Other parts are in proto and lib) Composite Version 0.3: | Deron Johnson | 5 | -1/+463 |
2006-01-12 | Thu Jan 12 17:09:18 2006 Søren Sandmann <sandmann@redhat.com> | Søren Sandmann Pedersen | 1 | -0/+12 |
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/+1 |
2005-07-03 | Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h". | Daniel Stone | 1 | -2/+2 |
2005-07-03 | Fix more include paths; add dix-config.h to XKB code. | Daniel Stone | 4 | -12/+0 |
2005-07-03 | Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. | Daniel Stone | 5 | -0/+20 |
2005-07-02 | Continuing Makefile cleanup; add DIX_CFLAGS and XORG_CFLAGS everywhere. | Daniel Stone | 1 | -0/+2 |
2005-07-01 | Change all misc.h and os.h references to <X11/foo.h>. | Daniel Stone | 1 | -2/+2 |
2005-07-01 | Adding initial build system. | Daniel Stone | 1 | -0/+8 |
2004-08-15 | Clip destination instead of source. Should be the same, but it looks nicer | Keith Packard | 1 | -6/+5 |
2004-08-15 | Remove debugging code which did a full tree walk on every window operation | Keith Packard | 2 | -8/+12 |
2004-08-15 | Copy bits from parent window when allocating pixmaps so that Background == | Keith Packard | 1 | -35/+49 |
2004-08-15 | Redraw window borders when switching window pixmaps around | Keith Packard | 1 | -0/+20 |
2004-08-13 | Empty damage object when freeing pixmap. | Keith Packard | 4 | -9/+67 |
2004-08-12 | Apply a kludge to initialize the composite wrapper before DamageSetup. If | Eric Anholt | 1 | -3/+0 |
2004-08-12 | Fix some issues reported by deronj: | Eric Anholt | 2 | -3/+4 |
2004-08-12 | Paint to parent window instead of parent window's pixmap (helps for servers | Keith Packard | 1 | -5/+6 |
2004-08-07 | Remove alpha-related fields from visual structure to retain binary | Keith Packard | 1 | -3/+0 |
2004-08-03 | Major improvements to Composite wrapper. Several issues remain, but it now | Eric Anholt | 1 | -0/+1 |
2004-07-31 | Integrate COMPOSITEWRAP branch including composite wrapper. This code still | Eric Anholt | 5 | -0/+2267 |