Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | m4/nx-macros.m4: Add NX_STRICT_OPTION and NX_DEFAULT_OPTIONS macros ↵ | Mike Gabriel | 2017-08-11 | 1 | -0/+56 |
| | | | | (borrowed from X.org's xorg-macros.m4). | ||||
* | Merge branch 'uli42-pr/versionprop' into 3.6.x | Mike Gabriel | 2017-08-11 | 3 | -0/+29 |
|\ | | | | | | | Attributes GH PR #501: https://github.com/ArcticaProject/nx-libs/pull/501 | ||||
| * | Set NX_AGENT_VERSION property for root window | Ulrich Sibiller | 2017-08-10 | 3 | -0/+29 |
|/ | | | | Fixes ArcticaProject/nx-libs#500 | ||||
* | nxcomp/configure.ac: fix copy-and-paste typo (nxcompshad.pc.) | Mihai Moldovan | 2017-08-09 | 1 | -1/+1 |
| | |||||
* | nxcomp/configure.ac: we don't need to specify empty optional parameters. | Mihai Moldovan | 2017-08-09 | 1 | -2/+2 |
| | |||||
* | Merge branch 'sunweaver-pr/find-libjpeg-without-pkgconfig' into 3.6.x | Mihai Moldovan | 2017-08-09 | 2 | -4/+22 |
|\ | | | | | | | Attributes GH PR #499: https://github.com/ArcticaProject/nx-libs/pull/499 | ||||
| * | nxcomp/configure.ac: Don't rely on pkg-config alone when it comes to testing ↵ | Mike Gabriel | 2017-08-08 | 2 | -4/+22 |
|/ | | | | | | | | | | for presence of libjpeg shared lib and header files. Especially systems still using the IJG libjpeg implementation are likely to lack the libjpeg.pc file. . So this adds some alternative way of detecting if all libjpeg related build-dependencies are in place. | ||||
* | nxproxy/src/Makefile.am: Actually define nxproxy_CFLAGS, so the various ↵ | Mike Gabriel | 2017-08-02 | 1 | -0/+4 |
| | | | | compiler warning flags get enabled at build time of nxproxy. | ||||
* | Merge branch 'sunweaver-pr/fix-multi-trapez-requests' into 3.6.x | Mike Gabriel | 2017-07-31 | 1 | -14/+1 |
|\ | | | | | | | Attributes GH PR #496: https://github.com/ArcticaProject/nx-libs/pull/496 | ||||
| * | Render.c: Improve situation for multiple trapezoid requests. | Oleksandr Shneyder | 2017-07-31 | 1 | -14/+1 |
|/ | | | | | | | | | | | | | | | | | | | This change improves the situation in nxagent for the following issue: ``` "XRenderCompositeTrapezoids builds RenderTrapezoids requests to composite the specified list of trapezoids to dst. XRenderCompositeTrapezoids will split the list of trapezoids to build requests no larger than the maximum request size supported by the server. This can create rendering artifacts as the precompositing done by RenderTrapezoids when a maskFormat is specified cannot span multiple requests." ``` For more information see: https://lists.freedesktop.org/archives/xorg/2008-June/036124.html Fixes ArcticaProject/nx-libs#336. | ||||
* | Merge branch 'sunweaver-pr/nxcomp-autoreconf' into 3.6.x | Mihai Moldovan | 2017-07-26 | 248 | -1218/+904 |
|\ | | | | | | | Attributes GH PR #480: https://github.com/ArcticaProject/nx-libs/pull/480 | ||||
| * | nxcomp: Add __attribute__((noreturn)) to more functions where appropriate. | Mike Gabriel | 2017-07-26 | 3 | -4/+4 |
| | | |||||
| * | nxcomp/src/Loop.cpp: Don't mix using global proxyFD and a local p(roxy)FD ↵ | Mike Gabriel | 2017-07-26 | 1 | -16/+16 |
| | | | | | | | | variable (in WaitForRemote() and ConnectToRemote()). Rename local variable name. | ||||
| * | nxcomp/src/Loop.cpp: Don't use global variables as function paramters in ↵ | Mike Gabriel | 2017-07-26 | 1 | -4/+4 |
| | | | | | | | | handleLogReopenInLoop(). | ||||
| * | nxcomp/src/Loop.cpp: Drop global variable diffTs, declare it in every ↵ | Mike Gabriel | 2017-07-26 | 1 | -5/+2 |
| | | | | | | | | funtion where it is needed. | ||||
| * | nxcomp/src/Transport.cpp: Don't redeclare local variable if it can be reused. | Mike Gabriel | 2017-07-26 | 1 | -1/+1 |
| | | |||||
| * | nxcomp/src/Loop.cpp: Don't reuse global variable names as function ↵ | Mike Gabriel | 2017-07-26 | 1 | -18/+18 |
| | | | | | | | | parameters in SetupDisplaySocket(). | ||||
| * | nxcomp/src/Loop.cpp: Rename local variable 'handler' to 'signalHandler'. | Mike Gabriel | 2017-07-26 | 2 | -5/+5 |
| | | |||||
| * | nxcomp/src/Loop.cpp: Drop duplicate prototypes (which already exist in Misc.h). | Mike Gabriel | 2017-07-26 | 1 | -7/+2 |
| | | |||||
| * | nxcomp/src/Proxy.cpp: Fix index usage of nested loops. | Mike Gabriel | 2017-07-26 | 1 | -5/+5 |
| | | |||||
| * | nxcomp/src/Loop.cpp: Avoid duplicate usage of proxyFD (global variable) and ↵ | Mike Gabriel | 2017-07-26 | 1 | -19/+19 |
| | | | | | | | | *proxyFD (function parameter). | ||||
| * | nxcomp: Trivially fix local variables shadowing variables of same name from ↵ | Mike Gabriel | 2017-07-26 | 4 | -77/+77 |
| | | | | | | | | higher scope. | ||||
| * | debian/rules: Drop override_dh_clean target. Not required anymore, as ↵ | Mike Gabriel | 2017-07-26 | 1 | -4/+0 |
| | | | | | | | | configure files get removed correctly now. | ||||
| * | nxcomp/configure.ac,m4/nx-macros.m4,nxcomp/src/Socket.h: Use AC_CHECK_TYPES ↵ | Mike Gabriel | 2017-07-26 | 3 | -18/+11 |
| | | | | | | | | to detect if type 'in_addr_t' is available. | ||||
| * | nxcomp/configure.ac: Re-add previously available configure options ↵ | Mike Gabriel | 2017-07-26 | 1 | -0/+14 |
| | | | | | | | | --with-valgrind and --with-info as renamed options --enable-valgrind and --enable-debug. | ||||
| * | nxcomp: Switch to autoreconf. | Mike Gabriel | 2017-07-26 | 247 | -1044/+735 |
|/ | |||||
* | Merge branch 'uli42-pr/cmdline' into 3.6.x | Mike Gabriel | 2017-07-25 | 3 | -30/+47 |
|\ | | | | | | | Attributes GH PR #484: https://github.com/ArcticaProject/nx-libs/pull/484 | ||||
| * | treat options parameter as option string if it starts with nx/nx | Ulrich Sibiller | 2017-07-25 | 1 | -1/+16 |
| | | | | | | | | | | | | | | | | | | | | This way one can easily pass options to nxagent run as Xnest replacement without having to create a temporary options file. Please note that it is not of much use for normal sessions. Options passed like this cannot be changed after startup so a reconnect may not work as expected. Fixes ArcticaProject/nx-libs#476 | ||||
| * | rename nxagentOptionFile to nxagentOptionsFilename | Ulrich Sibiller | 2017-07-24 | 2 | -15/+15 |
| | | |||||
| * | pass filename as parameter to nxagentProcessOptionsFile() | Ulrich Sibiller | 2017-07-23 | 3 | -16/+18 |
|/ | | | | Do not use global variables where it is not necessary. | ||||
* | Merge branch 'uli42-pr/fix_keystroke_files' into 3.6.x | Mike Gabriel | 2017-07-17 | 1 | -52/+35 |
|\ | | | | | | | Attributes GH PR #487: https://github.com/ArcticaProject/nx-libs/pull/487 | ||||
| * | Improve keystroke file handling | Ulrich Sibiller | 2017-07-16 | 1 | -52/+35 |
|/ | | | | Fixes ArcticaProject/nx-libs#486 | ||||
* | debian/control: Add B-D: libtool (required for Debian jessie, Ubuntu trusty ↵ | Mike Gabriel | 2017-07-14 | 1 | -0/+1 |
| | | | | and Ubuntu xenial). | ||||
* | debian/copyright: White-space cleanup. | Mike Gabriel | 2017-07-14 | 1 | -21/+21 |
| | |||||
* | debian/control: Process with wrap-and-sort -s. | Mike Gabriel | 2017-07-14 | 1 | -199/+152 |
| | |||||
* | Merge branch 'sunweaver-pr/nxcompshad-autoreconf' into 3.6.x | Mihai Moldovan | 2017-07-14 | 37 | -864/+254 |
|\ | | | | | | | Attributes GH PR #474: https://github.com/ArcticaProject/nx-libs/pull/474 | ||||
| * | nxcompshad: Rewrite Logger class methods to properly take advantage of the ↵ | Mike Gabriel | 2017-07-13 | 2 | -8/+20 |
| | | | | | | | | 'gnu_printf' format attribute. | ||||
| * | nxcompshad: Prototype for NXShadowResetOptions() missing. Export it as ↵ | Mike Gabriel | 2017-07-13 | 1 | -0/+2 |
| | | | | | | | | public symbol via Shadow.h." | ||||
| * | nxcompshad/src/Shadow.cpp: Drop duplicate prototype for ↵ | Mike Gabriel | 2017-07-13 | 1 | -2/+0 |
| | | | | | | | | NXShadowRemoveAllUpdaters(). Already in Shadow.h. | ||||
| * | nxcompshad/src/Core.cpp: Don't redeclare (and shadow) curLine. Use ↵ | Mike Gabriel | 2017-07-13 | 1 | -21/+21 |
| | | | | | | | | curWorkLine instead. | ||||
| * | nxcompshad/src/Regions.h: Avoid warning: ‘typedef’ was ignored in this ↵ | Mike Gabriel | 2017-07-13 | 1 | -1/+1 |
| | | | | | | | | declaration. Drop typedef declaration from _XRegion struct. | ||||
| * | nxcompshad: Switch to autoreconf. | Mike Gabriel | 2017-07-13 | 37 | -832/+210 |
|/ | |||||
* | debian/control: Add B-D: automake (required for Debian jessie, Ubuntu trusty ↵ | Mike Gabriel | 2017-07-13 | 1 | -0/+1 |
| | | | | and Ubuntu xenial). | ||||
* | nxproxy/configure.ac: Have AC_LANG before NX_COMPILER_BRAND. Thanks to Ionic ↵ | Mike Gabriel | 2017-07-13 | 1 | -1/+1 |
| | | | | for spotting this same flaw in nxcompshad. | ||||
* | Merge branch 'sunweaver-pr/nxproxy-autoreconf' into 3.6.x | Mihai Moldovan | 2017-07-12 | 15 | -588/+425 |
|\ | | | | | | | | | | | Attributes GH PR #473: https://github.com/ArcticaProject/nx-libs/pull/473 Fixes: ArcticaProject/nx-libs#133 | ||||
| * | debian/rules: Drop redundant --with-symbols configure option, '-g' already ↵ | Mike Gabriel | 2017-07-12 | 1 | -1/+1 |
| | | | | | | | | gets added by debhelper. | ||||
| * | nxproxy: Switch to autoreconf. | Mike Gabriel | 2017-07-12 | 14 | -588/+106 |
| | | | | | | | | | | | | This also solves the last remnant of overlinking as described in GH issue #133. Fixes ArcticaProject/nx-libs#133. | ||||
| * | m4/nx-macros.m4: Add autotools macros derived from X.org and nxcomp* ↵ | Mike Gabriel | 2017-07-12 | 2 | -0/+319 |
|/ | | | | configure.in files. | ||||
* | make-changelog.sh: Drop obviously not needed '--since 1970' option from 'git ↵ | Mike Gabriel | 2017-07-12 | 1 | -1/+1 |
| | | | | | | log' call. Fixes ArcticaProject/nx-libs#482 | ||||
* | Merge branch 'sunweaver-pr/report-window-ids' into 3.6.x | Mike Gabriel | 2017-07-12 | 5 | -8/+55 |
|\ | | | | | | | | | | | Attributes GH PR #478: https://github.com/ArcticaProject/nx-libs/pull/478 Reviewed by Ulrich Sibiller <uli42@gmx.de> -- Mon, 10 Jul 2017 09:18:09 +0000 (UTC) |