summaryrefslogtreecommitdiff
path: root/dix
AgeCommit message (Expand)AuthorFilesLines
2014-04-29dix: remove a now-superfluous commentPeter Hutterer1-6/+0
2014-04-29input: Remove invalid bug checks.Michal Srb1-5/+0
2014-04-23glx: Move the GLX variable caching what GL context is current to dix.Eric Anholt1-0/+25
2014-04-21dixfonts: Turn a missing directory ErrorF into a DebugFJasper St. Pierre1-1/+1
2014-04-01Make XYToWindow a screen functionKeith Packard1-43/+3
2014-03-27Handle -displayfd and an explicit display number sensiblyJon TURNEY1-1/+2
2014-03-26dix: Allow NULL stipple in ChangeGCKeith Packard1-3/+5
2014-03-11xkb: push locked modifier state down to attached slave devicesPeter Hutterer1-0/+3
2014-03-06dix: Clear any existing selections before initializing privatesAndrew Eikum1-1/+3
2014-02-05dix: fix a -Wshadow warningPeter Hutterer1-2/+2
2014-02-05dix: fix button state check before changing a button mappingPeter Hutterer1-1/+2
2014-02-04dix: prevent a driver from initializing or submitting buttons > MAX_BUTTONSPeter Hutterer2-0/+3
2014-02-04input: un-constify dev->namePeter Hutterer1-1/+1
2014-02-04input: un-constify InputAttributesPeter Hutterer1-8/+8
2014-01-29Add RANDR 1.4 requests & events to dix/protocol.txtAlan Coopersmith1-0/+11
2014-01-29On realloc failure, free font_path_string instead of leaking itAlan Coopersmith1-3/+6
2014-01-23dix: Praise clients which haven't run for a while, rather than idle clientsKeith Packard1-4/+2
2014-01-22Merge remote-tracking branch 'whot/for-keith'Keith Packard2-7/+10
2014-01-12Clean up a few function prototypes to not place formals in /**/Keith Packard1-2/+1
2014-01-12Replace 'pointer' type with 'void *'Keith Packard17-179/+179
2014-01-12xi: More warning cleanup for inputKeith Packard2-13/+14
2014-01-12Clean up warnings in DIXKeith Packard7-35/+44
2014-01-09CheckPassiveGrabsOnWindow() needs to handle NULL return value from AllocGrab()Alan Coopersmith1-0/+2
2014-01-09GrabDevice() needs to handle NULL return value from AllocGrab()Alan Coopersmith1-1/+3
2014-01-09If AllocGrab() fails to set up grab, don't copy to a NULL grabAlan Coopersmith1-6/+5
2013-12-11dix: fix check for grab typePeter Hutterer1-1/+1
2013-12-09bs: Set the screen's bs support level to WhenMappedAdam Jackson1-1/+5
2013-12-09smartsched: Tweak the default scheduler intervalsAdam Jackson1-2/+3
2013-10-31Add a RegionDuplicate functionKeith Packard1-0/+15
2013-10-18Merge commit '2523a445a09a75a8baf642608d099a5e12d5437f'Keith Packard3-16/+62
2013-10-18sync: if the idle time was reset, force alarms to trigger (#70476)Peter Hutterer1-4/+34
2013-10-18dix: provide accessor methods for the last device event timePeter Hutterer3-15/+31
2013-10-14Avoid use-after-free in dix/dixfonts.c: doImageText() [CVE-2013-4396]Alan Coopersmith1-0/+5
2013-10-14dix: only deliver for the current grab typePeter Hutterer1-11/+2
2013-10-14dix: don't attempt to deliver an event for a different grabtypePeter Hutterer1-0/+3
2013-10-14dix: only allow button and key events to freeze a sync'd pointerPeter Hutterer1-1/+5
2013-10-14input: calloc minimization for xi2mask_newAdam Jackson1-17/+13
2013-09-10damage: Implicitly unregister on destroyAdam Jackson1-1/+0
2013-09-10dix: FIXES is not optionalAdam Jackson2-12/+0
2013-09-10dbe: Fold the window private private into the window privateAdam Jackson1-1/+0
2013-09-10dix: Remove a dead parameter from DoGetImageAdam Jackson1-57/+31
2013-09-06Fix bug in cursor handling.Thomas Klausner1-8/+15
2013-08-30dix: check for grab type before checking XI2 maskPeter Hutterer1-1/+1
2013-08-30DIX/Xi: Pass correct client to CheckDeviceGrabAndHintWindow()Egbert Eich1-7/+16
2013-08-18dix: add missing include for DeleteWindowFromAnySelectionsJulien Cristau1-0/+1
2013-07-25Merge remote-tracking branch 'whot/for-keith'Keith Packard2-3/+2
2013-07-25dix: set the valuator mask to ensure XI 1.x events have dataPeter Hutterer1-1/+1
2013-07-24dix: check the xi2mask, not the grab type for touch listenersPeter Hutterer1-2/+1
2013-07-23Allow DDX to provide a main()Jon TURNEY3-6/+38
2013-07-22dix: scale y back instead of x up when pre-scaling coordinatesPeter Hutterer1-3/+3