aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* m4/nx-macros.m4: Add NX_STRICT_OPTION and NX_DEFAULT_OPTIONS macros (borrowed...Mike Gabriel2017-08-111-0/+56
* Merge branch 'uli42-pr/versionprop' into 3.6.xMike Gabriel2017-08-113-0/+29
|\
| * Set NX_AGENT_VERSION property for root windowUlrich Sibiller2017-08-103-0/+29
|/
* nxcomp/configure.ac: fix copy-and-paste typo (nxcompshad.pc.)Mihai Moldovan2017-08-091-1/+1
* nxcomp/configure.ac: we don't need to specify empty optional parameters.Mihai Moldovan2017-08-091-2/+2
* Merge branch 'sunweaver-pr/find-libjpeg-without-pkgconfig' into 3.6.xMihai Moldovan2017-08-092-4/+22
|\
| * nxcomp/configure.ac: Don't rely on pkg-config alone when it comes to testing ...Mike Gabriel2017-08-082-4/+22
|/
* nxproxy/src/Makefile.am: Actually define nxproxy_CFLAGS, so the various compi...Mike Gabriel2017-08-021-0/+4
* Merge branch 'sunweaver-pr/fix-multi-trapez-requests' into 3.6.xMike Gabriel2017-07-311-14/+1
|\
| * Render.c: Improve situation for multiple trapezoid requests.Oleksandr Shneyder2017-07-311-14/+1
|/
* Merge branch 'sunweaver-pr/nxcomp-autoreconf' into 3.6.xMihai Moldovan2017-07-26248-1218/+904
|\
| * nxcomp: Add __attribute__((noreturn)) to more functions where appropriate.Mike Gabriel2017-07-263-4/+4
| * nxcomp/src/Loop.cpp: Don't mix using global proxyFD and a local p(roxy)FD var...Mike Gabriel2017-07-261-16/+16
| * nxcomp/src/Loop.cpp: Don't use global variables as function paramters in hand...Mike Gabriel2017-07-261-4/+4
| * nxcomp/src/Loop.cpp: Drop global variable diffTs, declare it in every funtion...Mike Gabriel2017-07-261-5/+2
| * nxcomp/src/Transport.cpp: Don't redeclare local variable if it can be reused.Mike Gabriel2017-07-261-1/+1
| * nxcomp/src/Loop.cpp: Don't reuse global variable names as function parameters...Mike Gabriel2017-07-261-18/+18
| * nxcomp/src/Loop.cpp: Rename local variable 'handler' to 'signalHandler'.Mike Gabriel2017-07-262-5/+5
| * 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
|\