summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2016-10-05dix: Add valuator_mask_set_absolute_unacceleratedJonas Ådahl1-1/+4
2016-09-22dix: Silence TSan warnings when checking for pending inputJeremy Huddleston Sequoia1-0/+6
2016-09-19dix: Incroduce CursorConfinedTo vfunc in ScreenJonas Ådahl1-0/+5
2016-09-19dix: Introduce CursorWarpedTo vfunc in ScreenJonas Ådahl1-0/+9
2016-09-16include: Add 'xserver_poll.h' to Makefile.amKeith Packard1-0/+1
2016-09-16Remove 'dixfontstubs.h' from include EXTRA_DISTKeith Packard1-1/+1
2016-09-16Add SyncSharedPixmap ScreenRec hookMichel Dänzer1-0/+19
2016-09-15Add Windows-DRI extensionJon Turney1-0/+5
2016-09-13os: Use pthread_setname_np to set thread names if availableAlan Coopersmith1-0/+6
2016-09-13dix: Add dixPrivatesCreated helper functionDave Airlie1-0/+3
2016-07-21os: Remove CheckConnectionsKeith Packard1-2/+0
2016-07-21Allow 1024 and 2048 for LimitClientsKeith Packard1-1/+1
2016-07-21os: Switch server to poll(2) [v3]Keith Packard1-0/+20
2016-07-21dix: Use list for ready clientsKeith Packard2-2/+16
2016-07-21os: Add ospoll interface [v2]Keith Packard1-0/+3
2016-07-19os: Add poll emulation for mingw [v2]Brian M. Clapper2-0/+58
2016-07-18os: Add X_NOTIFY_ERROR valueKeith Packard1-3/+4
2016-07-18os: Compute timeout in milliseconds instead of struct timevalKeith Packard1-2/+1
2016-07-18Remove AddEnabledDevice and AddGeneralSocket APIsKeith Packard1-8/+0
2016-07-18Remove fd_set from Block/Wakeup handler APIKeith Packard1-13/+13
2016-07-18Remove readmask from screen block/wakeup handlerKeith Packard1-4/+7
2016-07-18dix: Switch to the libXfont2 API (v2)Keith Packard3-55/+7
2016-06-28xf86: Add PRIME flipping functions to ScreenAlex Goins1-0/+14
2016-06-17xrandrprovider: Do not use separate lists for unbound / source / offload slavesHans de Goede1-8/+7
2016-06-08Allow compile-time selection of a fallback input driverPeter Hutterer1-0/+3
2016-06-08prime: clean up slave bo properly. (v3)Dave Airlie1-0/+3
2016-06-08dix: Use OsSignal() not signal()Adam Jackson1-2/+0
2016-06-03xkb: add hook to allow/deny AccessX key repeatOlivier Fourdan1-0/+6
2016-05-31xwayland: Use the CLOCK_MONOTONIC clockJonas Ådahl1-0/+7
2016-05-26Create a threaded mechanism for input [v7]Keith Packard4-6/+23
2016-05-26Remove SIGIO support for input [v5]Keith Packard3-9/+9
2016-05-04xkb: after changing the keymap, force an indicator updatePeter Hutterer1-0/+4
2016-05-03xfree86: add support for MatchIsTabletPadPeter Hutterer1-0/+1
2016-04-18dix: Add RootWindowFinalizeCallbackAdam Jackson1-0/+2
2016-03-08xwayland: Correctly detect whether posix_fallocate existsJonas Ådahl1-0/+3
2016-03-01vidmode: build without xf86vidmodeprotoOlivier Fourdan1-0/+2
2016-03-01config/udev: distinguish between real keyboards and other key devicesLaércio de Sousa1-0/+1
2016-02-29vidmode: move to a separate library of its ownOlivier Fourdan2-0/+141
2016-02-29vidmode: move display mode definitionsOlivier Fourdan2-0/+103
2016-02-29dix: Add ClientSignalAll()Chris Wilson1-0/+8
2016-02-22dix: Add hybrid full-size/empty-clip mode to SetRootClipDaniel Stone1-1/+7
2016-01-06Fix uninitialized variable warnings reported by clangThomas Klausner1-3/+5
2016-01-05Use unique logfile names when starting server with -displayfdAlan Coopersmith1-0/+2
2016-01-05Revert "Fix uninitialized variable warnings reported by clang"Adam Jackson1-3/+1
2016-01-05Fix uninitialized variable warnings reported by clangThomas Klausner1-1/+3
2015-12-01os: Use NotifyFd interface for listen descriptorsKeith Packard1-3/+0
2015-12-01os: Add NotifyFd interfacesKeith Packard1-0/+13
2015-12-01Remove non-smart scheduler. Don't require setitimer.Keith Packard2-1/+8
2015-11-30dix: Remove redundant ChangeWindowPropertyAdam Jackson1-9/+0
2015-11-24Input: Add focus-in event sourceDaniel Stone1-0/+1