summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-02-19dpointerChase Douglas5-38/+54
2011-02-19cChase Douglas15-313/+801
2011-02-14bChase Douglas2-38/+50
2011-02-13aChase Douglas8-179/+250
2011-02-13new stuffChase Douglas4-117/+592
2011-02-11Gesture supportChase Douglas18-8/+1146
2011-02-11Add xf86CoordinatesToWIndowChase Douglas4-0/+55
2011-02-11Send touch ownership event to first grabbing clientChase Douglas1-8/+33
2011-02-11Add touch pointer emulationChase Douglas3-12/+147
2011-02-11Fix touch unowned motion and ownership eventsChase Douglas6-107/+299
2011-02-10Reallocate touches outside of signal contextChase Douglas4-15/+46
2011-02-09Check for pending finish before reusing a touch for indirect devicesChase Douglas1-1/+2
2011-01-24Test: Input: Add touch testsDaniel Stone3-2/+345
2011-01-24Input: Add initial multitouch support from Xi 2.1Daniel Stone25-12/+1572
2011-01-24Input: Add flags to DeviceEventDaniel Stone2-0/+2
2011-01-24Input: Reorder AxisInfo elementsChase Douglas1-2/+2
2011-01-24Input: Bump input major ABI for multitouchDaniel Stone1-1/+1
2011-01-24Merge branch 'for-peter' into multitouchDaniel Stone4-123/+156
2011-01-24Input: Simply CheckPassiveGrabsOnWindow loopDaniel Stone1-111/+108
2011-01-24Input: Make CheckPassiveGrabsOnWindow take InternalEventDaniel Stone2-24/+57
2011-01-24Input: Fix event size confusion in CheckPassiveGrabsOnWindowDaniel Stone1-1/+1
2011-01-24Input: Add DeepestSpriteWin macroDaniel Stone2-2/+5
2011-01-24Input: Pass co-ordinates by reference to transformAbsoluteChase Douglas1-14/+14
2011-01-20Merge remote branch 'ajax/for-keithp'Keith Packard6-79/+42
2011-01-20Merge remote branch 'whot/for-keith'Keith Packard14-147/+170
2011-01-20Merge remote branch 'jturney/jturney-framebuffer-resize-for-master'Keith Packard20-700/+1026
2011-01-20Add xorg.conf.d shadow man page pointing to xorg.conf man pageAlan Coopersmith2-1/+2
2011-01-20resource: Fix indentationAdam Jackson1-14/+14
2011-01-20resource: Remove expectID hackAdam Jackson1-7/+0
2011-01-20resource: s/NullResource/NULL/gAdam Jackson1-4/+3
2011-01-20os: Reduce smart scheduler setup callsAdam Jackson1-3/+9
2011-01-20xdmxconfig: warning fixAdam Jackson1-1/+1
2011-01-20dmx: warning fixesAdam Jackson1-5/+4
2011-01-20dmx: warning fixAdam Jackson1-31/+0
2011-01-20dmx: warning fixAdam Jackson1-6/+1
2011-01-20dmx: warning fixesAdam Jackson1-8/+10
2011-01-21xkb: after making changes to the xkb ctrls, copy them back into kbdfeed.Peter Hutterer1-3/+6
2011-01-20xkb: Replace a few manual bitflips with SetBit & friends.Peter Hutterer1-7/+8
2011-01-20Xi: reset remainders when warping the device.Peter Hutterer1-0/+2
2011-01-19Cygwin/X: DirectDraw engines shouldn't try to blit if the surface wasn't allo...Jon TURNEY3-44/+18
2011-01-19Cygwin/X: Simplify and consolidate reporting of the bpp value we are going to...Jon TURNEY6-107/+31
2011-01-19Cygwin/X: Deal with RANDR depth changes correctly in ShadowGDI drawing engineJon TURNEY4-70/+60
2011-01-19Cygwin/X: Use winUpdateFBPointer() in winshaddd.c rather than duplicating it ...Jon TURNEY1-16/+1
2011-01-19Cygwin/X: Remove WIN_DIB_MAXIMUM_SIZE checkJon TURNEY4-40/+0
2011-01-19Cygwin/X: Fix a typo in command line argument validation codeJon TURNEY1-2/+2
2011-01-19Cygwin/X: Don't turn off -multiplemonitors when all monitors don't have the s...Jon TURNEY1-4/+11
2011-01-19Cygwin/X: Generate RANDR change on WM_DISPLAYCHANGE for rootless modesJon TURNEY4-38/+103
2011-01-19Cygwin/X: Make WM_SIZE use RandR resizing when -resize=randrJon TURNEY1-5/+43
2011-01-19Cygwin/X: Implement framebuffer resizing in RANDR extensionJon TURNEY3-64/+254
2011-01-19Cygwin/X: Add -resize command line optionJon TURNEY7-40/+130