summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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
2015-11-24Input: Add DeviceEventSource enumDaniel Stone2-1/+12
2015-11-10Also dump passive grabs on XF86LogGrabInfoMichael Stapelberg1-0/+1
2015-10-06kdrive: Delete unused TOUCHSCREEN define.Jamey Sharp3-9/+0
2015-09-24Xext, os: Remove OS-internal usages within XACE and XSELinuxKeith Packard1-0/+7
2015-09-21mingw: Fix NO_LOCAL_CLIENT_CRED buildJon TURNEY1-0/+3
2015-09-01dix: export ResourceClientBits()Olivier Fourdan1-1/+1
2015-08-24configurable maximum number of clientsOlivier Fourdan3-14/+5
2015-08-17dixfont.h: Include fontutil.h before GetGlyphs is #definedKeith Packard1-0/+1
2015-07-08dix: Restore PaintWindow screen hookAdam Jackson1-0/+5
2015-07-08dix: unifdef pWin->rootlessUnhittableAdam Jackson1-3/+1
2015-07-08dix: Unexport various implementation detailsAdam Jackson6-225/+175
2015-07-08prime: add rotation support for offloaded outputs (v2)Dave Airlie3-10/+14
2015-06-30glamor: add support for allocating linear buffers (v2)Dave Airlie1-0/+3
2015-06-30cursor: drop ARGB_CURSORDave Airlie1-2/+0
2015-05-26os: support new implicit local user access mode [CVE-2015-3164 2/3]Ray Strode1-0/+17
2015-05-20dix: Add unaccelerated valuators to the ValuatorMaskPeter Hutterer2-0/+17
2015-05-12Add AC_SYS_LARGEFILE defines to dix-config.hMichel Dänzer1-0/+6
2015-05-11Merge remote-tracking branch 'evelikov/master'Keith Packard1-3/+0
2015-05-11Merge remote-tracking branch 'ajax/xserver-next'Keith Packard1-0/+2
2015-05-07dix: Fix image byte order on big endian hardwareOlivier Fourdan1-0/+2
2015-04-21Add no-fail equivalents of allocarray & reallocarrayAlan Coopersmith1-0/+9
2015-04-21Add xallocarray() helper macroAlan Coopersmith1-0/+2
2015-04-21Import reallocarray() from OpenBSDAlan Coopersmith3-1/+14
2015-04-21Add XNFcallocarray() to allow xnfcalloc() to check for overflowAlan Coopersmith1-2/+9
2015-03-31randr: Add Monitor support (v1.1)Keith Packard1-1/+1
2015-03-24configure.ac: remove remaining TLS referencesEmil Velikov1-3/+0
2015-03-16Make PseudoramiXExtensionInit() prototype more generally availableJon TURNEY3-5/+36
2015-03-13Expose GetMaster to modules.Michal Srb1-1/+1
2015-03-13Drop valuator mask argument from GetKeyboardEventsPeter Hutterer1-3/+2
2015-02-10Get rid of const warnings in XSERVER_INPUT_EVENT dtrace probe callsAlan Coopersmith2-0/+42
2015-01-23dix: make RegionInit legal C++Adam Jackson1-1/+1
2014-12-09Missing parens in REQUEST_FIXED_SIZE macro [CVE-2014-8092 pt. 5]Keith Packard1-1/+1
2014-12-08Xi: unvalidated lengths in Xinput extension [CVE-2014-8095]Alan Coopersmith1-0/+4
2014-12-08dix: integer overflow in REQUEST_FIXED_SIZE() [CVE-2014-8092 4/4]Alan Coopersmith1-1/+2
2014-12-08dix: integer overflow in RegionSizeof() [CVE-2014-8092 3/4]Alan Coopersmith1-3/+7