aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/include
Commit message (Expand)AuthorAgeFilesLines
* Remove unneccesary casts from WriteToClient callsAlan Coopersmith2016-07-051-2/+2
* Make WriteToClient take a const void * like any decent IO write function.Kristian Høgsberg2016-07-051-2/+2
* Xserver/os/log.c: Make sure strlcpy is defined in log.c. Immitate what is don...Mike Gabriel2016-07-051-0/+7
* Use internal temp variable for swap macros. Make swaps/swapl type safe (intro...Mike Gabriel2016-07-041-21/+96
* os: Remove deprecated malloc/free wrappers, clean {X,XNF}{alloc,calloc,reallo...Mike Gabriel2016-07-021-13/+1
* nx-X11/programs/Xserver: Drop {X,x}alloc() macros, use malloc() instead.Mike Gabriel2016-07-021-1/+1
* nx-X11/programs/Xserver: Drop {X,x}free() macros, use free() instead.Mike Gabriel2016-07-021-1/+1
* Xserver/include/protocol-versions.h: Switch to having an Xserver-specific hea...Mike Gabriel2016-07-021-0/+182
* nxagent Xserver: Drop Kerberos code. Not used in nxagent.Mike Gabriel2016-07-011-4/+0
* dix/randr: add a hooks into screen to (a) replace scanout pixmap and (b) for ...Mike Gabriel2016-06-211-0/+13
* include: add version_compare helper functionMike Gabriel2016-06-211-0/+23
* Move each screen's root-window pointer into ScreenRec.Mike Gabriel2016-06-212-1/+1
* Centralize declaration of ConnectionInfo.Mike Gabriel2016-06-211-0/+1
* noRRXineramaExtension: Make Boolean configurable via new cmdline switch (+|-r...Mike Gabriel2016-06-211-0/+1
* XFreeXDGA: Drop all Xserver code blocks that relate to removed XFreeXDGA exte...Mike Gabriel2016-06-011-4/+0
* XF86MISC: Drop all Xserver code blocks that relate to removed XF86MISC extens...Mike Gabriel2016-06-011-4/+0
* MITMISC: Drop all Xserver code blocks that relate to removed MITMISC extension.Mike Gabriel2016-06-011-4/+0
* XF86VIDMODE: Drop all Xserver code blocks that relate to removed XF86VIDMODE ...Mike Gabriel2016-06-011-4/+0
* MULTIBUFFER: Drop all Xserver code blocks that relate to removed MULTIBUFFER ...Mike Gabriel2016-06-011-4/+0
* LBX: Drop all Xserver code blocks that relate to removed LBX extension.Mike Gabriel2016-06-016-41/+0
* EVI: Drop all Xserver code blocks that relate to removed EVI extension.Mike Gabriel2016-06-011-4/+0
* FONTCACHE: Drop all Xserver code blocks that relate to removed FONTCACHE exte...Mike Gabriel2016-06-011-4/+0
* XEVIE: Drop all Xserver code blocks that relate to removed XEVIE extension.Mike Gabriel2016-06-013-11/+0
* TOGCUP: Drop all Xserver code blocks that relate to removed TOGCUP extension.Mike Gabriel2016-06-011-4/+0
* XAPPGROUP: Drop all Xserver code blocks that relate to removed XAPPGROUP exte...Mike Gabriel2016-06-012-7/+0
* nx-X11/programs/Xserver/{dix/{colormap.c,window.c},hw/nxagent/NXwindow.c,incl...Mihai Moldovan2016-05-253-1/+36
* Adapt API for MakeAtom() and CopyISOLatin1Lowered to latest changes in X.org.Mike Gabriel2016-05-021-3/+3
* Add REGION_ macros for source compatibility with existing drivers.Mike Gabriel2016-05-021-0/+39
* Change region implementation names to eliminate the 'mi' prefixMike Gabriel2016-05-021-30/+30
* pixman-devel: Build against shared library pkg-config(pixman-1).Mike Gabriel2016-05-021-0/+4
* Change region implementation from macros to inline functions.Mike Gabriel2016-05-023-224/+183
* Rename region macros to eliminate screen argumentMike Gabriel2016-05-021-57/+57
* Xserver globals.h: Make PanoramiXExtensionDisabledHack globally available.Mike Gabriel2015-12-301-0/+1
* pointer typedef in Xdefs.h: also catch Xdefs.h include in include/misc.h, mak...Mike Gabriel2015-12-282-6/+17
* pointer typedef in Xdefs.h: Define pointer type for building against older Xl...Mike Gabriel2015-12-281-2/+8
* Clear header file namespace separation (<X11/...> vs. <nx-X11/...>).Mike Gabriel2015-12-2815-24/+24
* Replace 'pointer' type with 'void *'Keith Packard2015-12-2823-120/+131
* nx-X11/config/cf: Drop unnecessary xf86site.def, xf86.tmpl, xfree86.cf.Mike Gabriel2015-06-211-1/+1
* include: introduce byte counting functions.Peter Hutterer2015-02-171-0/+30
* Xi: unvalidated lengths in Xinput extension [CVE-2014-8095]Alan Coopersmith2015-02-141-0/+4
* dix: integer overflow in REQUEST_FIXED_SIZE() [CVE-2014-8092 4/4]Alan Coopersmith2015-02-141-1/+4
* dix: integer overflow in RegionSizeof() [CVE-2014-8092 3/4]Alan Coopersmith2015-02-141-3/+7
* Provide build support for aarch64 architecture (606_nx-X11_build-on-aarch64.f...Orion Poplawski2015-02-131-0/+22
* drop .original files from the current code baseMike Gabriel2015-02-022-469/+0
* Imported nx-X11-3.1.0-1.tar.gznx-X11/3.1.0-1Reinhard Tartler2011-10-1049-0/+9641