summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-01-16build: Remove <*dbm.h> checksAdam Jackson2-12/+0
2018-01-16meson: Enable SUN-DES-1 auth codeAdam Jackson1-0/+1
2018-01-08animcur: Stop tracking the last display time in the SpriteInfoRecAdam Jackson1-1/+0
2017-12-13os: Add epoll-like port implementation for SolarisPeter Harris1-0/+1
2017-12-13os: Add epoll-like pollset implementation for AIXPeter Harris1-0/+1
2017-11-06dix: Remove ffs.cAdam Jackson4-12/+0
2017-10-30modesetting: Fix potential buffer overflowDaniel Martin1-1/+1
2017-10-24dix: Don't track the XKB client versions in the ClientRecAdam Jackson2-3/+3
2017-10-24dix: Don't vary the ClientRec ABI at build timeAdam Jackson1-2/+0
2017-10-20meson: Don't forget to define DEBUG!Lyude Paul1-1/+3
2017-10-12meson: Add xkb_bin_dir optionLyude Paul1-1/+1
2017-10-04meson: Check for HAVE_TYPEOFAdam Jackson1-1/+4
2017-09-23meson: Make it possible to build for 32-bit targetsJon Turney1-1/+1
2017-09-20meson: Use dependency version_compare()Daniel Stone1-4/+3
2017-09-20sync: Convert from "CARD64" to int64_t.Eric Anholt1-0/+29
2017-08-15Make PixmapDirtyUpdateRec::src a DrawablePtrMichel Dänzer3-6/+8
2017-08-14meson: Fix epoll detectionPeter Harris1-1/+1
2017-06-20dix: Remove extension aliasesAdam Jackson1-6/+0
2017-06-20include: Remove some unused macrosAdam Jackson1-5/+0
2017-06-02Add meson.build for XWin server (v2)Jon Turney2-6/+50
2017-06-02meson: Fix enabling of xshmfence.Eric Anholt1-1/+1
2017-05-12meson: Fix CLOCK_MONOTONIC testAdam Jackson1-0/+3
2017-05-10meson: Detect strlcat/strlcpy/reallocarray in libbsdPeter Harris2-3/+9
2017-05-10meson: Detect more functionsPeter Harris1-2/+8
2017-05-10meson: Detect arc4random_bufPeter Harris1-0/+1
2017-05-10meson: Make driprotos and libdrm optionalJon TURNEY1-2/+2
2017-05-10meson: Remove stray whitespaceJon TURNEY1-1/+1
2017-05-04meson: Make xf86vidmode optionalJon TURNEY1-1/+1
2017-05-03xfree86: Silence a new glibc warningAdam Jackson2-0/+4
2017-04-26Add a Meson build system alongside autotools.Eric Anholt2-0/+480
2017-04-26Use #ifdef instead of #if for features to make Meson easier.Eric Anholt3-3/+3
2017-04-25Remove support for unaligned swaps.Eric Anholt1-12/+3
2017-04-25Rewrite the byte swapping macros.Eric Anholt1-63/+34
2017-04-25xorg: Change __XCONFIGFILE__ to XCONFIGFILE (and DIR) to fix scan.c.Eric Anholt2-3/+3
2017-04-21glx: Use the same endian swapping as the rest of the server.Eric Anholt1-15/+0
2017-03-27dpms: Consolidate a bunch of stuff into Xext/dpms.cAdam Jackson1-10/+0
2017-03-27dix: Lift DPMS to a screen hookAdam Jackson1-0/+3
2017-03-23kdrive: Drop kdrive-config.h.Eric Anholt1-25/+0
2017-03-23kdrive: Remove vestiges of TSLIB support.Eric Anholt3-12/+0
2017-03-23kdrive: Unifdef KDRIVE_EVDEV.Eric Anholt1-3/+0
2017-03-21dix: Remove PRIVATE_DAMAGEAdam Jackson1-1/+0
2017-03-17fb: Remove 24bpp support (v3)Adam Jackson1-7/+0
2017-03-07glamor: use drmGetDeviceNameFromFD2 when availableQiang Yu1-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-27os: log a bug whenever WriteToClient is called from the input threadPeter Hutterer1-0/+1
2017-02-23dix: Add a callback chain for window property state changeAdam Jackson1-0/+8
2017-01-19kdrive: Remove non-evdev input driversAdam Jackson1-6/+0
2017-01-11AttendClient of grab-pervious client must queue to saved_ready_clients [v2]Keith Packard1-0/+6
2017-01-04xkb: Match key releases with an overlaid pressMihail Konev1-0/+2