aboutsummaryrefslogtreecommitdiff
path: root/nx-X11
Commit message (Expand)AuthorAgeFilesLines
* Xserver: Support building against libXfont2 (v2) API and old libXfont(1) API ...Mike Gabriel2017-04-1023-20/+621
* SetFontPath: set client->errorValue on failure.Jamey Sharp2017-04-104-12/+7
* dix: pass a valid ClientPtr to SetFontPath in all cases.Eamon Walsh2017-04-101-1/+1
* hw/nxagent/BitmapUtils.c: Derive from utilbitmap.c in deprecated libXfont1 an...Mike Gabriel2017-04-104-10/+130
* dix: Move InitFonts up above screen initializationMike Gabriel2017-04-102-2/+3
* Xserver/Imakefile: Improve readability by introducing the NULL variable and a...Mike Gabriel2017-04-101-14/+49
* Revert "regression fix for 52872a0: Keep index parameter in AddScreen() for n...Mike Gabriel2017-04-101-3/+2
* xserver: remove index from CloseScreen (API/ABI breakage)Dave Airlie2017-04-1028-66/+54
* NXpicturestr_PictSolidFill.h: Drop file and revert db8705. Not an issue anymo...Mike Gabriel2017-04-064-82/+5
* record: avoid crash when calling RecordFlushReplyBuffer recursivelyErkki Seppälä2017-04-061-1/+5
* 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