aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/Xext
Commit message (Expand)AuthorAgeFilesLines
* Die XTESTEXT1, die!Ulrich Sibiller2019-05-104-2656/+3
* Use calloc to zero fill buffers being allocated for replies & eventsUlrich Sibiller2019-02-281-1/+1
* Lift Xext to xorg 1.4.2Ulrich Sibiller2018-11-0917-119/+127
* Don't reset the lastDeviceEventTime when doing DPMS actionsMike Gabriel2018-07-031-13/+4
* Backport IDLETIME system counter to nx-X11 Xserver.Mike Gabriel2018-07-031-0/+159
* Xserver/Xext/saver.c Unvalidated lengths (X.org CVE-2017-12185).Nathan Kidd2018-03-071-0/+2
* Xext: lift xvmain.c to xorg-xserver-7.1/1.1 stateUlrich Sibiller2018-02-072-4/+3
* Xext: lift xres.c to xorg-xserver-7.1/1.1 stateUlrich Sibiller2018-02-071-1/+3
* Xext: lift sync.c to xorg-xserver-7.1/1.1 stateUlrich Sibiller2018-02-071-2/+11
* Xext: lift sleeputil.c to xorg-xserver-7.1/1.1 stateUlrich Sibiller2018-02-071-1/+1
* Xext: lift panoramiX to xorg-xserver-7.1/1.1 stateUlrich Sibiller2018-02-071-11/+20
* Xext: lift DPMS extension to xorg-xserver-7.1/1.1 stateUlrich Sibiller2018-02-071-3/+3
* Xext: lift screensaver extension to XORG-7_1 stateUlrich Sibiller2018-02-071-2/+147
* panoramiX: fix includesUlrich Sibiller2018-01-082-4/+4
* Re-enable XC-MISC extensionUlrich Sibiller2018-01-081-2/+2
* reduce usage of uninitialised bytesUlrich Sibiller2017-12-283-15/+15
* Drop SHMNAME workaround again, it *is* defined in shmstr.h, which is actually...Mihai Moldovan2017-12-161-1/+1
* nx-X11/programs/Xserver/Xext/shape.c: avoid pulling in Xlib in legacy mode vi...Mihai Moldovan2017-12-161-0/+7
* nx-X11/programs/Xserver/Xext/shape.c: pull in shapestr.h for legacy Xext prot...Mihai Moldovan2017-12-161-1/+1
* Handle SHAPE proto splitup gracefully for legacy Xext proto versions.Mihai Moldovan2017-12-161-0/+4
* Support building with legacy (pre-7.1.0) Xext proto versions.Mihai Moldovan2017-12-161-0/+4
* Clearing comments from $XFree86$ (et al.) header lines.Mike Gabriel2017-04-191-2/+0
* Regression fix for added libXfont2 API support:Mike Gabriel2017-04-101-1/+1
* Add CreatePixmap allocation hints.Aaron Plattner2017-04-101-2/+3
* Xserver: Support building against libXfont2 (v2) API and old libXfont(1) API ...Mike Gabriel2017-04-102-1/+13
* xserver: remove index from CloseScreen (API/ABI breakage)Dave Airlie2017-04-104-9/+8
* dix: Pull client-is-local flag up to the ClientRecAdam Jackson2017-03-211-2/+2
* dix/os: backport various signal handling and smart scheduler changes from X.orgMike Gabriel2017-03-212-7/+4
* Xext: fix compiler warningUlrich Sibiller2017-03-101-1/+1
* replace (DE)ALLOCATE_LOCAL by malloc/freeUlrich Sibiller2017-03-037-41/+40
* Xserver/Xext/shmint.h: Provide header file exporting ShmRegisterFunc and ShmR...Mike Gabriel2017-03-031-0/+44
* Fix "uninitialised byte(s)" complaints from valgrindUlrich Sibiller2017-03-022-2/+8
* Xserver/dix/atom.c (et al.): Constify atom name strings.Mike Gabriel2017-03-021-1/+1
* Naming change: Security*Access -> Dix*AccessMike Gabriel2017-02-208-135/+135
* drop platform support: unifdef Lynx.Mike Gabriel2017-02-083-11/+1
* drop platform support: unifdef __UNIXOS2__.Mike Gabriel2017-02-081-20/+0
* Remove libcwrapper usage from xorg server modules. The libcwrapper is not use...Eric Anholt2016-12-048-25/+11
* drop unused xtest1.fragsUlrich Sibiller2016-11-021-90/+0
* Imake: drop DoLoadableServer, MakeDllModules and IHaveModulesUlrich Sibiller2016-11-023-45/+0
* Remove extmod from nx-X11/programs/Xserver/Xext/.Mike Gabriel2016-11-0216-363/+0
* Imakefile cleanup: Delete all ancient Vcs comments stemming from SVN times of...Mike Gabriel2016-10-311-3/+0
* saver.c: fix unused variable warningsUlrich Sibiller2016-10-301-7/+0
* xcmisc.c: remove HAVE_STDINTUlrich Sibiller2016-10-201-4/+0
* security.c: fix compiler warningsUlrich Sibiller2016-10-201-2/+1
* rename xf86bigfstr.h to xf86bigfproto.hUlrich Sibiller2016-10-191-1/+1
* VCS info lines: Remove ancient X.org / XFree86 VCS info line from code files.Mike Gabriel2016-07-0632-54/+0
* Per-file copyright notices: Update copyright information in file headers that...Mike Gabriel2016-07-062-36/+41
* remove unreferenced NEED_EVENTS/NEED_REPLIESUlrich Sibiller2016-07-0513-25/+0
* Remove unneccesary casts from WriteToClient callsAlan Coopersmith2016-07-0515-87/+87
* Set event sequence number in WriteEventsToClient instead of at callers.Jamey Sharp2016-07-056-18/+3