aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * nxcomp/src/Loop.cpp: Drop duplicate prototypes (which already exist in Misc.h).Mike Gabriel2017-07-261-7/+2
| * nxcomp/src/Proxy.cpp: Fix index usage of nested loops.Mike Gabriel2017-07-261-5/+5
| * nxcomp/src/Loop.cpp: Avoid duplicate usage of proxyFD (global variable) and *...Mike Gabriel2017-07-261-19/+19
| * nxcomp: Trivially fix local variables shadowing variables of same name from h...Mike Gabriel2017-07-264-77/+77
| * debian/rules: Drop override_dh_clean target. Not required anymore, as configu...Mike Gabriel2017-07-261-4/+0
| * nxcomp/configure.ac,m4/nx-macros.m4,nxcomp/src/Socket.h: Use AC_CHECK_TYPES t...Mike Gabriel2017-07-263-18/+11
| * nxcomp/configure.ac: Re-add previously available configure options --with-val...Mike Gabriel2017-07-261-0/+14
| * nxcomp: Switch to autoreconf.Mike Gabriel2017-07-26247-1044/+735
|/
* Merge branch 'uli42-pr/cmdline' into 3.6.xMike Gabriel2017-07-253-30/+47
|\
| * treat options parameter as option string if it starts with nx/nxUlrich Sibiller2017-07-251-1/+16
| * rename nxagentOptionFile to nxagentOptionsFilenameUlrich Sibiller2017-07-242-15/+15
| * pass filename as parameter to nxagentProcessOptionsFile()Ulrich Sibiller2017-07-233-16/+18
|/
* Merge branch 'uli42-pr/fix_keystroke_files' into 3.6.xMike Gabriel2017-07-171-52/+35
|\
| * Improve keystroke file handlingUlrich Sibiller2017-07-161-52/+35
|/
* debian/control: Add B-D: libtool (required for Debian jessie, Ubuntu trusty a...Mike Gabriel2017-07-141-0/+1
* debian/copyright: White-space cleanup.Mike Gabriel2017-07-141-21/+21
* debian/control: Process with wrap-and-sort -s.Mike Gabriel2017-07-141-199/+152
* Merge branch 'sunweaver-pr/nxcompshad-autoreconf' into 3.6.xMihai Moldovan2017-07-1437-864/+254
|\
| * nxcompshad: Rewrite Logger class methods to properly take advantage of the 'g...Mike Gabriel2017-07-132-8/+20
| * nxcompshad: Prototype for NXShadowResetOptions() missing. Export it as public...Mike Gabriel2017-07-131-0/+2
| * nxcompshad/src/Shadow.cpp: Drop duplicate prototype for NXShadowRemoveAllUpda...Mike Gabriel2017-07-131-2/+0
| * nxcompshad/src/Core.cpp: Don't redeclare (and shadow) curLine. Use curWorkLin...Mike Gabriel2017-07-131-21/+21
| * nxcompshad/src/Regions.h: Avoid warning: ‘typedef’ was ignored in this de...Mike Gabriel2017-07-131-1/+1
| * nxcompshad: Switch to autoreconf.Mike Gabriel2017-07-1337-832/+210
|/
* debian/control: Add B-D: automake (required for Debian jessie, Ubuntu trusty ...Mike Gabriel2017-07-131-0/+1
* nxproxy/configure.ac: Have AC_LANG before NX_COMPILER_BRAND. Thanks to Ionic ...Mike Gabriel2017-07-131-1/+1
* Merge branch 'sunweaver-pr/nxproxy-autoreconf' into 3.6.xMihai Moldovan2017-07-1215-588/+425
|\
| * debian/rules: Drop redundant --with-symbols configure option, '-g' already ge...Mike Gabriel2017-07-121-1/+1
| * nxproxy: Switch to autoreconf.Mike Gabriel2017-07-1214-588/+106
| * m4/nx-macros.m4: Add autotools macros derived from X.org and nxcomp* configur...Mike Gabriel2017-07-122-0/+319
|/
* make-changelog.sh: Drop obviously not needed '--since 1970' option from 'git ...Mike Gabriel2017-07-121-1/+1
* Merge branch 'sunweaver-pr/report-window-ids' into 3.6.xMike Gabriel2017-07-125-8/+55
|\
| * Report Xlib-side window IDs to session.log in machine readable form. This fea...Mike Gabriel2017-07-055-8/+55
|/
* nxagent man page: Fix layout near -nxrealwindowprop option.Mike Gabriel2017-07-041-0/+1
* Mesa.patches: Disable 4001_Fix-non-working-GLX-in-64bit-Xorg-7.0.patch. It pa...Mike Gabriel2017-06-301-1/+1
* roll-tarballs.sh: Remove even more files from nx-X11/extras/Mesa/. This roll-...Mike Gabriel2017-06-301-1/+24
* release 3.5.99.83.5.99.8Mike Gabriel2017-06-307-15/+241
* Merge branch 'sunweaver-pr/mese-quilt-without-quilt' into 3.6.xMihai Moldovan2017-06-303-12/+123
|\
| * README.Mesa.patches: Define some rules for patch naming and numbering scheme.Mike Gabriel2017-06-301-0/+31
| * mesa-quilt: Provide a fallback patching method on systems where pulling quilt...Mike Gabriel2017-06-301-12/+79
| * nx-libs.spec: Use mesa-quilt with Fedora builds, but rely on fallback mode in...Mike Gabriel2017-06-301-0/+13
|/
* Merge branch 'sunweaver-pr/browser-scrolling-improvements' into 3.6.xMihai Moldovan2017-06-301-2/+2
|\
| * nxcomp: Set TokenSize to 1536 for link type ADSL and WAN. Improving non-xrend...Oleksandr Shneyder2017-06-301-2/+2
|/
* Merge branch 'sunweaver-pr/nx-real-wid' into 3.6.xMike Gabriel2017-06-305-0/+50
|\
| * hw/nxagent/Window.c: Introduce NX_REAL_WINDOW window property.Mike Gabriel2017-06-304-0/+45
| * hw/nxagnet/Atoms.c: In DEBUG mode, we need validateString() which is not stat...Mike Gabriel2017-06-301-0/+5
|/
* Merge branch 'sunweaver-pr/fix-ftbfs-on-hppa' into 3.6.xMihai Moldovan2017-06-288-297/+47
|\
| * debian/patches: Update 016_nx-X11_install-location.debian.patch (line numbers...Mike Gabriel2017-06-281-2/+2
| * Fix FTBFS on Linux based HP-PARisc 32-bit systems. Thanks to John Paul Adrian...Mike Gabriel2017-06-286-2/+39
| * dix: Remove arch awareness from servermd.h (X.org v2, nx-libs v4)Adam Jackson2017-06-281-293/+6
|/