aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Merge branch 'sunweaver-pr/fix-ftbfs-on-aarch64' into 3.6.xMihai Moldovan2017-04-131-1/+1
| |\
| | * 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-117-2051/+3235
| * debian/patches: Update 016_nx-X11_install-location.debian.patch (due to fuzzi...Mike Gabriel2017-04-101-2/+2
| * Regression fix for added libXfont2 API support:Mike Gabriel2017-04-109-24/+14
| * Merge branch 'sunweaver-pr/createpixmap-alloc-hints-abi-change' into 3.6.xMihai Moldovan2017-04-1034-61/+109
| |\
| | * 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
| |/
| * Merge branch 'sunweaver-pr/switch-to-libXfont2-API' into 3.6.xMihai Moldovan2017-04-1029-56/+821
| |\
| | * nx-libs.spec: Prefer libXfont2-devel on RPM distro versions that have it.~Mike Gabriel2017-04-101-0/+8
| | * debian/control: Use B-D libxfont-dev only. Follow libXfont2 transition on Deb...Mike Gabriel2017-04-101-1/+1
| | * Makefile: Tell Xserver build which Xfont API to use (v2 or v1) depending on w...Mike Gabriel2017-04-101-1/+6
| | * 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
| * Merge branch 'sunweaver-pr/remove-index-from-CloseScreen-ABI-backport' into 3...Mihai Moldovan2017-04-1028-66/+54
| |\
| | * xserver: remove index from CloseScreen (API/ABI breakage)Dave Airlie2017-04-1028-66/+54
| |/
| * Merge remote-tracking branch 'sunweaver-pr/pr/nxproxy-read-from-stdin' into 3...Vadim Troshchinskiy2017-04-072-14/+65
| |\
| | * nxproxy: Support communication over stdin. Allow nxcl to use standard ssh ins...Bernard Cafarelli2017-04-071-13/+64
| | * nxcomp/Loop.cpp: Fix server/client mode info cerr printing in PrintProcessInf...Mike Gabriel2017-04-071-1/+1
| |/
| * Merge branch 'sunweaver-pr/drop-render-fullcolor-workaround' into 3.6.xMike Gabriel2017-04-074-82/+5
| |\
| | * 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
| * Merge branch 'sunweaver-pr/mesa-patching-with-quilt' into 3.6.xMihai Moldovan2017-04-062-0/+37
| |\
| | * Mesa subtree: Add quilt based patch system for bundled Mesa.Mike Gabriel2017-04-052-0/+37
| |/
| * roll-tarball.sh: Fix ChangeLog creation, always create ChangeLog for the CHEC...Mike Gabriel2017-04-051-1/+1
| * Merge branch 'uli42-pr/cleanup_keystroke' into 3.6.xMike Gabriel2017-04-0310-203/+317
| |\
| | * Keystrokes: rename left/up/right/down keystrokes to descriptive namesUlrich Sibiller2017-04-035-64/+64
| | * doc: rework keystroke documentationUlrich Sibiller2017-04-031-43/+50
| | * doc: document debugging keystrokesUlrich Sibiller2017-04-032-6/+27
| | * keystrokes.cfg: remove debug keystrokesUlrich Sibiller2017-04-031-4/+0
| | * 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
| | * keystrokes.cfg: add missing keystrokesUlrich Sibiller2017-04-031-0/+12
| | * 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
| |/