Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nxagent: add option -textclipboard | Ulrich Sibiller | 2021-06-20 | 1 | -0/+13 |
| | | | | textclipboard=<bool> in the options file | ||||
* | nxagent: add command line switch to enable composite | Ulrich Sibiller | 2021-06-08 | 1 | -2/+2 |
| | | | | We have it disabled by default but there hasn't been a way to enable it. | ||||
* | document additional options only nxagent knows about | Ulrich Sibiller | 2021-06-08 | 1 | -0/+9 |
| | |||||
* | release 3.5.99.263.5.99.26 | Mike Gabriel | 2021-02-04 | 1 | -1/+1 |
| | |||||
* | manpage: document defaults for options -defer and -tile | Ulrich Sibiller | 2021-01-15 | 1 | -1/+11 |
| | |||||
* | nxagent: make full screen mode selectable at startup | Ulrich Sibiller | 2021-01-15 | 1 | -5/+14 |
| | | | | | | | | fullscreen= now accepts the new value "2" for a fullscreen covering only one screen. -geometry and geometry= now know additional keywords "allscreens" and "onescreen". Fixes ArcticaProject/nx-libs#923 | ||||
* | release 3.5.99.253.5.99.25 | Mike Gabriel | 2020-11-04 | 1 | -1/+1 |
| | |||||
* | Extend sleep documentation | Ulrich Sibiller | 2020-06-29 | 1 | -3/+5 |
| | | | | Attributes ArcticaProject/nx-libs#241 | ||||
* | manpage: document copysize parameter | Ulrich Sibiller | 2020-06-29 | 1 | -0/+4 |
| | | | | was previously undocumented. | ||||
* | manpage and usage output: add -irlimit | Ulrich Sibiller | 2020-06-29 | 1 | -0/+3 |
| | | | | Fixes ArcticaProject/nx-libs#796 | ||||
* | Extend some manpage entries | Ulrich Sibiller | 2020-06-29 | 1 | -12/+37 |
| | | | | | | | Fixes ArcticaProject/nx-libs#241 Fixes ArcticaProject/nx-libs#495 Fixes ArcticaProject/nx-libs#535 Fixes ArcticaProject/nx-libs#565 | ||||
* | release 3.5.99.243.5.99.24 | Mike Gabriel | 2020-05-31 | 1 | -1/+1 |
| | |||||
* | release 3.5.99.233.5.99.23 | Mike Gabriel | 2020-01-30 | 1 | -1/+1 |
| | |||||
* | nxagent manpage: improve descriptions and types | Ulrich Sibiller | 2019-11-24 | 1 | -25/+42 |
| | | | | | Most <int> options are <bool>. Change that and add missing defaults. Also add list of descriptions for the defer option. | ||||
* | nxagent manpage: extend clipboard documentation | Ulrich Sibiller | 2019-11-24 | 1 | -3/+15 |
| | |||||
* | release 3.5.99.223.5.99.22 | Mike Gabriel | 2019-08-27 | 1 | -1/+1 |
| | |||||
* | Args.c: make autograb available via options file, too. | Ulrich Sibiller | 2019-08-27 | 1 | -0/+4 |
| | |||||
* | Args.c: Add command line option -autograb. | Ulrich Sibiller | 2019-08-27 | 1 | -0/+3 |
| | |||||
* | dix: add whiteroot flag | Ulrich Sibiller | 2019-08-27 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | Before there was no way of getting a white background despite having the approriate code. Backport of this commit: commit cb0a565d2b2cf8823abbd77b4426cc2237731dc1 Author: Daniel Stone <daniel@fooishbar.org> Date: Fri Aug 18 17:04:48 2006 +0300 dix: add whiteroot flag Add a -wr option to use a white root window, and use a BackPixel rather than BackPixmap for both white and black root windows. Fixes ArcticaProject/nx-libs#832 | ||||
* | release 3.5.99.213.5.99.21 | Mike Gabriel | 2019-08-05 | 1 | -1/+1 |
| | |||||
* | release 3.5.99.203.5.99.20 | Mike Gabriel | 2019-04-17 | 1 | -1/+1 |
| | |||||
* | release 3.5.99.193.5.99.19 | Mike Gabriel | 2019-03-01 | 1 | -1/+1 |
| | |||||
* | release 3.5.99.183.5.99.18 | Mike Gabriel | 2019-01-31 | 1 | -1/+1 |
| | |||||
* | nxagent.1 man page: Grammar fix. | Mike Gabriel | 2018-12-19 | 1 | -1/+1 |
| | |||||
* | nxagent: bypass X2go's keyboard configuration hack | Ulrich Sibiller | 2018-12-19 | 1 | -1/+2 |
| | | | | | | | | | | | | If X2go runs in auto keyboard mode it will pass keyboard=null/null to the agent and set the keyboard afterwards with setxkbmap. This patch lets nxagent handle that situation internally (null/null will be interpreted as clone) and disables X2go's mechanism (by creating a dir that effectively blocks it; see x2gosetkeyboard) This is only activated if the agent is run as "x2goagent". Fixes ArcticaProject/nx-libs#368 | ||||
* | nxagent: add additional keyboard config option rmlvo | Ulrich Sibiller | 2018-12-19 | 1 | -2/+9 |
| | | | | Add possibility to pass more than model and layout via the keyboard parameter. | ||||
* | nxagent: add keyboard=clone configuration option | Ulrich Sibiller | 2018-12-19 | 1 | -3/+8 |
| | | | | | | | | | | | | | | | | Specifying -keyboard clone (or keyboard=clone in options) will clone XKB keyboard from the remote x server. This way many keyboard problems will hopefully never return... Should be the default but is not (yet) for compatibility reasons. Fixes ArcticaProject/nx-libs#373 (except the "do autoconf if no keyboard is provided" feature.) References: ArcticaProject/nx-libs#240 ArcticaProject/nx-libs#368 | ||||
* | nxagent: fix references to default rules in manpage | Ulrich Sibiller | 2018-12-19 | 1 | -2/+2 |
| | | | | we have changed that to base some time ago. | ||||
* | manpage: reformat some lines | Ulrich Sibiller | 2018-12-19 | 1 | -4/+4 |
| | |||||
* | manpage: add -name | Ulrich Sibiller | 2018-12-19 | 1 | -0/+5 |
| | | | | (partially) fixes ArcticaProject/nx-libs#666 | ||||
* | manpage: add/extend -dpi/-autodpi | Ulrich Sibiller | 2018-12-19 | 1 | -4/+17 |
| | | | | (partially) fixes ArcticaProject/nx-libs#666 | ||||
* | manpage: add -geometry | Ulrich Sibiller | 2018-12-19 | 1 | -0/+19 |
| | | | | (partially) fixes ArcticaProject/nx-libs#666 | ||||
* | manpage: add -depth | Ulrich Sibiller | 2018-12-19 | 1 | -0/+9 |
| | | | | (partially) fixes ArcticaProject/nx-libs#666 | ||||
* | manpage: add -class | Ulrich Sibiller | 2018-12-19 | 1 | -0/+32 |
| | | | | (partially) fixes ArcticaProject/nx-libs#666 | ||||
* | manpage: add -full | Ulrich Sibiller | 2018-12-19 | 1 | -0/+11 |
| | | | | (partially) fixes ArcticaProject/nx-libs#666 | ||||
* | manpage: add -sync | Ulrich Sibiller | 2018-12-19 | 1 | -0/+6 |
| | | | | (partially) fixes ArcticaProject/nx-libs#666 | ||||
* | release 3.5.99.173.5.99.17 | Mike Gabriel | 2018-11-20 | 1 | -1/+1 |
| | |||||
* | Args.c: allow options to contain URL encoded characters | Ulrich Sibiller | 2018-08-24 | 1 | -0/+5 |
| | | | | | | Same as in nxcomp's option handling. We really only need it for "," (%2C) and "=" (%3D), currently, but it can handle all encoded characters. | ||||
* | manpage: fix spelling error as reported by codespell | Ulrich Sibiller | 2018-05-24 | 1 | -1/+1 |
| | |||||
* | release 3.5.99.163.5.99.16 | Mike Gabriel | 2018-03-16 | 1 | -1/+1 |
| | |||||
* | release 3.5.99.153.5.99.15 | Mike Gabriel | 2018-03-07 | 1 | -1/+1 |
| | |||||
* | release 3.5.99.143.5.99.14 | Mike Gabriel | 2018-02-28 | 1 | -1/+1 |
| | |||||
* | os: hide ttyxx option | Ulrich Sibiller | 2018-02-28 | 1 | -3/+0 |
| | | | | is used nowhere anyway | ||||
* | Lift xkb to xorg-xserver-7.1/1.1.0 state | Ulrich Sibiller | 2018-02-28 | 1 | -8/+2 |
| | | | | | | | In XORG-7_1 xkbconfig.c had been dropped. We must keep this file because it is used by hw/nxagent/Keyboard.c to load the xkb configuration file. Maybe we should move the relevant code to there or drop xkb configuration file support from nxagent. | ||||
* | nxagent: Also provide auto DPI feature via nx/nx option 'autodpi', taking ↵ | Mike Gabriel | 2018-02-27 | 1 | -0/+5 |
| | | | | only effect on session startups. | ||||
* | nxagent: Auto-detect client-side DPI at session startup. | Simon Matter | 2018-02-27 | 1 | -0/+3 |
| | |||||
* | {nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1,nxproxy/man/nxproxy.1}: ↵ | Mihai Moldovan | 2018-02-27 | 1 | -1/+1 |
| | | | | magicpixel takes a boolean argument for now. | ||||
* | nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1: remove empty line on top ↵ | Mihai Moldovan | 2018-02-27 | 1 | -1/+0 |
| | | | | | | of file. Fixes: ArcticaProject/nx-libs#664 | ||||
* | nxagent: Add -version cmdline option. | Simon Matter | 2018-02-26 | 1 | -0/+3 |
| | | | | Fixes ArcticaProject/nx-libs#653. | ||||
* | Lift dix to xorg-xserver-1.3.0.0 state | Ulrich Sibiller | 2018-02-26 | 1 | -5/+0 |
| |