summaryrefslogtreecommitdiff
path: root/miext
AgeCommit message (Expand)AuthorFilesLines
2012-03-27Introduce a consistent coding styleKeith Packard28-3682/+3512
2011-11-18rootless: Fix a server crash when choosing a color with the gimp color wheeldtakahashi421-2/+2
2011-07-01Merge remote-tracking branch 'whot/for-keith'Keith Packard1-1/+1
2011-06-30Fix UTF-8 encodingMatěj Cepl1-1/+1
2011-06-16miext: Mark some variables as unused.Cyril Brulebois6-6/+6
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-04-13damage: use DamageReportDamage for the initial borderClip damage reportErkki Seppälä2-50/+55
2011-03-14Remove TriStrip and TriFan from the picture screenSøren Sandmann Pedersen2-66/+0
2011-02-27Revert "rootless: Remove ROOTLESS_WORKAROUND"Jeremy Huddleston1-1/+5
2011-02-08shadow: Remove hw/xfree86/ from includesAdam Jackson1-2/+0
2011-02-08rootless: Remove hw/xfree86/ from includesAdam Jackson1-1/+0
2011-02-08damage: Remove hw/xfree86/ from includesAdam Jackson1-1/+1
2011-01-05Call SourceValidate even if src == dstVille Syrjälä1-22/+0
2011-01-05Add subWindowMode parameter to SourceValidateVille Syrjälä2-4/+7
2010-12-27mi: Sync: Don't free managed screen privateDaniel Stone1-1/+0
2010-12-06Add fence sync driver interfaceJames Jones3-2/+233
2010-12-06Move some sync code to miextJames Jones5-2/+149
2010-11-30dix: Remove the backing store leftoversAdam Jackson1-12/+0
2010-11-10Merge remote branch 'whot/for-keith'Keith Packard2-6/+3
2010-11-10shadow: Optimize shadowUpdatePacked(). (#26973)Adam Jackson1-2/+2
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-09-13Delete redundant GC initializations.Jamey Sharp2-2/+0
2010-09-13Delete unused devPrivate field from GCFuncs and GCOps.Jamey Sharp1-1/+0
2010-09-13damage: Delete NOTUSED block--it was never not NOTUSED.Jamey Sharp1-22/+0
2010-09-11rootless: Remove ROOTLESS_WORKAROUNDJeremy Huddleston1-5/+1
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-10Fix a couple more possible errors with input-only windowsKeith Packard1-2/+2
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-1/+1
2010-06-06Replace deprecated bzero with memsetMikhail Gusarov1-1/+1
2010-06-05Clean up after removal of screen parameters from region macros.Jamey Sharp4-30/+14
2010-06-05Damage pixmap private key was being mis-registered as a picture keyKeith Packard1-1/+1
2010-06-05Move the shadow screen private key initialization to shadowSetupKeith Packard1-3/+3
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard6-44/+71
2010-06-05Rename region macros to eliminate screen argumentKeith Packard13-192/+192
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-13Define GCAllBits as the union of all valid CreateGC masks.Jamey Sharp1-1/+1
2010-05-13Replace dixChangeGC with calls directly to the right variant.Jamey Sharp1-4/+4
2010-05-13dixChangeGC callers: Use ChangeGCVal instead of XID almost everywhere.Jamey Sharp1-8/+8
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov7-26/+26
2010-05-02rootless: Remove an unneeded commentJeremy Huddleston1-4/+0
2010-04-19unifdef -B -DRENDER to always include RENDER codeKeith Packard8-38/+0