aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/dix/main.c
Commit message (Expand)AuthorAgeFilesLines
* Lift dix to xorg-xserver-1.3.0.0 stateUlrich Sibiller2018-02-261-0/+1
* Lift dix to xorg-xserver-7.1/1.1.0 stateUlrich Sibiller2018-02-261-1/+1
* Xext: lift DPMS extension to xorg-xserver-7.1/1.1 stateUlrich Sibiller2018-02-071-6/+0
* Xserver: Support building against libXfont2 (v2) API and old libXfont(1) API ...Mike Gabriel2017-04-101-0/+10
* SetFontPath: set client->errorValue on failure.Jamey Sharp2017-04-101-1/+1
* dix: pass a valid ClientPtr to SetFontPath in all cases.Eamon Walsh2017-04-101-1/+1
* dix: Move InitFonts up above screen initializationMike Gabriel2017-04-101-2/+1
* xserver: remove index from CloseScreen (API/ABI breakage)Dave Airlie2017-04-101-1/+1
* dix: Remove insane BC hacksMike Gabriel2017-03-241-12/+1
* dix: Move AddScreen() over into dispatch.c and introduce init_screen()Mike Gabriel2017-03-241-215/+2
* Move SIGUSR1 notification as late as possible.Adam Jackson2017-03-211-0/+2
* os: Add facilities for client ID tracking.Rami Ylimäki2017-03-211-0/+3
* Xserver/dix/main.c: ErrorF requires a string to end with an EOL char.Mike Gabriel2017-02-271-1/+1
* VCS info lines: Remove ancient X.org / XFree86 VCS info line from code files.Mike Gabriel2016-07-061-3/+0
* remove unreferenced NEED_EVENTS/NEED_REPLIESUlrich Sibiller2016-07-051-1/+0
* nx-X11/programs/Xserver: Drop {X,x}calloc() macros, use calloc() instead.Mike Gabriel2016-07-021-2/+2
* nx-X11/programs/Xserver: Drop {X,x}realloc() macros, use realloc() instead.Mike Gabriel2016-07-021-1/+1
* nx-X11/programs/Xserver: Drop {X,x}alloc() macros, use malloc() instead.Mike Gabriel2016-07-021-3/+3
* nx-X11/programs/Xserver: Drop {X,x}free() macros, use free() instead.Mike Gabriel2016-07-021-9/+9
* Move each screen's root-window pointer into ScreenRec.Mike Gabriel2016-06-211-10/+8
* Centralize declaration of ConnectionInfo.Mike Gabriel2016-06-211-1/+0
* Clear header file namespace separation (<X11/...> vs. <nx-X11/...>).Mike Gabriel2015-12-281-4/+4
* Replace 'pointer' type with 'void *'Keith Packard2015-12-281-1/+1
* Backport: xserver: Avoid sending uninitialized padding data over the networkPeter Åstrand2015-07-021-0/+4
* imake cleanup: Drop all references to XprtServer and BuildXprint*.Mike Gabriel2015-04-041-9/+0
* Imported nx-X11-3.1.0-1.tar.gznx-X11/3.1.0-1Reinhard Tartler2011-10-101-0/+800