aboutsummaryrefslogtreecommitdiff
path: root/nx-X11
Commit message (Expand)AuthorAgeFilesLines
* nx-X11/config/cf/gnu*: Re-introduce GNU/Hurd support to the nx-X11 buildflow.Mike Gabriel2017-05-043-0/+361
* remove _X_DEPRECATED for XKeycodeToKeysymUlrich Sibiller2017-05-041-1/+4
* Revert "Switch from using libNX_X11's deprecated XKeycodeToKeysym() function ...Ulrich Sibiller2017-05-042-26/+8
* Xserver/Imakefile: Drop redundant library path option -L../../../nx-X11/expor...Mike Gabriel2017-04-211-3/+0
* Xserver/Imakefile: Change order of linker options, so that self-built compone...Mike Gabriel2017-04-211-1/+1
* hw/nxagent/Dialog.c: Drop unused dialog for DIALOG_DISABLE_XKB_LOCAL.Mike Gabriel2017-04-212-41/+1
* Revert "NXpicturestr_PictSolidFill.h: Drop file and revert db8705. Not an iss...Mike Gabriel2017-04-214-5/+82
* nx-X11/programs/Xserver/os/connection.c: compact display autodetection code.Mihai Moldovan2017-04-201-4/+2
* man/nxagent.1: Document the nxagent specific usage pattern of the displayfd c...Mike Gabriel2017-04-201-2/+17
* Xserver/os/connection.c: If -displayfd and an explicit display port number ar...Mike Gabriel2017-04-201-0/+11
* Xserver/os/connection.c: Accompany display number with some human-readable (m...Mike Gabriel2017-04-201-0/+9
* nxagent.1: some more rephrasingUlrich Sibiller2017-04-201-6/+6
* nxagent.1: fix: "tolerancechecks" was documented as "reconnectchecks"Ulrich Sibiller2017-04-201-2/+2
* nxagent.1: highlight nxagentUlrich Sibiller2017-04-201-17/+17
* nxagent.1: use nxagent everywhereUlrich Sibiller2017-04-201-13/+13
* nxagent.1: rephrase descriptionUlrich Sibiller2017-04-201-2/+3
* nxagent.1: add -options, previously undocumentedUlrich Sibiller2017-04-201-3/+15
* nxagent.1: fix typoUlrich Sibiller2017-04-201-1/+1
* nxagent.1: remove no longer existing -co option from manpageUlrich Sibiller2017-04-201-4/+0
* Xserver/GL/glx/glxext.c: Fix for previous commit, re-adding a comment starter...Mike Gabriel2017-04-191-0/+1
* Clearing comments from $XFree86$ (et al.) header lines.Mike Gabriel2017-04-1962-103/+1
* Xserver: Build nxagent with MIT-SCREEN-SAVER extension enabled.Mike Gabriel2017-04-131-1/+1
* Mesa.patches: Define USE_IEEE for __aarch64__ and __mc68000__, as well.Mike Gabriel2017-04-132-0/+17
* nx-X11/config/cf: Clean-up left-overs from having our own libNX_Xext shared l...Mike Gabriel2017-04-132-3/+0
* nx-X11/config/cf/linux.cf: Fix FTBFS on Linux SPARC64 due to missing -D_XSERV...Mike Gabriel2017-04-131-1/+2
* nx-X11/config/cf/linux.cf: Fix FTBFS on arm64 (aarch64) due to missing -D_XSE...Mike Gabriel2017-04-121-1/+1
* release 3.5.99.53.5.99.5Mike Gabriel2017-04-111-1/+1
* Regression fix for added libXfont2 API support:Mike Gabriel2017-04-108-23/+13
* hw/nxagent/Pixmap.c et al.: Propagate usage_hint through nxagentCreatePixmap,...Mike Gabriel2017-04-105-17/+24
* Mesa.patches: Adapt Mesa to CreatePixmap allocation hint ABI bump.Mike Gabriel2017-04-102-0/+14
* Save pixmap allocation hints into the PixmapRec.Aaron Plattner2017-04-104-3/+7
* Add CreatePixmap allocation hints.Aaron Plattner2017-04-1026-42/+65
* 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