summaryrefslogtreecommitdiff
path: root/Xext
AgeCommit message (Expand)AuthorFilesLines
2021-02-03Drop Xorg DDXMichel Dänzer1-2/+0
2021-02-03Drop autotools build systemMichel Dänzer1-120/+0
2020-12-18os, shm: fcntl()'s third argument is integer, not pointerAdam Jackson1-1/+1
2020-11-09configure: Build hashtable for Xres and glvndOlivier Fourdan1-2/+8
2020-07-05Fix spelling/wording issuesAlan Coopersmith7-16/+17
2019-11-19os: Don't crash in AttendClient if the client is goneAaron Plattner1-2/+1
2019-10-30dix: Call SourceValidate before GetImageAdam Jackson2-0/+19
2019-10-15dix: Fix undefined shift in ht_generic_hashAdam Jackson1-1/+1
2019-04-17xsync: Add resource inside of SyncCreate, export SyncCreateAlex Goins2-22/+31
2019-02-14shm: Use memfd_create when possibleAlexander Volkov1-0/+12
2018-09-19shm: Pick the shm dir at run time, not build time.Eric Anholt1-19/+29
2018-09-19shm: reindent shm_tmpfile to follow our standards.Eric Anholt1-20/+20
2018-09-12shm: move shmsize verify before allocating the drawable.Dave Airlie1-12/+13
2018-09-11xselinux: warning fixAdam Jackson1-6/+3
2018-07-19Xext: dynamically allocate the PanoramiXDepths[j].vids arrayPeter Hutterer1-5/+4
2018-06-26Change the DPMS initialization to be conditional on not set from configJohn Lumby1-4/+12
2018-06-14Xext/shm: Refuse to work for remote clientsAlexander Volkov1-4/+14
2018-04-19meson: Ensure we always build Xext/hashtable.c for glxLyude Paul1-1/+5
2018-04-10Xext: Fix memory leaks in hashtable.Michal Srb1-0/+3
2018-04-02meson: Distribute more SDK headersThierry Reding1-0/+12
2018-03-21Xext/shm: Downgrade from error to debug log output about successAlexander Volkov1-1/+1
2018-03-14Xext/saver: Swap ScreenSaverSuspend 'suspend' field. Handle old XCB clients.Keith Packard1-2/+12
2018-02-02shm, xwayland: prefer atomic close-on-exec without O_TMPFILEJan Beich1-2/+7
2018-01-18sync: Fix diffgreater comparisonDavid Weinehall1-1/+1
2017-11-14xres: Return the atom naming the type, not its internal type numberAdam Jackson1-13/+21
2017-10-30Use ARRAY_SIZE all over the treeDaniel Martin2-6/+3
2017-10-12XShmGetImage: fix censoringNikolay Martynov1-6/+2
2017-10-10hw/xfree86: unvalidated lengthsNathan Kidd1-59/+70
2017-10-10Unvalidated lengthsNathan Kidd4-3/+10
2017-10-04Xext/shm: Validate shmseg resource id (CVE-2017-13721)Michal Srb1-0/+1
2017-09-27sync: Fix delta value checkLouis-Francis Ratté-Boulianne1-1/+1
2017-09-20sync: Convert from "CARD64" to int64_t.Eric Anholt2-171/+154
2017-06-20dix: Remove extension aliasesAdam Jackson1-2/+0
2017-06-02meson: Fix enabling of xshmfence.Eric Anholt1-2/+2
2017-05-11Drop workaround for pre-glibc linuxJulien Cristau1-7/+0
2017-04-26Add a Meson build system alongside autotools.Eric Anholt1-0/+61
2017-03-27dpms: Consolidate a bunch of stuff into Xext/dpms.cAdam Jackson3-11/+29
2017-03-27dix: Lift DPMS to a screen hookAdam Jackson3-50/+65
2017-03-27xfree86: Clean up DPMS supportAdam Jackson1-1/+7
2017-03-15xinerama: Implement graphics exposures for window->pixmap copies (v4)Adam Jackson1-10/+60
2017-03-01dispatch: Mark swapped dispatch as _X_COLDAdam Jackson17-151/+151
2016-09-28xace: Don't censor window bordersKeith Packard1-7/+6
2016-09-28XF86VidMode: Fix free() on walked pointerHans de Goede1-1/+1
2016-09-28Xext: Fix a memory leakHans de Goede1-2/+2
2016-09-13Xext/shm: Fix usage of F_GETFD to match standardJeremy Huddleston Sequoia1-1/+2
2016-09-02sync: Don't do return client->noClientExceptionAdam Jackson1-6/+6
2016-08-16xv: Remove some dumb calls SendErrorToClientAdam Jackson1-3/+0
2016-08-15xace: Fix XaceCensorImage to actually censor the right part of the imageAaron Plattner1-1/+2
2016-07-18Remove fd_set from Block/Wakeup handler APIKeith Packard2-16/+13
2016-07-18dix: Switch to the libXfont2 API (v2)Keith Packard1-2/+2