summaryrefslogtreecommitdiff
path: root/miext/rootless
AgeCommit message (Expand)AuthorFilesLines
2014-01-12Replace 'pointer' type with 'void *'Keith Packard4-12/+12
2013-10-06rootless: Use miCopyRegion instead of fbCopyRegionJeremy Huddleston Sequoia1-3/+3
2012-06-05api: rework the X server driver API to avoid global arrays.Dave Airlie1-2/+2
2012-03-21Introduce a consistent coding styleKeith Packard9-996/+992
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 Huddleston2-3/+0
2011-02-08rootless: Remove hw/xfree86/ from includesAdam Jackson1-1/+0
2011-01-05Add subWindowMode parameter to SourceValidateVille Syrjälä1-2/+3
2010-11-30dix: Remove the backing store leftoversAdam Jackson1-12/+0
2010-11-11Remove more superfluous if(p!=NULL) checks around free(p).Cyril Brulebois1-2/+1
2010-11-11Remove superfluous if(p!=NULL) checks around free(p); p=NULL;Cyril Brulebois1-4/+2
2010-09-13rootless: Delete dead remnants of rootless acceleration.Jamey Sharp4-158/+11
2010-09-13rootless: ROOTLESS_GLOBAL_COORDS is always set, so unifdef it.Jamey Sharp5-26/+3
2010-09-13rootless: ROOTLESS_TRACK_DAMAGE is never set, so unifdef it.Jamey Sharp5-85/+5
2010-08-12XQuartz: Make application switching work better for the no-spaces caseJeremy Huddleston2-5/+11
2010-08-10rootless: fix uninitialized private key assert in non-rootless modes in Cygwin/XJon TURNEY1-0/+3
2010-07-19rootless: Adjust the frame size of the native root window in RootlessResizeWi...Jan Hauffa1-0/+7
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-1/+1
2010-06-05Clean up after removal of screen parameters from region macros.Jamey Sharp3-28/+13
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard2-15/+22
2010-06-05Rename region macros to eliminate screen argumentKeith Packard4-106/+106
2010-06-05rootless: Fix SetShape regressionJeremy Huddleston2-3/+3
2010-06-03Move each screen's x/y origin into ScreenRec.Jamey Sharp1-4/+4
2010-06-03Move each screen's root-window pointer into ScreenRec.Jamey Sharp4-11/+15
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov2-11/+11
2010-05-02rootless: Remove an unneeded commentJeremy Huddleston1-4/+0
2010-04-19unifdef -B -DRENDER to always include RENDER codeKeith Packard2-10/+0
2010-02-17os: Prevent core dump from being truncated.Rami Ylimaki1-1/+1
2009-12-08Miscellaneous compilation warning fixesJeremy Huddleston1-1/+1
2009-10-13Rootless: src drawable window can now be NULLJeremy Huddleston1-2/+2
2009-10-13Rootless: Abstract some of the Xplugin specific stuff which has crept into ro...Jeremy Huddleston5-68/+26
2009-09-27Rootless: Correct border rendering on parent-relative windowsJeremy Huddleston1-0/+26
2009-06-06Rootless: Use serverClient instead of NullClientJeremy Huddleston1-1/+1
2009-06-06Rootless: Despite its name, we still want to allow rootless to mess with the ...Jeremy Huddleston1-53/+0
2009-06-03s/MIN/min/, s/MAX/max/ (#2968)Adam Jackson3-16/+11
2009-05-29Rootless: Use miPaintWindow since PaintWindowBackground is deadJeremy Huddleston1-2/+1
2009-04-10XQuartz: Update window levels when changing rootless stateJeremy Huddleston2-0/+2
2009-04-10XQuartz: Properly set the window level for the root windowJeremy Huddleston1-8/+0
2009-01-22Remove a bunch of useless casts.Adam Jackson1-1/+1
2008-12-21XQuartz: Get rid of white rectangle bugJeremy Huddleston1-2/+5
2008-12-21rootless: Make expose_1 staticJeremy Huddleston1-1/+1
2008-10-31Rootless: LP64 related casting fixes from Bob MurphyJeremy Huddleston2-4/+6
2008-10-31Rootless: Force initialization of static variable before use.Jeremy Huddleston1-8/+1
2008-10-23miext/rootless: Silence some warnings by using proper C prototypes.Jeremy Huddleston2-38/+65
2008-10-23miext/rootless: Fix the usage of DeleteProperty so that this builds again.George Peter Staplin1-7/+17
2008-10-23Rootless: Properly typed expose_1Jeremy Huddleston1-2/+1
2008-10-08XQuartz: Some motion made towards supporting fullscreen.Jeremy Huddleston3-1/+156
2008-09-12XQuartz: 256 color supportJeremy Huddleston2-1/+3
2008-09-12XQuartz: Remove decls of crashtracer strings that we don't use anymore in hereJeremy Huddleston1-7/+0