summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-12-13modesetting: Fix potential buffer overflowDaniel Martin1-1/+1
2017-09-25xfree86: Silence a new glibc warningAdam Jackson1-0/+3
2017-02-28Use arc4random_buf(3) if available to generate cookies.Matthieu Herrb1-0/+6
2017-02-28Use timingsafe_memcmp() to compare MIT-MAGIC-COOKIES CVE-2017-2624Matthieu Herrb2-0/+8
2017-02-28os: log a bug whenever WriteToClient is called from the input threadPeter Hutterer1-0/+1
2017-01-11AttendClient of grab-pervious client must queue to saved_ready_clients [v2]Keith Packard1-0/+6
2016-11-15dix: Make sure client is not in output_pending chain after closed (RH 1382444)Keith Packard1-1/+1
2016-10-26ddx: add new call to purge input devices that weren't addedPeter Hutterer1-0/+1
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