Age | Commit message (Expand) | Author | Files | Lines |
2010-11-11 | Remove superfluous if(p!=NULL) checks around free(p); p=NULL; | Cyril Brulebois | 1 | -4/+2 |
2010-09-13 | rootless: ROOTLESS_GLOBAL_COORDS is always set, so unifdef it. | Jamey Sharp | 1 | -5/+0 |
2010-09-13 | rootless: ROOTLESS_TRACK_DAMAGE is never set, so unifdef it. | Jamey Sharp | 1 | -18/+0 |
2010-08-12 | XQuartz: Make application switching work better for the no-spaces case | Jeremy Huddleston | 1 | -3/+9 |
2010-07-19 | rootless: Adjust the frame size of the native root window in RootlessResizeWi... | Jan Hauffa | 1 | -0/+7 |
2010-06-05 | Clean up after removal of screen parameters from region macros. | Jamey Sharp | 1 | -13/+2 |
2010-06-05 | Rename region macros to eliminate screen argument | Keith Packard | 1 | -33/+33 |
2010-06-05 | rootless: Fix SetShape regression | Jeremy Huddleston | 1 | -2/+2 |
2010-06-03 | Move each screen's x/y origin into ScreenRec. | Jamey Sharp | 1 | -4/+4 |
2010-06-03 | Move each screen's root-window pointer into ScreenRec. | Jamey Sharp | 1 | -7/+11 |
2010-05-13 | Replace X-allocation functions with their C89 counterparts | Mikhail Gusarov | 1 | -6/+6 |
2010-05-02 | rootless: Remove an unneeded comment | Jeremy Huddleston | 1 | -4/+0 |
2010-02-17 | os: Prevent core dump from being truncated. | Rami Ylimaki | 1 | -1/+1 |
2009-10-13 | Rootless: Abstract some of the Xplugin specific stuff which has crept into ro... | Jeremy Huddleston | 1 | -64/+12 |
2009-09-27 | Rootless: Correct border rendering on parent-relative windows | Jeremy Huddleston | 1 | -0/+26 |
2009-06-06 | Rootless: Use serverClient instead of NullClient | Jeremy Huddleston | 1 | -1/+1 |
2009-04-10 | XQuartz: Update window levels when changing rootless state | Jeremy Huddleston | 1 | -0/+1 |
2009-04-10 | XQuartz: Properly set the window level for the root window | Jeremy Huddleston | 1 | -8/+0 |
2008-12-21 | XQuartz: Get rid of white rectangle bug | Jeremy Huddleston | 1 | -2/+5 |
2008-10-31 | Rootless: LP64 related casting fixes from Bob Murphy | Jeremy Huddleston | 1 | -3/+5 |
2008-10-31 | Rootless: Force initialization of static variable before use. | Jeremy Huddleston | 1 | -8/+1 |
2008-10-23 | miext/rootless: Fix the usage of DeleteProperty so that this builds again. | George Peter Staplin | 1 | -7/+17 |
2008-10-08 | XQuartz: Some motion made towards supporting fullscreen. | Jeremy Huddleston | 1 | -0/+102 |
2008-09-12 | XQuartz: 256 color support | Jeremy Huddleston | 1 | -1/+1 |
2008-09-12 | XQuartz: Remove decls of crashtracer strings that we don't use anymore in here | Jeremy Huddleston | 1 | -7/+0 |
2008-09-12 | XQuartz: Fixed a crash in RootlessNativeWindowMoved | Jeremy Huddleston | 1 | -23/+2 |
2008-08-29 | XQuartz: Added debugging output to the crash log to help track down two crash... | Jeremy Huddleston | 1 | -2/+31 |
2008-07-24 | Shape extension is built-in and mandatory. | Adam Jackson | 1 | -8/+0 |
2008-05-05 | Rootless: mi doesn't let us resize root, so we need to do it ourselves... | Jeremy Huddleston | 1 | -25/+46 |
2008-04-21 | Make rootless use dixLookupClient rather than deprecated LookupClient. | Jeremy Huddleston | 1 | -25/+31 |
2008-04-21 | Nuke a call to deprecated LookupClient, and hopefully prevent a | Ben Byer | 1 | -5/+1 |
2008-04-18 | random flailing | Ben Byer | 1 | -1/+1 |
2008-04-08 | XQuartz: Fix issue where clicking on an X11 window might send that event to a... | Jeremy Huddleston | 1 | -6/+8 |
2008-02-29 | dix: Modify callers of property and selection API to use new interfaces. | Eamon Walsh | 1 | -2/+2 |
2008-01-28 | Rootless: RootlessEnsureFrame: Added check for !IsRoot | Jeremy Huddleston | 1 | -1/+1 |
2007-12-13 | Merge branch 'master' into XACE-SELINUX | Eamon Walsh | 1 | -14/+44 |
2007-11-22 | Rootless: Remove the PaintWindow optimization which snuck back in. | Jeremy Huddleston | 1 | -89/+0 |
2007-11-21 | Darwin: Patch to avert (some) damage / rootless crashes, courtesy of Ken Thom... | Ben Byer | 1 | -0/+1 |
2007-11-21 | Darwin: These changes are necessary, yet not sufficient, to get 8-bit indexed | Ben Byer | 1 | -14/+132 |
2007-11-14 | Merge branch 'master' into XACE-SELINUX | Eamon Walsh | 1 | -6/+137 |
2007-11-08 | Patch to rootless code that should fix many crashes. Credit to Ken Thomases | Ben Byer | 1 | -2/+3 |
2007-11-08 | Fixed Spaces issue, correctly -- dragging an X window from one | Ben Byer | 1 | -4/+134 |
2007-11-05 | Merge branch 'master' into XACE-SELINUX | Eamon Walsh | 1 | -0/+26 |
2007-11-05 | pulling more patches over from xorg-xserver-1.2-apple branch | Ben Byer | 1 | -0/+26 |
2007-09-19 | Merge branch 'master' into XACE-SELINUX | Eamon Walsh | 1 | -95/+3 |
2007-09-13 | Remove the PaintWindow optimization. | Eric Anholt | 1 | -95/+3 |
2007-08-28 | devPrivates rework: since API is already broken, switch everything | Eamon Walsh | 1 | -6/+6 |
2007-02-16 | merged in miext/rootless changes for XDarwin support | Ben Byer | 1 | -1/+5 |
2006-07-21 | Remove RCS tags. Fix Xprint makefile braindamage. | Adam Jackson | 1 | -2/+0 |
2005-07-03 | Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. | Daniel Stone | 1 | -0/+4 |