aboutsummaryrefslogtreecommitdiff
path: root/nx-X11
Commit message (Expand)AuthorAgeFilesLines
* Keystrokes: rename left/up/right/down keystrokes to descriptive namesUlrich Sibiller2017-04-033-48/+49
* Keystroke.c: move some vars to inner scopeUlrich Sibiller2017-04-031-5/+2
* Init keystrokes at startup and reconnectUlrich Sibiller2017-04-034-9/+12
* Keystroke.c: avoid use of comparisons on "False"Ulrich Sibiller2017-04-031-21/+13
* Keystroke.c: use Booleans where appropriateUlrich Sibiller2017-04-031-13/+13
* Keystroke.h: improve parse_keystroke_file()Ulrich Sibiller2017-04-031-35/+44
* Keystroke.c: introduce nxagentDumpKeystrokes()Ulrich Sibiller2017-04-032-0/+35
* Keystroke.c/h: completely disable keystrokes that are not active at compile timeUlrich Sibiller2017-04-032-10/+27
* Keystroke.h: auto-enum keystrokesUlrich Sibiller2017-04-031-26/+25
* Keystroke.h/Keyboard.h: cleanup mask variablesUlrich Sibiller2017-04-032-2/+3
* Keystroke.c: detect duplicate keystroke definitionsUlrich Sibiller2017-04-031-0/+23
* Keystroke.c: use KEYSTROKE_NOTHINGUlrich Sibiller2017-04-031-3/+3
* Args.c: add two missing options to help messageUlrich Sibiller2017-04-031-0/+2
* xinerama: Swap the response in RRXineramaWriteMonitorMichal Srb2017-04-031-0/+7
* regression fix for 52872a0: Keep index parameter in AddScreen() for now. Requ...Mike Gabriel2017-03-271-2/+3
* _XDefaultError: set XlibDisplayIOError flag before calling exitArthur Huillet2017-03-261-0/+10
* Fix wrong Xfree in XListFonts failure pathJulien Cristau2017-03-261-2/+4
* dix: Remove insane BC hacksMike Gabriel2017-03-241-12/+1
* Move AddScreen() comment where it actually belongs. Should be done in X.org, ...Mike Gabriel2017-03-241-0/+7
* dix: Move AddScreen() over into dispatch.c and introduce init_screen()Mike Gabriel2017-03-242-215/+214
* os: Remove the useless -x optionAdam Jackson2017-03-212-13/+0
* os: FatalError if -displayfd writes fail AND Clear the -displayfd option afte...Keith Packard2017-03-211-2/+6
* Use unique logfile names when starting server with -displayfdAlan Coopersmith2017-03-213-29/+100
* os: -displayfd should check ports up to 65535Jon TURNEY2017-03-211-1/+1
* os: Use NotifyFd interface for listen descriptorsKeith Packard2017-03-213-74/+53
* Handle -displayfd and an explicit display number sensiblyJon TURNEY2017-03-214-8/+9
* Xserver/os/utils.c: Add NXAGENT_SERVER specific -nolisten parameter: ANY.Mike Gabriel2017-03-212-0/+6
* os: Add a mechanism to prevent creating any listen socketsKristian Høgsberg2017-03-213-5/+9
* os: Add -displayfd optionChase Douglas2017-03-215-26/+69
* os: Use NotifyFd for ErrorConnMaxKeith Packard2017-03-212-18/+19
* Move SIGUSR1 notification as late as possible.Adam Jackson2017-03-213-38/+53
* dix: Extend initial connection handshake for forwarding proxiesAdam Jackson2017-03-212-8/+14
* dix: Pull client-is-local flag up to the ClientRecAdam Jackson2017-03-216-14/+5
* os: always check if client is local when connection is acceptedPauli Nieminen2017-03-213-3/+19
* os: Add facilities for client ID tracking.Rami Ylimäki2017-03-218-0/+485
* dix/os: backport various signal handling and smart scheduler changes from X.orgMike Gabriel2017-03-2113-152/+159
* dix/os: Merge priority computation into SmartScheduleClientKeith Packard2017-03-212-48/+18
* os: Fix a memory leakPauli Nieminen2017-03-211-4/+6
* Rework local client id finding code to be more uniformAlan Coopersmith2017-03-214-69/+160
* AUDIT messages should contain uid for local accesses (X.org bug #1997)Alan Coopersmith2017-03-211-5/+16
* LBX clean-up: Drop forgotten passage in Xserver/os/connection.c.Mike Gabriel2017-03-211-4/+0
* Xserver/os/: Drop not-used-anymore MNX_TCPCONN macro.Mike Gabriel2017-03-212-10/+9
* Xserver/os/Imakefile: Introduce the NULL variable and line-wrap various varia...Mike Gabriel2017-03-211-32/+91
* Don't crash on unconfigured interfaces. (X.org bug #5218, Andrei Barbu)Adam Jackson2017-03-201-0/+2
* Set padding bytes to 0 in WriteToClientAlan Coopersmith2017-03-201-1/+5
* os: Return BadLength instead of disconnecting BigReq clients (#4565)Aaron Plattner2017-03-202-3/+41
* Fix overflow of ConnectionOutput->size and ->countPeter Harris2017-03-201-3/+4
* dix: Pass ClientPtr to FlushCallbackMichel Dänzer2017-03-202-3/+6
* Xserver/os/io.c: Bail out early from FlushClient if nothing needs to be written.Keith Packard2017-03-191-0/+4
* os: Immediately queue initial WriteToClientChris Wilson2017-03-191-1/+1