Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nxagent: Add autograb mode. | Ulrich Sibiller | 2019-08-27 | 1 | -0/+3 |
| | | | | | | | You can now toggle between autograb mode by pressing CTRL-ALT-G (default, can be adjusted in keystrokes.cfg). Fixes ArcticaProject/nx-libs#384. | ||||
* | README.keystrokes: mention nxdialog | Ulrich Sibiller | 2019-05-10 | 1 | -5/+17 |
| | |||||
* | README.keystrokes: refine description | Ulrich Sibiller | 2019-05-10 | 1 | -8/+14 |
| | |||||
* | Application icon: Drop NoMachine logo as nxagent icon, switch to X11 icon ↵ | Mike Gabriel | 2018-08-24 | 1 | -0/+27 |
| | | | | for now. | ||||
* | misc: fix more regressions and whitespace weirdness introduced in ↵ | Mihai Moldovan | 2018-07-07 | 1 | -0/+2 |
| | | | | 913fcf1a74426725f14380dd5b34286a21c37ab7. | ||||
* | Fix some memory leaks. | Mario Trangoni | 2018-07-03 | 1 | -0/+6 |
| | |||||
* | Keystrokes: rename left/up/right/down keystrokes to descriptive names | Ulrich Sibiller | 2017-04-03 | 1 | -7/+6 |
| | | | | | | The are now called reflecting their purpose: viewport_scroll_left/up/right/down. This also regroups all the keystrokes referring to viewport stuff. | ||||
* | doc: rework keystroke documentation | Ulrich Sibiller | 2017-04-03 | 1 | -43/+50 |
| | |||||
* | doc: document debugging keystrokes | Ulrich Sibiller | 2017-04-03 | 2 | -6/+27 |
| | |||||
* | Update keystroke readme | Ulrich Sibiller | 2017-03-13 | 1 | -4/+11 |
| | |||||
* | Keystroke.c: add new keystroke to reread keystroke config | Ulrich Sibiller | 2017-03-13 | 1 | -0/+4 |
| | | | | Default is ctrl-alt-k | ||||
* | Keystroke.c: use an own environment variable for X2Go | Ulrich Sibiller | 2017-03-13 | 1 | -1/+1 |
| | |||||
* | Keystroke.c: add missing Mod5 modifier | Ulrich Sibiller | 2017-03-13 | 1 | -1/+1 |
| | |||||
* | doc/libNX_X11/lcUniConv: Move over the rather-documentary files ↵ | Mike Gabriel | 2017-03-03 | 2 | -0/+1606 |
| | | | | 8bit_tab_to_h.c and cjk_tab_to_h.c to nx-libs's doc/ folder. | ||||
* | doc/libNX_X11/lcUniConv: Pull over README from X.org's libX11 to document ↵ | Mike Gabriel | 2017-03-03 | 1 | -0/+11 |
| | | | | the origin and purpose of 8bit_tab_to_h.c and cjk_tab_to_h.c. | ||||
* | New helper script: regenerate-symbol-docs.sh. Plus update symbols usage of ↵ | Mike Gabriel | 2016-11-15 | 10 | -5355/+16897 |
| | | | | libNX_X11 and nxcompext in nxagent, nxcompext and libNX_X11. | ||||
* | README.keystrokes: Move from base folder to doc/nxagent/. | Mike Gabriel | 2016-07-05 | 1 | -0/+102 |
| | |||||
* | documentation: Move README-VALGRIND out of doc/_attic_/ folder to doc/nxproxy/. | Mike Gabriel | 2016-07-05 | 1 | -0/+0 |
| | |||||
* | nxcomp licensing: Move README.on-retroactive-DXPC-license to doc/nxcomp/ folder. | Mike Gabriel | 2016-07-05 | 1 | -0/+269 |
| | |||||
* | NoMachine documentation files: Move to doc/_attic_/ folder. | Mike Gabriel | 2016-07-05 | 12 | -0/+12785 |
| | |||||
* | X.org 6.9 documentation files: Move into doc/_attic_/. | Mike Gabriel | 2016-07-05 | 11 | -0/+22600 |
| | |||||
* | doc/_attic_/: Introduce an "_attic_" folder. Move diffs between NoMachine's ↵ | Mike Gabriel | 2016-07-05 | 92 | -10346/+0 |
| | | | | nx-X11 3.5 and X.org 6.9 here. | ||||
* | doc/ folder: Have one sub-folder per nx-libs component. | Mike Gabriel | 2016-07-05 | 5 | -0/+10346 |
| | |||||
* | test scripts: Move to top folder "testscripts/" in source tree. | Mike Gabriel | 2016-07-05 | 4 | -578/+0 |
| | |||||
* | test scripts: Add test scripts for testing Unix file socket support (i.e. ↵ | Mike Gabriel | 2016-07-04 | 2 | -0/+296 |
| | | | | proxy2proxy and proxy2agent sessions via Unix file sockets). | ||||
* | test scripts: Update copyright headers. | Mike Gabriel | 2016-07-03 | 2 | -1/+2 |
| | |||||
* | test scripts: Rename run-nxproxy2nxproxy-test -> run-nxproxy2nxproxy. | Mike Gabriel | 2016-07-03 | 1 | -0/+0 |
| | |||||
* | nx-X11/programs/Xserver: Drop {X,x}calloc() macros, use calloc() instead. | Mike Gabriel | 2016-07-02 | 2 | -2/+2 |
| | |||||
* | test scripts: Add run-nxagent test script. | Mike Gabriel | 2016-06-27 | 1 | -0/+140 |
| | |||||
* | Add testing doc for nxcomp drop-old-proto-compat | Fernando Carvajal | 2016-04-14 | 1 | -0/+0 |
| | | | | | | | | | This commit provides documentation about some error tests that have been run to check how well behaves nxcomp after removing it's compatibility code with versions prior to 3.5.0 and it has to handle a situation in in which and older proxy tries to connect with a nxcomp 3.6.x based proxy. Refs: ArcticaProject/nx-libs#108 | ||||
* | doc: Collect data on what libX11 symbols are used by nx-X11, nx-Xserver and ↵ | Mike Gabriel | 2016-03-15 | 4 | -0/+6577 |
| | | | | nxagent. | ||||
* | Rename file for windows environments, Fixes #96 | Nito Martinez | 2016-03-02 | 1 | -0/+0 |
| | |||||
* | rename original NX patches, so that we can see the patched file's name in ↵ | Mike Gabriel | 2016-02-26 | 88 | -0/+0 |
| | | | | the patch file name. | ||||
* | doc/examples/run-nxproxy2nxproxy-test: Create NX_COOKIE dynamically using ↵ | Mike Gabriel | 2015-06-25 | 1 | -3/+4 |
| | | | | the mcookie tool. | ||||
* | Document retroactive re-licensing of the original DXPC code (closes #30). | Mike Gabriel | 2015-05-26 | 1 | -0/+3769 |
| | | | | | | | | | | | * Update nxcomp/LICENSE. * Add nxcomp/README.on-retroactive-DXPC-license, giving a short overview of the flow of discussions * Add "modified or unmodified" to the license information printed out to stdout in nxcomp/Misc.cpp * Fix copyright year (2006->2003) for Gian Filippo Pinzari (and move him to the GPL-2 section). * Add the complete .mbox file of Debian bug #748565. | ||||
* | imake cleanup: Drop references to X11 build-logic that is not present in nx-X11. | Mike Gabriel | 2015-04-28 | 1 | -1/+1 |
| | |||||
* | test script: doc/examples/run-nxproxy2nxproxy-test | Mike Gabriel | 2015-04-15 | 1 | -0/+140 |
| | | | | | | | | | | | | | | | | | | | | Launch this script (after nxproxy has been installed into $PATH) and you will be able to evoke any local command through a nxproxy -C <-> nxproxy -S connection on DISPLAY=:8. This eases testing NX compression without using NX agent on the server side. How to use: # install nxproxy into $PATH, then... $ cd doc/examples/ $ ./run-nxproxy2nxproxy-test $ export DISPLAY=:8 $ xterm | ||||
* | nx-X11 vs. X.Org 6.9 patches for further studying / documentation | Mike Gabriel | 2015-02-13 | 88 | -0/+20245 |
NoMachine kept all original X.Org 6.9 files in the nx-X11 source tree. These files have been removed in Feb 2015 during a major code cleanup. For later studying we provide all diffs of the changes that NoMachine employed on the original X.Org X11 code tree in the doc/nx-X11_vs_XOrg69_patches folder. |