aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/hw/nxagent/Args.c
Commit message (Expand)AuthorAgeFilesLines
* Args.c: make autograb available via options file, too.Ulrich Sibiller2019-08-271-0/+13
* Args.c: Add command line option -autograb.Ulrich Sibiller2019-08-271-0/+9
* Args.c: use SAFE_freeUlrich Sibiller2019-08-061-8/+6
* Drop Ipaq supportUlrich Sibiller2019-06-271-9/+0
* nxagent: Determine nxagentProgName only onceUlrich Sibiller2019-05-101-7/+21
* Revert "nxagent: rework Bool handling"Ulrich Sibiller2019-02-151-16/+16
* nxagent: rework Bool handlingUlrich Sibiller2019-02-111-16/+16
* Use basename() to derive nxagentProgName cleanly.Mike Gabriel2018-08-241-2/+5
* Call checkX2goAgent much earlier (in ddxProcessArgument) and adapt NXAGENTWIN...Mike Gabriel2018-08-241-1/+14
* Args.c: allow options to contain URL encoded charactersUlrich Sibiller2018-08-241-0/+35
* Args.c: rename nxagentParseOptions to nxagentParseSingleOptionUlrich Sibiller2018-08-241-14/+14
* nxagent: rearrange nx options in usageUlrich Sibiller2018-02-281-4/+4
* nxagent: Also provide auto DPI feature via nx/nx option 'autodpi', taking onl...Mike Gabriel2018-02-271-0/+19
* nxagent: Auto-detect client-side DPI at session startup.Simon Matter2018-02-271-0/+8
* hw/nxagent/: Stop using non-portable '__progname', set up our own 'nxagentPro...Mike Gabriel2018-02-261-3/+5
* hw/nxagent/: Use <function>(void) rather than <function>().Mike Gabriel2018-02-261-6/+6
* nxagent/Args.c: Mention new -options cmdline parameter in usage info.Simon Matter2018-02-261-0/+1
* nxagent: Add -version cmdline option.Simon Matter2018-02-261-0/+11
* nxagent: Add support for optionally enabling/disabling the magic pixel feature.Mike Gabriel2018-02-261-0/+18
* Args.c: simplify nxagentGetDialogName()Ulrich Sibiller2018-01-071-11/+4
* Args.c, Error.[ch]: introduce own length macro for nxagentClientsLogNameUlrich Sibiller2018-01-071-1/+1
* Args.c: use strdup instead of mallocUlrich Sibiller2018-01-071-35/+7
* Replace hardcoded string lengths by macrosUlrich Sibiller2018-01-071-53/+18
* add option keyconv=(auto|on|off)Ulrich Sibiller2017-11-231-0/+19
* simply free() callsUlrich Sibiller2017-11-211-6/+2
* Args.c: simplify nxagentProcessOptionsFile()Ulrich Sibiller2017-11-181-20/+16
* Args.c: Fix compile bug with DEBUG enabledUlrich Sibiller2017-11-181-1/+1
* Fix options parsing on reconnectUlrich Sibiller2017-11-181-34/+40
* treat options parameter as option string if it starts with nx/nxUlrich Sibiller2017-07-251-1/+16
* rename nxagentOptionFile to nxagentOptionsFilenameUlrich Sibiller2017-07-241-13/+13
* pass filename as parameter to nxagentProcessOptionsFile()Ulrich Sibiller2017-07-231-14/+14
* Report Xlib-side window IDs to session.log in machine readable form. This fea...Mike Gabriel2017-07-051-0/+12
* hw/nxagent/Window.c: Introduce NX_REAL_WINDOW window property.Mike Gabriel2017-06-301-0/+6
* Args.c: fix sync option parsingUlrich Sibiller2017-06-091-4/+2
* Args.c: add two missing options to help messageUlrich Sibiller2017-04-031-0/+2
* Args.c: Fix missing parenthesesUlrich Sibiller2017-03-101-0/+2
* nxagent: move validateString as inline func to Utils.hUlrich Sibiller2017-03-031-1/+1
* nxagent: half number of NameForAtom callsUlrich Sibiller2017-03-031-0/+1
* The smart scheduler is not optional.Mathieu BĂ©rard2017-02-151-20/+0
* drop platform support: unifdef sgi.Mike Gabriel2017-02-081-6/+0
* nxcompext: Move code into Xserver subtree, as nxcompext requires Xserver incl...Mike Gabriel2016-11-151-1/+1
* Args.c: fix string format warningUlrich Sibiller2016-10-201-2/+2
* hw/nxagent/Args.c: Follow-up fix for PR #183: expect reconnectchecks=bypass i...Mike Gabriel2016-07-281-1/+1
* {nx-X11/programs/Xserver/hw/nxagent/{Args.c,Options.{c,h}},nxcomp/{Loop,Misc}...Mihai Moldovan2016-07-281-0/+76
* Per-file copyright notices: Update copyright information in file headers that...Mike Gabriel2016-07-061-7/+15
* hw/nxagent/Args.c: Fix fprintf placeholder (%u -> %lu).Mike Gabriel2016-07-051-2/+2
* nx-X11/programs/Xserver: Drop {X,x}alloc() macros, use malloc() instead.Mike Gabriel2016-07-021-3/+3
* nx-X11/programs/Xserver: Drop {X,x}free() macros, use free() instead.Mike Gabriel2016-07-021-3/+3
* Properly enable/disable Xinerama support in nxagent via cmdline options provi...Mike Gabriel2016-06-181-21/+41
* {nx-X11/programs/Xserver/hw/nxagent/{{Args,Handlers,Image,Options}.c,Options....Mihai Moldovan2016-06-171-0/+38