Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nxdialog/bin/nxdialog: Fix error dialog-type-not-supplied error message. | Mike Gabriel | 2019-04-17 | 1 | -1/+1 |
| | | | | Fixes ArcticaProject/nx-libs#793. | ||||
* | Merge branch 'sunweaver-pr/pthread-flags' into arctica-3.6.x | Mihai Moldovan | 2019-04-08 | 1 | -2/+2 |
|\ | | | | | | | Attributes GH PR #790: https://github.com/ArcticaProject/nx-libs/pull/790 | ||||
| * | nxcomp/src/Makefile.am: Correct usage of PTHREAD_CFLAGS and PTHREAD_LIBS. ↵ | Mike Gabriel | 2019-04-07 | 1 | -2/+2 |
|/ | | | | PTHREAD_CFLAGS is also supposed to be used when linking. See comments in m4/ax_pthread.m4. | ||||
* | nxdialog/Makefile.am: We forgot to clean up nxdialog/bin/Makefile.in. | Mike Gabriel | 2019-04-07 | 1 | -0/+1 |
| | |||||
* | Makefile: Add clean/distclean target calls for nxdialog subdir to master ↵ | Mike Gabriel | 2019-04-07 | 1 | -0/+2 |
| | | | | Makefile's clean/distclean targets. | ||||
* | Merge branch 'Ionic-bugfix/libXcomp-pthread-underlinking' into 3.6.x | Mike Gabriel | 2019-04-07 | 10 | -91/+49 |
|\ | | | | | | | Attributes GH PR #791: https://github.com/ArcticaProject/nx-libs/pull/791 | ||||
| * | debian/patches/{,series}: remove 2004_enforce-lpthread.patch. | Mihai Moldovan | 2019-04-04 | 2 | -34/+0 |
| | | | | | | | | This workaround/hack should not be needed any longer. | ||||
| * | nxproxy/{m4,configure.ac,src/Makefile.am}: drop pthread overlinking. | Mihai Moldovan | 2019-04-04 | 3 | -15/+0 |
| | | | | | | | | | | | | Should be fixed by correctly building libXcomp. See: ArcticaProject/nx-libs#756 | ||||
| * | m4/ax_pthread.m4: implement workaround for libtool bug #13550. | Mihai Moldovan | 2019-04-04 | 1 | -0/+37 |
| | | | | | | | | | | | | | | Find the first available pthread library and use it together with the -pthread flag if the C compiler is set to GCC. Fixes: ArcticaProject/nx-libs#756 | ||||
| * | m4/: update external macros from autoconf-archive. | Mihai Moldovan | 2019-04-04 | 2 | -40/+10 |
| | | |||||
| * | nxcomp/src/Makefile.am: PTHREAD_LDFLAGS does not exist, replace with ↵ | Mihai Moldovan | 2019-04-04 | 1 | -1/+1 |
| | | | | | | | | PTHREAD_LIBS. | ||||
| * | nxdialog/: create (almost) empty m4 directory. | Mihai Moldovan | 2019-03-25 | 1 | -0/+0 |
| | | | | | | | | | | | | | | | | | | Older autoconf versions - as used on SLE 11 and RHEL 6 - choke if aclocal is passed an include directory that does not exist. Instead of removing the option from the aclocal call, let's keep it and just use an empty directory for now. Maybe we'll actually use it at a later time. | ||||
| * | nxdialog: fix example | Ulrich Sibiller | 2019-03-01 | 1 | -1/+1 |
|/ | |||||
* | release 3.5.99.193.5.99.19 | Mike Gabriel | 2019-03-01 | 8 | -9/+240 |
| | |||||
* | debian/patches: Add 2004_enforce-lpthread.patch. On Debian, enforce ↵ | Mike Gabriel | 2019-03-01 | 2 | -0/+34 |
| | | | | -lpthread when building nxcomp. This is a nasty work around for a missing symbols issue that needs to get addressed otherwise in later release. | ||||
* | nx-libs.spec: Dropping nxdialog files from installation for now when ↵ | Mike Gabriel | 2019-03-01 | 1 | -0/+4 |
| | | | | building RPMs. Postponing nxdialog integration with RPM packaging for now. | ||||
* | nxdialog: Allow user to specify hexadecimal X11 window IDs. | Ulrich Sibiller | 2019-03-01 | 1 | -3/+4 |
| | |||||
* | debian/libnx-x11-6.symbols: Update symbols. | Mike Gabriel | 2019-03-01 | 1 | -3/+3 |
| | |||||
* | debian/*: Debianize package inclusion of nxdialog (ships with nxagent ↵ | Mike Gabriel | 2019-03-01 | 4 | -1/+18 |
| | | | | bin:pkg for now). | ||||
* | Merge branch 'sunweaver-pr/nxdialog-autotools' into 3.6.x | Mike Gabriel | 2019-03-01 | 9 | -0/+155 |
|\ | | | | | | | | | Attributes GH PR #789: https://github.com/ArcticaProject/nx-libs/pull/789 Approved by Ulrich Sibiller <uli42@gmx.de>, Fri, 01 Mar 2019 05:41:23 -0800 | ||||
| * | Makefile: Integrate new subproject "nxdialog". | Mike Gabriel | 2019-03-01 | 1 | -0/+8 |
| | | |||||
| * | nxdialog: Turn into autotools project, add man page. | Mike Gabriel | 2019-03-01 | 8 | -0/+147 |
|/ | |||||
* | Merge branch 'uli42-pr/add_nxdialog' into 3.6.x | Mike Gabriel | 2019-03-01 | 1 | -0/+394 |
|\ | | | | | | | Attributes GH PR #767: https://github.com/ArcticaProject/nx-libs/pull/767 | ||||
| * | nxdialog: add example call | Ulrich Sibiller | 2019-03-01 | 1 | -0/+3 |
| | | |||||
| * | nxdialog: allow to provide --parent 0 for testing | Ulrich Sibiller | 2019-03-01 | 1 | -3/+5 |
| | | | | | | | | Agent PID 0 can be used for testing | ||||
| * | nxdialog: make code compatible to python2 _and_ python3 | Ulrich Sibiller | 2019-03-01 | 1 | -6/+16 |
| | | |||||
| * | nxdialog: convert from optparse to argparse | Ulrich Sibiller | 2019-03-01 | 1 | -40/+36 |
| | | |||||
| * | nxdialog: use gtk3 instead of gtk2 | Ulrich Sibiller | 2019-03-01 | 1 | -28/+35 |
| | | |||||
| * | nxdialog: pylint improvements | Ulrich Sibiller | 2019-03-01 | 1 | -221/+228 |
| | | |||||
| * | add nxdialog for displaying dialogs | Ulrich Sibiller | 2019-03-01 | 1 | -0/+369 |
|/ | | | | | | | By adding NX_CLIENT=<path to nxdialog> to the envrionment certain actions in nx will open dialogs. If the options string contains "menu=1" rootless windows will show a popup menu when the mouse hits the center of the title bar offering session disconnect/terminatation. | ||||
* | Merge branch 'mjtrangoni-move-to-xenial' into 3.6.x | Mike Gabriel | 2019-03-01 | 1 | -9/+28 |
|\ | | | | | | | Attributes GH PR #762: https://github.com/ArcticaProject/nx-libs/pull/762 | ||||
| * | .travis.yml: add some soft requirements | Mario Trangoni | 2019-03-01 | 1 | -0/+12 |
| | | |||||
| * | .travis.yml: Update clang-6.0 to clang-7 | Mario Trangoni | 2019-03-01 | 1 | -4/+3 |
| | | |||||
| * | .travis.yml: move from Ubuntu Trusty to Xenial. | Mario Trangoni | 2019-03-01 | 1 | -6/+14 |
|/ | |||||
* | Merge branch 'uli42-pr/fix_clang_warnings' into 3.6.x | Mike Gabriel | 2019-03-01 | 7 | -30/+19 |
|\ | | | | | | | Attributes GH PR #763: https://github.com/ArcticaProject/nx-libs/pull/763 | ||||
| * | GenericReply.h: remove unused variable | Ulrich Sibiller | 2019-03-01 | 1 | -1/+0 |
| | | |||||
| * | Logger.h: remove pragma, correct attributes | Ulrich Sibiller | 2019-03-01 | 1 | -9/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | Instead of using a pragma which will be valid for the whole file this only affects the functions where it is actually required and supresses "format string is not a string literal" warnings. According to GCC documentation the second attribute parameter should be 0: "For functions where the arguments are not available to be checked (such as vprintf), specify the third parameter as zero". | ||||
| * | Logger.h: fix missing compiler attribute | Ulrich Sibiller | 2019-03-01 | 1 | -1/+1 |
| | | |||||
| * | xcompshad: remove unused variables | Ulrich Sibiller | 2019-03-01 | 1 | -4/+0 |
| | | |||||
| * | Xlib: remove register keywords | Ulrich Sibiller | 2019-03-01 | 1 | -9/+9 |
| | | | | | | | | storage class specifier is deprecated and incompatible with C++17 | ||||
| * | xlib: remove superflous parens | Ulrich Sibiller | 2019-03-01 | 1 | -1/+1 |
| | | |||||
| * | nxcomp: fix unused variables | Ulrich Sibiller | 2019-03-01 | 1 | -4/+4 |
| | | |||||
| * | nxcomp: fix unused variable | Ulrich Sibiller | 2019-03-01 | 1 | -1/+0 |
| | | |||||
| * | Fix: clang does not know about gnu_printf | Ulrich Sibiller | 2019-03-01 | 1 | -4/+4 |
|/ | | | | Found via Travis CI | ||||
* | Merge branch 'uli42-pr/xfixes_memset' into 3.6.x | Mike Gabriel | 2019-03-01 | 10 | -72/+85 |
|\ | | | | | | | Attributes GH PR #788: https://github.com/ArcticaProject/nx-libs/pull/788 | ||||
| * | xfixes: use calloc for some structs | Ulrich Sibiller | 2019-02-28 | 1 | -2/+2 |
| | | | | | | | | Attributes ArcticaProject/nx-libs#382 | ||||
| * | Use C99 designated initializers in various extension Replies | Ulrich Sibiller | 2019-02-28 | 7 | -59/+72 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit cc5f09c86f7bea23b7546c3491b2c52ce8100a71 Author: Alan Coopersmith <alan.coopersmith@oracle.com> Date: Mon Jul 9 19:12:43 2012 -0700 Use C99 designated initializers in various extension Replies Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Keith Packard <keithp@keithp.com> Tested-by: Daniel Stone <daniel@fooishbar.org> Attributes ArcticaProject/nx-libs#382 | ||||
| * | Use calloc to zero fill buffers being allocated for replies & events | Ulrich Sibiller | 2019-02-28 | 5 | -11/+11 |
|/ | | | | | | | | | | | | | | | | commit cdf5bcd420e5bcf4a4a24a275d3133a4e16ce41e Author: Alan Coopersmith <alan.coopersmith@oracle.com> Date: Mon Jul 9 19:12:42 2012 -0700 Use calloc to zero fill buffers being allocated for replies & events Ensures padding bytes are zero-filled Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Keith Packard <keithp@keithp.com> Tested-by: Daniel Stone <daniel@fooishbar.org> Attributes ArcticaProject/nx-libs#382 | ||||
* | ConnDis.c: remove obsolete MNX_TCPCONN | Ulrich Sibiller | 2019-02-28 | 1 | -1/+1 |
| | | | | Fixes ArcticaProject/nx-libs#399 | ||||
* | nx-X11/lib/configure.ac: add forgotten status line | Ulrich Sibiller | 2019-02-20 | 1 | -0/+1 |
| |