summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-06-09xwayland-input: Fake crossing to rootwinxwayland-testOlivier Fourdan2-0/+24
2016-06-09wayland: clear resource for pixmap on unrealizeOlivier Fourdan1-0/+15
2016-06-09randr: Do not update ConnectionInfo if NULLOlivier Fourdan1-0/+3
2016-06-09xwayland: Restore wl_display_roundtrip() in InitInputOlivier Fourdan1-0/+4
2016-06-08xfree86: Don't swallow ±iglx command line flagAdam Jackson1-1/+1
2016-06-08wayland: Remove unused field in xwl_screenOlivier Fourdan1-1/+0
2016-06-08Allow compile-time selection of a fallback input driverPeter Hutterer3-8/+53
2016-06-08prime: clean up slave bo properly. (v3)Dave Airlie6-0/+23
2016-06-08xfree86: Remove redundant parse of AIGLX server flagAdam Jackson1-5/+0
2016-06-08xwayland: Call eglBindAPI after eglInitializeMichel Dänzer1-1/+2
2016-06-08glamor: Call eglBindAPI after eglInitializeMichel Dänzer1-5/+6
2016-06-08dix: Update some comments to reflect the new non-SIGIO input modelAdam Jackson12-23/+17
2016-06-08xfree86: Undocument UseSIGIO in xorg.confAdam Jackson1-9/+0
2016-06-08dri1: Hide the SIGIO details from driversAdam Jackson2-74/+62
2016-06-08dmx: Remove SIGIO input support here tooAdam Jackson6-305/+2
2016-06-08dix: Use OsSignal() not signal()Adam Jackson14-34/+22
2016-06-07os: Do timers under input lock, not blocked signalsKeith Packard1-14/+14
2016-06-03xwayland: sync event queue to check compositor replyfor-whotOlivier Fourdan3-0/+12
2016-06-03xwayland: refactor Wayland event handlingOlivier Fourdan1-12/+25
2016-06-03xwayland: add a server sync before repeating keysOlivier Fourdan2-1/+77
2016-06-03xkb: add hook to allow/deny AccessX key repeatOlivier Fourdan2-1/+9
2016-06-02Merge remote-tracking branch 'daenzer/for-master'Keith Packard5-86/+24
2016-06-01dix: Don't update current time in the middle of input event processingKeith Packard2-2/+0
2016-06-01os: Initialize NotifyFds earlier in startupKeith Packard1-1/+1
2016-06-01os: Lock input while messing with input device listKeith Packard1-3/+11
2016-05-31xwayland: Use the CLOCK_MONOTONIC clockJonas Ådahl4-2/+35
2016-05-30xfree86/modes: Remove xf86_reload_cursors v2Michel Dänzer3-69/+3
2016-05-30os: Use strtok instead of xstrtokenize in ComputeLocalClientMichel Dänzer1-4/+5
2016-05-30glamor: Cannot use copies when accessing outside of composite sourceMichel Dänzer1-12/+15
2016-05-30xfree86/modes: Assign xf86_config->cursor in xf86_load_cursor_image v2Michel Dänzer1-1/+1
2016-05-30xfree86: Provide xf86BlockSIGIO and xf86ReleaseSIGIO as wrappers for input mutexKeith Packard2-5/+9
2016-05-30dix: Remove bogus input_mutex and input_mutex_count definitions from globals.cKeith Packard1-9/+0
2016-05-29os: fix input_mutex_count off-by-one in input_force_unlockKeith Packard1-2/+3
2016-05-29xfree86: Remove event reading code from xf86WakeupKeith Packard1-28/+0
2016-05-29Add ax_pthread.m4 to m4/Keith Packard1-0/+337
2016-05-29xfree86: Bump ABI versionsKeith Packard1-3/+3
2016-05-29test: Actually verify that two equivalent touch points are the sameKeith Packard1-1/+1
2016-05-29test: Make touch test reflect new ability to realloc touch array [v2]Keith Packard1-15/+16
2016-05-27glamor: Adjust for drawable x/y in composite's copy optimizationKeith Packard1-0/+4
2016-05-27os: Increase default client buffer to 16kBKeith Packard1-2/+2
2016-05-27modesetting: Use new xf86CurrentCursor APIKeith Packard1-2/+1
2016-05-26kdrive: Use threaded inputKeith Packard1-2/+4
2016-05-26xfree86: Use threaded input mechanism [v2]Keith Packard3-10/+7
2016-05-26dix: Reallocate touchpoint buffer at input event time [v2]Keith Packard1-59/+29
2016-05-26mi: Grow event queue while reading eventsKeith Packard1-71/+32
2016-05-26Create a threaded mechanism for input [v7]Keith Packard13-54/+540
2016-05-26xkb: Hold input lock across injected key event processingKeith Packard1-2/+1
2016-05-26xfree86: Remove unnecessary errno save/restore in xf86ReadInputKeith Packard1-3/+0
2016-05-26kdrive: Don't lock input across read in KdNotifyFdKeith Packard1-2/+0
2016-05-26Remove SIGIO support for input [v5]Keith Packard28-456/+115