summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-10-22input: remove "mode" field from ValuatorClassRec.Peter Hutterer7-9/+9
2010-10-22input: move proximity state into ProximityClassRec.Peter Hutterer4-5/+12
2010-10-22dmx: clarify a valuator mode condition.Peter Hutterer1-1/+1
2010-10-22dix: clip absolute axes depending on their mode.Peter Hutterer1-3/+5
2010-10-22dix: populate motion history only if the mode matches the first axis.Peter Hutterer1-4/+2
2010-10-22input: add valuator_get_mode() helper.Peter Hutterer2-0/+26
2010-10-22dix: send proximity events if one or more axes are Absolute.Peter Hutterer1-4/+8
2010-10-22Add support for per-axis valuator modes (Relative/Absolute)Chase Douglas12-30/+56
2010-10-22test: valuator_mask tests.Peter Hutterer1-0/+77
2010-10-22dix: remove valuator_mask_copy_valuators, not needed anymore.Peter Hutterer2-26/+0
2010-10-22xfree86: convert xf86Post{Motion|Key|Button|Proximity}Event to masksPeter Hutterer1-18/+18
2010-10-22dix: get rid of the now-superfluous valuator arrays in GPE and friends.Peter Hutterer1-60/+58
2010-10-22Abstract valuator masks through a set of APIs.Peter Hutterer15-186/+493
2010-10-20Add CountBits() to the server.Chase Douglas2-0/+14
2010-10-15Merge branch 'master' into input-apiPeter Hutterer254-22028/+15022
2010-10-13test: Fix make distcheck when not building unit testsJeremy Huddleston1-2/+1
2010-10-13Comparison between pointer and integer in latest dix/dispatch.cColin Harrison1-1/+1
2010-10-13event_size is currently never assigned to in mieqProcessInputEvents().Jon TURNEY1-0/+4
2010-10-13dix: optimize CallCallbacksAdam Jackson2-9/+9
2010-10-13xwin: Remove some undue paranoia about UNDRAWABLE_WINDOWAdam Jackson3-38/+0
2010-10-13dix: Remove the memory of the multibuffer extensionAdam Jackson5-28/+4
2010-10-13Remove leftover fbSaveAreas & fbRestoreAreas defines from wfbrename.hAlan Coopersmith1-2/+0
2010-10-13Use GetCurrentRootWindow or equivalent instead of spriteTrace[0].Jamey Sharp3-11/+6
2010-10-13Move replay-window check from ComputeFreezes to CheckDeviceGrabs.Jamey Sharp2-28/+20
2010-10-13CheckDeviceGrabs: Delete redundant pWin->optional test.Jamey Sharp1-4/+2
2010-10-13Let CheckPassiveGrabsOnWindow callers check if device is already grabbed.Jamey Sharp1-11/+11
2010-10-05vbe: Fix copying the mode info blockAdam Jackson1-63/+3
2010-10-05edid: Fix the HDTV sync pulse adjustmentAdam Jackson1-2/+2
2010-10-04xfree86: Do not call dlclose(NULL) [regression after ab7f057]Chris Wilson1-1/+2
2010-10-01Bump version to 1.9.99.1 (1.10 development series)Keith Packard1-2/+2
2010-09-30remove doltAdrian Bunk3-184/+0
2010-09-29randr: set error numbers of resource types in RRExtenstionInit() (V2)Tobias Droste5-3/+56
2010-09-29Cygwin/X: Fix compilation after "delete pervasively use of DISPATCH_PROC"Jon TURNEY1-27/+25
2010-09-28Bump video driver ABI version to 9.0Aaron Plattner1-1/+1
2010-09-28XQuartz: RandR: Refactor legacy mode-switching to be better integrated with R...Jeremy Huddleston6-147/+234
2010-09-28XQuartz: RandR: Don't change the rootless preference when changing RandR modeJeremy Huddleston15-115/+124
2010-09-28XQuartz: RandR: Better handle switching betwen RandR modes that share CG modesJeremy Huddleston2-37/+123
2010-09-28XQuartz: RandR: Respond better to resolution changes made outside XJeremy Huddleston5-93/+135
2010-09-28XQuartz: RandR: Use deprecated CG APIs only on Leopard and earlierJeremy Huddleston2-5/+11
2010-09-28XQuartz: RandR: Remove FAKE_RANDR code.Jan Hauffa3-62/+1
2010-09-28XQuartz: RandR: Toggle rootless mode on XRandR mode switch.Jan Hauffa2-28/+72
2010-09-28XQuartz: RandR: Implement basic RandR functionality.Jan Hauffa7-80/+469
2010-09-28XQuartz: Move use of static dispatch procs after declarationJeremy Huddleston2-48/+47
2010-09-28config: remove --with-dri-driver-path option, use dri.pc #29740Gaetan Nadon1-4/+2
2010-09-28Merge remote branch 'ajax/less-loader'Keith Packard19-522/+98
2010-09-28xfree86: Add 18bpp supportAdam Jackson1-0/+3
2010-09-28xfree86: Kill pixmapPrivate with a vengeance (v2)Chris Wilson4-74/+0
2010-09-28modes: Beware the driver switching root pixmapsChris Wilson1-1/+2
2010-09-28glx: Fix use after free in DrawableGoneKristian Høgsberg1-6/+5
2010-09-28dix: remove proc tables initializationTiago Vignatti3-40/+492