aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/hw/nxagent/Args.c
Commit message (Expand)AuthorAgeFilesLines
* Update Copyright yearsUlrich Sibiller2023-04-281-4/+4
* nxagent: delete trailing whitespace in many filesUlrich Sibiller2023-04-271-12/+12
* Args.c: remove superfluous SAFE_free() callUlrich Sibiller2021-10-301-2/+0
* Args.c: fix wrong commentUlrich Sibiller2021-10-301-3/+2
* Args.c: remove some empty linesUlrich Sibiller2021-10-301-4/+0
* nxagent: extend x2go checkUlrich Sibiller2021-10-301-1/+1
* nxagent: add option -textclipboardUlrich Sibiller2021-06-201-0/+19
* nxagent: add missing command line switches to usage textUlrich Sibiller2021-06-081-0/+4
* nxagent: make nxagentX2go a Boolean everywhereUlrich Sibiller2021-06-081-1/+1
* nxagent: make nxagentAlpha* BooleansUlrich Sibiller2021-06-081-2/+2
* nxagent: treat enableBackingStore as BooleanUlrich Sibiller2021-06-081-3/+3
* nxagent: add command line switch to enable compositeUlrich Sibiller2021-06-081-1/+10
* nxagent: make X2GO support optionalUlrich Sibiller2021-06-081-0/+6
* Args.c: improve usage string for -geometryUlrich Sibiller2021-01-161-1/+1
* fix formatting and spelling in various filesUlrich Sibiller2021-01-151-1/+1
* nxagent: make full screen mode selectable at startupUlrich Sibiller2021-01-151-2/+11
* nxagent: make nxagentUserDefinedFontPath a BooleanUlrich Sibiller2021-01-151-2/+2
* nxagent: treat all Traps as Booleans everywhereUlrich Sibiller2021-01-151-3/+3
* nxagent: make nxagentVerbose a BooleanUlrich Sibiller2021-01-151-2/+2
* nxagent: make Desktop, Rootless and Binder options Booleans (again)Ulrich Sibiller2021-01-151-29/+6
* nxagent: make nxagentOption Shadow a BooleanUlrich Sibiller2021-01-151-7/+7
* nxagent: treat several nxagentOptions as real BooleansUlrich Sibiller2021-01-151-28/+28
* nxagent: treat DesktopResize and nxagentResizeDesktopAtStartup as BooleansUlrich Sibiller2021-01-151-3/+3
* nxagent: make Fullscreen and AllScreens BooleansUlrich Sibiller2021-01-151-12/+2
* nxagent: clarify sleep time unitsUlrich Sibiller2020-06-291-1/+1
* Args.c: adapt message to use same format as similar messagespr/extend_manpageUlrich Sibiller2020-06-291-1/+1
* manpage and usage output: add -irlimitUlrich Sibiller2020-06-291-0/+1
* Extend some manpage entriesUlrich Sibiller2020-06-291-1/+1
* nxagent: re-implement timeout handlingUlrich Sibiller2020-04-071-2/+0
* Error.c: make nxagentClientsLogName a pointerUlrich Sibiller2020-01-051-1/+11
* nxagent: central check for keyboard clone modeUlrich Sibiller2020-01-051-1/+14
* Args.c: more debug outputUlrich Sibiller2020-01-051-0/+3
* Args.c: do not parse nx/nx marker as optionUlrich Sibiller2020-01-051-9/+32
* Args.c: fix: do not modify options stringUlrich Sibiller2020-01-051-2/+9
* Keyboard.c: use "\0" instead of "0"Ulrich Sibiller2020-01-051-3/+3
* Args.c: reformat switch blocksUlrich Sibiller2019-11-151-135/+22
* Args.c: Unify formattingUlrich Sibiller2019-11-151-188/+91
* Args.c: do not print function name in errors or warningsUlrich Sibiller2019-11-151-6/+6
* Args.c: scope improvementsUlrich Sibiller2019-11-151-29/+16
* Args.c: simplify options string allocationUlrich Sibiller2019-11-151-18/+4
* Args.c: fix clipboard=0 or -clipboard 0Ulrich Sibiller2019-11-151-1/+1
* Args.c: remove unreachable codeUlrich Sibiller2019-11-151-24/+0
* Args.c: fix unitialized variableUlrich Sibiller2019-11-151-0/+1
* Fix segfault in argument parsingUlrich Sibiller2019-10-031-0/+3
* 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