summaryrefslogtreecommitdiff
path: root/dix
AgeCommit message (Expand)AuthorFilesLines
2016-02-29dix: Add ClientSignalAll()Chris Wilson1-0/+22
2016-02-22dix: Add hybrid full-size/empty-clip mode to SetRootClipDaniel Stone1-11/+21
2015-12-07prime: Damage full destination rectangle when we start dirty trackingMichel Dänzer1-0/+21
2015-12-01dix: Move InitFonts up above screen initializationKeith Packard2-2/+3
2015-12-01Remove non-smart scheduler. Don't require setitimer.Keith Packard1-7/+10
2015-11-30dix: Remove redundant ChangeWindowPropertyAdam Jackson1-8/+0
2015-11-24Input: Add focus-in event sourceDaniel Stone1-0/+5
2015-11-24Input: Add DeviceEventSource enumDaniel Stone2-12/+16
2015-11-10Also dump passive grabs on XF86LogGrabInfoMichael Stapelberg1-0/+126
2015-10-19fonts: Continue when font calls return Suspended more than onceKeith Packard1-21/+0
2015-10-19dix: Silence -Wunused-variable warning by moving window.c off of legacy regio...Jeremy Huddleston1-5/+4
2015-09-25protocol.txt: Add MIT-SHM 1.2 requestsAlan Coopersmith1-0/+2
2015-09-25protocol.txt: Add DRI3 1.0 requestsAlan Coopersmith1-0/+6
2015-09-25protocol.txt: Add Present 1.0 requestsAlan Coopersmith1-0/+5
2015-09-25protocol.txt: Add RANDR 1.5 requestsAlan Coopersmith1-0/+3
2015-09-25protocol.txt: Remove extensions that died before Xorg was bornAlan Coopersmith1-182/+0
2015-09-23dix: put warning in for scroll increments of 0Peter Hutterer1-0/+4
2015-09-22dix: remove dead extensions to protocol.txtTiago Vignatti1-59/+0
2015-09-22Add new GLX events errors and requests to protocol.txtRobert Hooker1-0/+38
2015-09-22Add DRI2 2.2/2.3 events and requests to protocol.txtRobert Hooker1-0/+7
2015-09-21privates: Clear screen-specific keys during CloseScreenAaron Plattner2-0/+10
2015-08-28debug output format fix in TouchEventHistoryPush()Jon TURNEY1-1/+1
2015-08-24configurable maximum number of clientsOlivier Fourdan4-22/+45
2015-07-08atom: make FreeAtom staticAdam Jackson1-3/+1
2015-07-08atom: Bump initial table sizeAdam Jackson1-1/+1
2015-07-08dix: Restore PaintWindow screen hookAdam Jackson1-2/+2
2015-07-08dix: unifdef pWin->rootlessUnhittableAdam Jackson1-4/+1
2015-07-08dix: Unexport various implementation detailsAdam Jackson6-176/+180
2015-07-08prime: add rotation support for offloaded outputs (v2)Dave Airlie1-44/+136
2015-06-30cursor: drop ARGB_CURSORDave Airlie1-8/+0
2015-05-20dix: hook up the unaccelerated valuator masksPeter Hutterer1-7/+20
2015-05-20dix: Add unaccelerated valuators to the ValuatorMaskPeter Hutterer1-3/+75
2015-05-20dix: fix indentationPeter Hutterer1-2/+2
2015-05-11dix: Do not allow device transform to be set on valuatorless devicesJason Gerecke1-0/+3
2015-05-11dix/events: Set currentTime to the given time stamp in NoticeTimeRui Matos1-0/+1
2015-04-21Convert dix/* to new *allocarray functionsAlan Coopersmith13-76/+71
2015-04-21Let calloc handle multiplicationAlan Coopersmith2-6/+4
2015-03-13Drop valuator mask argument from GetKeyboardEventsPeter Hutterer2-36/+6
2015-02-10Get rid of const warnings in XSERVER_INPUT_EVENT dtrace probe callsAlan Coopersmith5-22/+8
2015-01-05dix: offset touch root coordinates by ScreenRec origins (#86655)Peter Hutterer1-3/+3
2015-01-03dix: Allow zero-height PutImage requestsKeith Packard1-1/+1
2014-12-08dix: integer overflow in RegionSizeof() [CVE-2014-8092 3/4]Alan Coopersmith1-7/+13
2014-12-08dix: integer overflow in ProcPutImage() [CVE-2014-8092 1/4]Alan Coopersmith1-0/+3
2014-11-12fix an annotation mistakeJohn Hunter1-1/+1
2014-11-12Drop trailing whitespacesPeter Hutterer21-136/+136
2014-11-12dix: silence compiler warning comparing CARD32 to -1Peter Hutterer1-1/+1
2014-11-12dix: silence compiler warningPeter Hutterer1-0/+2
2014-10-28dix: Untwist transformAbsolute logic, eliminate uninitialized value warningsKeith Packard1-11/+11
2014-10-27dix: Always store GC client clip as a region (v2)Adam Jackson1-2/+1
2014-10-09Merge remote-tracking branch 'ajax/dead-code'Keith Packard1-57/+0