Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | nxagent: Add support for optionally enabling/disabling the magic pixel feature. | Mike Gabriel | 2018-02-26 | 1 | -0/+7 |
| | | | | Fixes ArcticaProject/nx-libs#657. | ||||
* | release 3.5.99.133.5.99.13 | Mike Gabriel | 2018-01-16 | 1 | -1/+1 |
| | |||||
* | release 3.5.99.123.5.99.12 | Mike Gabriel | 2017-12-15 | 1 | -1/+1 |
| | |||||
* | release 3.5.99.113.5.99.11 | Mike Gabriel | 2017-12-15 | 1 | -1/+1 |
| | |||||
* | nxagent manpage: extend description of keyboard option | Ulrich Sibiller | 2017-12-14 | 1 | -4/+7 |
| | |||||
* | nxagent manpage: Extend keyboard documentation | Ulrich Sibiller | 2017-12-14 | 1 | -5/+23 |
| | |||||
* | nxagent manpage: Improve explanation of -noignore and -noxkblock | Ulrich Sibiller | 2017-12-14 | 1 | -2/+8 |
| | | | | Fixes ArcticaProject/nx-libs#257 | ||||
* | Reintroduce -co as no-op | Ulrich Sibiller | 2017-12-07 | 1 | -0/+6 |
| | | | | | | nxagent will abort if it encounters an unknown command line option. As we want 3.6 to be a drop-in replacement for 3.5 we cannot simply drop old options but must accept them as no-op. | ||||
* | add option keyconv=(auto|on|off) | Ulrich Sibiller | 2017-11-23 | 1 | -0/+13 |
| | | | | | | | | | | | | Adds a new option called "keyconv" to control keycode conversion. Before commit 2f2ade61a8823bad012737b2b388dcc168cccbbf keycode conversion was activated if the client was Linux and client side rules and/or model was "evdev". The only (and undocumented) way to disable that was providing a value different from "linux" for the "client" option (which had no other effect). The mentioned commit removed the dependency on Linux and so there was no way anymore to disable keycode conversion. | ||||
* | nxagent manpage: some minor formatting improvements and typo fixes | Ulrich Sibiller | 2017-11-17 | 1 | -55/+73 |
| | | | | | delete trailing whitespace, break long lines, always emphasize nxagent and nxproxy, emphassize options identcially everywhere | ||||
* | release 3.5.99.103.5.99.10 | Mike Gabriel | 2017-09-15 | 1 | -1/+1 |
| | |||||
* | release 3.5.99.93.5.99.9 | Mike Gabriel | 2017-08-30 | 1 | -1/+1 |
| | |||||
* | Report Xlib-side window IDs to session.log in machine readable form. This ↵ | Mike Gabriel | 2017-07-05 | 1 | -0/+6 |
| | | | | feature can be enabled by the cmdline options -reportwids and -reportprivatewids. | ||||
* | nxagent man page: Fix layout near -nxrealwindowprop option. | Mike Gabriel | 2017-07-04 | 1 | -0/+1 |
| | |||||
* | release 3.5.99.83.5.99.8 | Mike Gabriel | 2017-06-30 | 1 | -1/+1 |
| |