summaryrefslogtreecommitdiff
path: root/Xext
AgeCommit message (Expand)AuthorFilesLines
2011-02-02Merge remote branch 'jturney/master'Keith Packard1-45/+44
2011-02-02xselinux: Fix GetDrawableContextAdam Jackson1-4/+2
2011-01-25Fix compilation of xf86bigfont.cJon TURNEY1-45/+44
2011-01-05X Sync CleanupsJames Jones1-56/+86
2010-12-31Resources: Move rClient to resource.hDaniel Stone2-4/+0
2010-12-20Remove SCO supportAdam Jackson1-1/+1
2010-12-19IDLETIME: Fix edge-case in IdleTimeBlockHandlerChristopher James Halse Rogers1-0/+8
2010-12-19Xext: Fix edge case with {Positive, Negative}Transition triggers.Christopher James Halse Rogers1-0/+22
2010-12-06sync: syncObject may be None in SyncInitTriggerKeith Packard1-2/+2
2010-12-06Expose Sync Fence Object protocolJames Jones1-0/+24
2010-12-06Add XSyncAwaitFence() handlerJames Jones2-32/+152
2010-12-06Create/Destroy/Trigger/Reset/Query Fence Sync objsJames Jones3-5/+272
2010-12-06Add fence sync driver interfaceJames Jones1-1/+5
2010-12-06Move some sync code to miextJames Jones2-42/+3
2010-12-06Factor out generic code from ProcSyncAwait()James Jones1-43/+63
2010-12-06Make Await SyncTrigger functions genericJames Jones2-114/+200
2010-12-06Create SyncObject base type.James Jones2-38/+73
2010-12-06Add and use SERVER_SYNC_*_VERSIONJames Jones1-2/+3
2010-11-30composite: add panoramix supportDavid Reveman1-0/+7
2010-11-30fixes: Add panoramix supportDavid Reveman2-0/+10
2010-11-15Xext: panoramiXprocs: fix typoLinus Arver1-1/+1
2010-10-22Abstract valuator masks through a set of APIs.Peter Hutterer1-4/+6
2010-09-28xserver: delete pervasively use of DISPATCH_PROCTiago Vignatti8-463/+345
2010-09-10xext: remove unused headerTiago Vignatti1-1/+0
2010-08-10xace: Invalid reference to out-of-scope data.Chris Wilson1-95/+75
2010-06-21xv: Don't send port notify when SetPortAttribute failsVille Syrjälä1-3/+4
2010-06-10Merge remote branch 'alanc/master'Keith Packard1-3/+5
2010-06-10Fix a couple more possible errors with input-only windowsKeith Packard1-1/+1
2010-06-10SecurityResource should not segfault when client owning resource has exitedSam Lau1-3/+5
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov9-102/+102
2010-06-07If XTest is always required, then eliminate the XTest devPrivateKeith Packard1-27/+6
2010-06-06Initialize private keys in test suiteKeith Packard1-1/+7
2010-06-06Remove more superfluous if(p) checks around free(p)Mikhail Gusarov4-10/+6
2010-06-06Replace deprecated bzero with memsetMikhail Gusarov2-3/+3
2010-06-05Clean up after removal of screen parameters from region macros.Jamey Sharp3-20/+6
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard11-48/+82
2010-06-05Change region implementation from macros to inline functions.Keith Packard1-1/+1
2010-06-05Rename region macros to eliminate screen argumentKeith Packard4-61/+61
2010-06-03Accumulate graphics exposures incrementally in PanoramiXCopyArea/Plane.Jamey Sharp1-36/+26
2010-06-03Delete XineramaScreenRegions cache.Jamey Sharp1-17/+20
2010-06-03XineramaSetCursorPosition: use screen bounds directly, not POINT_IN_REGION.Jamey Sharp2-3/+1
2010-06-03Move each screen's x/y origin into ScreenRec.Jamey Sharp4-83/+83
2010-06-03Delete panoramiXdataPtr: it's redundant.Jamey Sharp6-111/+90
2010-06-03Move each screen's root-window pointer into ScreenRec.Jamey Sharp3-11/+11
2010-06-03Move each screen's screensaver data into ScreenRec.Jamey Sharp3-14/+15
2010-06-03xext: delete wrong source reference from fontcacheTiago Vignatti1-1/+0
2010-06-02Only deal with input code when changing the input shape.Pierre-Loup A. Griffais1-2/+2
2010-05-26xf86bigfont: Silence compiler warning by initializing pDesc.Jamey Sharp1-3/+1
2010-05-19Add typed resource-lookup errors for non-core resource types.Jamey Sharp11-102/+113
2010-05-19Return an appropriately-typed error from dixLookupResourceByType.Jamey Sharp4-7/+3