summaryrefslogtreecommitdiff
path: root/miext/rootless/rootlessScreen.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-05api: rework the X server driver API to avoid global arrays.Dave Airlie1-2/+2
2012-03-21Introduce a consistent coding styleKeith Packard1-118/+115
2011-11-18rootless: Fix a server crash when choosing a color with the gimp color wheeldtakahashi421-2/+2
2011-04-25rootless: Fix a typo in RootlessGlyphs which resulted in a garbage valueJeremy Huddleston1-1/+1
2011-04-25rootless: Dead code removalJeremy Huddleston1-1/+0
2011-01-05Add subWindowMode parameter to SourceValidateVille Syrjälä1-2/+3
2010-11-11Remove more superfluous if(p!=NULL) checks around free(p).Cyril Brulebois1-2/+1
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard1-11/+11
2010-06-05Rename region macros to eliminate screen argumentKeith Packard1-2/+2
2010-06-03Move each screen's root-window pointer into ScreenRec.Jamey Sharp1-1/+1
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-5/+5
2010-04-19unifdef -B -DRENDER to always include RENDER codeKeith Packard1-6/+0
2009-12-08Miscellaneous compilation warning fixesJeremy Huddleston1-1/+1
2009-10-13Rootless: src drawable window can now be NULLJeremy Huddleston1-2/+2
2009-06-03s/MIN/min/, s/MAX/max/ (#2968)Adam Jackson1-8/+8
2009-05-29Rootless: Use miPaintWindow since PaintWindowBackground is deadJeremy Huddleston1-2/+1
2008-12-21rootless: Make expose_1 staticJeremy Huddleston1-1/+1
2008-10-23Rootless: Properly typed expose_1Jeremy Huddleston1-2/+1
2008-10-08XQuartz: Some motion made towards supporting fullscreen.Jeremy Huddleston1-0/+43
2008-08-28Prepare for array-index based devPrivates.Tomas Carnecky1-4/+8
2008-07-24Shape extension is built-in and mandatory.Adam Jackson1-2/+0
2007-12-13Merge branch 'master' into XACE-SELINUXEamon Walsh1-0/+68
2007-12-07Just a couple of small uninitialized pointer fixesBen Byer1-0/+2
2007-11-21Darwin: Patch to avert (some) damage / rootless crashes, courtesy of Ken Thom...Ben Byer1-0/+5
2007-11-21Darwin: These changes are necessary, yet not sufficient, to get 8-bit indexedBen Byer1-0/+65
2007-11-05Merge branch 'master' into XACE-SELINUXEamon Walsh1-1/+1
2007-11-04Add CreatePixmap allocation hints.Aaron Plattner1-1/+1
2007-09-19Merge branch 'master' into XACE-SELINUXEamon Walsh1-2/+0
2007-09-13Remove the PaintWindow optimization.Eric Anholt1-2/+0
2007-08-28devPrivates rework: since API is already broken, switch everythingEamon Walsh1-23/+7
2007-08-25Implement core protocol backing store exclusively in terms of Composite.Adam Jackson1-1/+0
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson1-1/+0
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone1-0/+4
2004-04-23Merging XORG-CURRENT into trunkEgbert Eich1-1/+1
2004-03-14Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich1-1/+1
2004-03-03Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0Egbert Eich1-1/+1
2004-02-26readding XFree86's cvs IDsxf86-4_3_99_903Egbert Eich1-1/+1
2004-02-26Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich1-1/+1
2003-11-25Initial revisionKaleb Keithley1-0/+666