| Commit message (Expand) | Author | Age | Files | Lines |
* | Use basename() to derive nxagentProgName cleanly. | Mike Gabriel | 2018-08-24 | 1 | -2/+5 |
* | Call checkX2goAgent much earlier (in ddxProcessArgument) and adapt NXAGENTWIN... | Mike Gabriel | 2018-08-24 | 1 | -1/+14 |
* | Args.c: allow options to contain URL encoded characters | Ulrich Sibiller | 2018-08-24 | 1 | -0/+35 |
* | Args.c: rename nxagentParseOptions to nxagentParseSingleOption | Ulrich Sibiller | 2018-08-24 | 1 | -14/+14 |
* | nxagent: rearrange nx options in usage | Ulrich Sibiller | 2018-02-28 | 1 | -4/+4 |
* | nxagent: Also provide auto DPI feature via nx/nx option 'autodpi', taking onl... | Mike Gabriel | 2018-02-27 | 1 | -0/+19 |
* | nxagent: Auto-detect client-side DPI at session startup. | Simon Matter | 2018-02-27 | 1 | -0/+8 |
* | hw/nxagent/: Stop using non-portable '__progname', set up our own 'nxagentPro... | Mike Gabriel | 2018-02-26 | 1 | -3/+5 |
* | hw/nxagent/: Use <function>(void) rather than <function>(). | Mike Gabriel | 2018-02-26 | 1 | -6/+6 |
* | nxagent/Args.c: Mention new -options cmdline parameter in usage info. | Simon Matter | 2018-02-26 | 1 | -0/+1 |
* | nxagent: Add -version cmdline option. | Simon Matter | 2018-02-26 | 1 | -0/+11 |
* | nxagent: Add support for optionally enabling/disabling the magic pixel feature. | Mike Gabriel | 2018-02-26 | 1 | -0/+18 |
* | Args.c: simplify nxagentGetDialogName() | Ulrich Sibiller | 2018-01-07 | 1 | -11/+4 |
* | Args.c, Error.[ch]: introduce own length macro for nxagentClientsLogName | Ulrich Sibiller | 2018-01-07 | 1 | -1/+1 |
* | Args.c: use strdup instead of malloc | Ulrich Sibiller | 2018-01-07 | 1 | -35/+7 |
* | Replace hardcoded string lengths by macros | Ulrich Sibiller | 2018-01-07 | 1 | -53/+18 |
* | add option keyconv=(auto|on|off) | Ulrich Sibiller | 2017-11-23 | 1 | -0/+19 |
* | simply free() calls | Ulrich Sibiller | 2017-11-21 | 1 | -6/+2 |
* | Args.c: simplify nxagentProcessOptionsFile() | Ulrich Sibiller | 2017-11-18 | 1 | -20/+16 |
* | Args.c: Fix compile bug with DEBUG enabled | Ulrich Sibiller | 2017-11-18 | 1 | -1/+1 |
* | Fix options parsing on reconnect | Ulrich Sibiller | 2017-11-18 | 1 | -34/+40 |
* | treat options parameter as option string if it starts with nx/nx | Ulrich Sibiller | 2017-07-25 | 1 | -1/+16 |
* | rename nxagentOptionFile to nxagentOptionsFilename | Ulrich Sibiller | 2017-07-24 | 1 | -13/+13 |
* | pass filename as parameter to nxagentProcessOptionsFile() | Ulrich Sibiller | 2017-07-23 | 1 | -14/+14 |
* | Report Xlib-side window IDs to session.log in machine readable form. This fea... | Mike Gabriel | 2017-07-05 | 1 | -0/+12 |
* | hw/nxagent/Window.c: Introduce NX_REAL_WINDOW window property. | Mike Gabriel | 2017-06-30 | 1 | -0/+6 |
* | Args.c: fix sync option parsing | Ulrich Sibiller | 2017-06-09 | 1 | -4/+2 |
* | Args.c: add two missing options to help message | Ulrich Sibiller | 2017-04-03 | 1 | -0/+2 |
* | Args.c: Fix missing parentheses | Ulrich Sibiller | 2017-03-10 | 1 | -0/+2 |
* | nxagent: move validateString as inline func to Utils.h | Ulrich Sibiller | 2017-03-03 | 1 | -1/+1 |
* | nxagent: half number of NameForAtom calls | Ulrich Sibiller | 2017-03-03 | 1 | -0/+1 |
* | The smart scheduler is not optional. | Mathieu BĂ©rard | 2017-02-15 | 1 | -20/+0 |
* | drop platform support: unifdef sgi. | Mike Gabriel | 2017-02-08 | 1 | -6/+0 |
* | nxcompext: Move code into Xserver subtree, as nxcompext requires Xserver incl... | Mike Gabriel | 2016-11-15 | 1 | -1/+1 |
* | Args.c: fix string format warning | Ulrich Sibiller | 2016-10-20 | 1 | -2/+2 |
* | hw/nxagent/Args.c: Follow-up fix for PR #183: expect reconnectchecks=bypass i... | Mike Gabriel | 2016-07-28 | 1 | -1/+1 |
* | {nx-X11/programs/Xserver/hw/nxagent/{Args.c,Options.{c,h}},nxcomp/{Loop,Misc}... | Mihai Moldovan | 2016-07-28 | 1 | -0/+76 |
* | Per-file copyright notices: Update copyright information in file headers that... | Mike Gabriel | 2016-07-06 | 1 | -7/+15 |
* | hw/nxagent/Args.c: Fix fprintf placeholder (%u -> %lu). | Mike Gabriel | 2016-07-05 | 1 | -2/+2 |
* | nx-X11/programs/Xserver: Drop {X,x}alloc() macros, use malloc() instead. | Mike Gabriel | 2016-07-02 | 1 | -3/+3 |
* | nx-X11/programs/Xserver: Drop {X,x}free() macros, use free() instead. | Mike Gabriel | 2016-07-02 | 1 | -3/+3 |
* | Properly enable/disable Xinerama support in nxagent via cmdline options provi... | Mike Gabriel | 2016-06-18 | 1 | -21/+41 |
* | {nx-X11/programs/Xserver/hw/nxagent/{{Args,Handlers,Image,Options}.c,Options.... | Mihai Moldovan | 2016-06-17 | 1 | -0/+38 |
* | nx-X11/programs/Xserver: Include nxcomp{,ext,shad} headers like one would do ... | Mike Gabriel | 2016-06-13 | 1 | -2/+2 |
* | hw/nxagent/Args.c: Fix syntax errors for builds using -UPANORAMIX. | Mike Gabriel | 2016-06-09 | 1 | -1/+1 |
* | Provide support for re-enabling Xinerama on session resumptions. | Mike Gabriel | 2015-12-30 | 1 | -0/+31 |
* | Re-add -sync option back to nxagent to allow synchronous debugging of the nxa... | Mike Gabriel | 2015-10-06 | 1 | -0/+8 |
* | Make nxagent-specific keyboard bindings configurable (320_nxagent_configurabl... | Alexander Wuerstlein | 2015-02-13 | 1 | -0/+16 |
* | Save session state in file. | Oleksandr Shneyder | 2015-02-10 | 1 | -0/+11 |
* | Add -clipboard cmdline option to nxagent (206_nxagent_clipboard-as-nxoption.f... | Mike Gabriel | 2015-02-10 | 1 | -2/+25 |