Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nx-X11/config: whitespace fixes | Ulrich Sibiller | 2023-04-27 | 14 | -55/+55 |
| | |||||
* | testscripts: whitespace fixes | Ulrich Sibiller | 2023-04-27 | 2 | -12/+11 |
| | |||||
* | nxcomp: delete trailing whitespace | Ulrich Sibiller | 2023-04-27 | 108 | -463/+463 |
| | |||||
* | nxagent: delete trailing whitespace in many files | Ulrich Sibiller | 2023-04-27 | 22 | -94/+90 |
| | | | | | | Please note that the NX*.c files still have trailing whitespace at many locations. We keep it like that on purpose to make comparisons to the files they are derived from easier. | ||||
* | Loop.cpp: spelling fix | Ulrich Sibiller | 2023-04-27 | 1 | -1/+1 |
| | |||||
* | Compext.c: spelling fixes | Ulrich Sibiller | 2023-04-27 | 1 | -2/+2 |
| | |||||
* | Compext.c: fix typo in datatype | Ulrich Sibiller | 2023-04-27 | 1 | -1/+1 |
| | |||||
* | Pointer.c: fix trailing whitespace | Ulrich Sibiller | 2023-04-27 | 1 | -1/+1 |
| | |||||
* | Merge branch 'uli42-pr/update_libX11_2022' into 3.6.x | Mike Gabriel | 2023-04-27 | 135 | -813/+1318 |
|\ | | | | | | | Attributes GH PR #1037: https://github.com/ArcticaProject/nx-libs/pull/1037 | ||||
| * | Update libNX_X11 to upstream's libX11-1.7.3.1-10-gd60ede78 | Ulrich Sibiller | 2023-04-27 | 135 | -813/+1318 |
|/ | |||||
* | Merge branch 'uli42-pr/extend_readme' into 3.6.x | Mike Gabriel | 2023-04-27 | 1 | -1/+23 |
|\ | | | | | | | Attributes GH PR #1032: https://github.com/ArcticaProject/nx-libs/pull/1032 | ||||
| * | README.md: add references to maintained opennx, rxclient and freenx repos | Ulrich Sibiller | 2023-04-27 | 1 | -1/+23 |
|/ | | | | Addresses ArcticaProject/nx-libs#882 | ||||
* | nx-libs.spec: only depend upon pathfix.py for Fedora 27+ and RHEL 7+. | Mihai Moldovan | 2023-02-23 | 1 | -2/+14 |
| | | | | On older systems, use a less sophisticated way to replace the hashbang. | ||||
* | nx-libs.spec: fix TIRPC usage on *SuSE 15.3+. | Mihai Moldovan | 2023-02-23 | 1 | -2/+2 |
| | |||||
* | debian/rules: fix version detection on testing and unstable. | Mihai Moldovan | 2023-02-23 | 1 | -0/+20 |
| | |||||
* | nx-libs.spec: add BR: upon pathfix.py. | Mihai Moldovan | 2023-02-23 | 1 | -0/+4 |
| | |||||
* | nx-libs.spec: fix nxdialog hashbang selection, especially on *SuSE. | Mihai Moldovan | 2023-02-23 | 1 | -2/+14 |
| | |||||
* | Merge pull request #1028 from uli42/pr/fix_clipboard_callbacks | Ulrich Sibiller | 2022-01-29 | 3 | -42/+80 |
|\ | | | | | Pr/fix clipboard callbacks | ||||
| * | NXdispatch.c: use defined value CurrentTime instead of 0 | Ulrich Sibiller | 2021-11-18 | 1 | -2/+4 |
| | | | | | | | | also add another comment. | ||||
| * | Clipboard.c: fix some comments | Ulrich Sibiller | 2021-11-18 | 1 | -4/+5 |
| | | |||||
| * | Events.c: fix typo in comment | Ulrich Sibiller | 2021-11-18 | 1 | -1/+1 |
| | | |||||
| * | Clipboard.c: use a TimeStamp datatype for lastTimeChanged as dix does | Ulrich Sibiller | 2021-11-18 | 1 | -15/+6 |
| | | | | | | | | just to be consistent with dix. | ||||
| * | Clipboard.c: fix typo in array name | Ulrich Sibiller | 2021-11-18 | 1 | -11/+11 |
| | | |||||
| * | Clipboard.c: re-add callbacks | Ulrich Sibiller | 2021-11-18 | 1 | -9/+53 |
| | | | | | | | | | | | | | | | | | | 7aa969cd4ee5fe6ecf74f82442e4a0a7491191c1 dropped calling the callbacks which was a mistake. However, this time we do it without an additional trap. Fixes ArcticaProject/nx-libs#1027 | ||||
* | | Merge pull request #1033 from uli42/pr/nxclient_geometry | Ulrich Sibiller | 2022-01-29 | 1 | -0/+1 |
|\ \ | | | | | | | Screen.c: fix handling of AllScreens without a running window manager | ||||
| * | | Screen.c: fix handling of AllScreens without a running window manager | Ulrich Sibiller | 2021-12-29 | 1 | -0/+1 |
| |/ | | | | | | | | | | | | | | | | | | | | | | | When used with the old nomachine nxclient (nxclient-3.5.0-9.exe) on Windows for running a desktop session the screen size was wrong (set to 3/4 of the requested size while also activating fullscreen because in that case nomachine's nxwin does not offer a window manager). Fix this by always setting AllScreens to true when there's no window manager, just as it was already done with the FullScreen variable. Fixes: ArcticaProject/nx-libs#1030 | ||||
* | | Merge pull request #1035 from gratuxri/ubuntu_jammy | Ulrich Sibiller | 2022-01-29 | 1 | -0/+2 |
|\ \ | |/ |/| | Add Ubuntu 22.04 to github actions | ||||
| * | Add Ubuntu 22.04 | gratuxri | 2022-01-16 | 1 | -0/+2 |
|/ | | | Add Ubuntu Jammy for github actions | ||||
* | Merge branch 'uli42-pr/various8' into 3.6.x | Mike Gabriel | 2021-10-30 | 8 | -77/+71 |
|\ | | | | | | | Attributes GH PR #1025: https://github.com/ArcticaProject/nx-libs/pull/1025 | ||||
| * | Clipboard.c: fix/reformat some comments | Ulrich Sibiller | 2021-10-30 | 1 | -8/+14 |
| | | |||||
| * | Screen.c, Window.c: use "None" everywhere for FullscreenWindow | Ulrich Sibiller | 2021-10-30 | 2 | -2/+2 |
| | | |||||
| * | Screen.c: Fix wrong format specifier | Ulrich Sibiller | 2021-10-30 | 1 | -1/+1 |
| | | |||||
| * | Imakefiles: whitespace fixes | Ulrich Sibiller | 2021-10-30 | 3 | -43/+42 |
| | | |||||
| * | Args.c: remove superfluous SAFE_free() call | Ulrich Sibiller | 2021-10-30 | 1 | -2/+0 |
| | | |||||
| * | Args.c: fix wrong comment | Ulrich Sibiller | 2021-10-30 | 1 | -3/+2 |
| | | |||||
| * | Args.c: remove some empty lines | Ulrich Sibiller | 2021-10-30 | 1 | -4/+0 |
| | | |||||
| * | nxdialog: use os.linesep to make it work on other systems | Ulrich Sibiller | 2021-10-30 | 1 | -6/+5 |
| | | |||||
| * | nxdialog: rework comments | Ulrich Sibiller | 2021-10-30 | 1 | -8/+5 |
|/ | |||||
* | Merge branch 'uli42-pr/extend_x2go_check' into 3.6.x | Mike Gabriel | 2021-10-30 | 3 | -5/+37 |
|\ | | | | | | | Attributes GH PR #1024: https://github.com/ArcticaProject/nx-libs/pull/1024 | ||||
| * | nxagent: extend x2go check | Ulrich Sibiller | 2021-10-30 | 3 | -5/+37 |
|/ | | | | | | | do not only depend on the program name but also check the DISPLAY variable and the command line parameters. This mainly helps for testing some special constructs when you want to use an alternative nxagent for x2go connections. | ||||
* | Merge branch 'sunweaver-pr/debian-use-tirpc-in-ghactions' into 3.6.x | Mike Gabriel | 2021-10-30 | 1 | -4/+1 |
|\ | | | | | | | Attributes GH PR #1026: https://github.com/ArcticaProject/nx-libs/pull/1026 | ||||
| * | .github/workflows/nx-libs.ym: Always build with -DUseTIRPC=YES. | Mike Gabriel | 2021-10-30 | 1 | -4/+1 |
| | | |||||
| * | github actions: Use TIRPC for debian:sid | Ulrich Sibiller | 2021-10-30 | 1 | -4/+4 |
|/ | |||||
* | Merge branch 'AlexGhiti-int/alex/riscv64_support' into 3.6.x | Mike Gabriel | 2021-10-30 | 3 | -0/+16 |
|\ | | | | | | | Attributes GH PR #1023: https://github.com/ArcticaProject/nx-libs/pull/1023 | ||||
| * | nx-X11: Add support for riscv64 architecture | Alexandre Ghiti | 2021-10-30 | 3 | -0/+16 |
|/ | |||||
* | Merge branch 'uli42-pr/many_clipboard_fixes' into 3.6.x | Mike Gabriel | 2021-10-18 | 13 | -1087/+2264 |
|\ | | | | | | | Attributes GH PR #1018: https://github.com/ArcticaProject/nx-libs/pull/1018 | ||||
| * | debian/rules: Define -DUseTIRPC=1 for nx-X11 build on Debian and Ubuntu ↵ | Mike Gabriel | 2021-10-18 | 1 | -2/+40 |
| | | | | | | | | versions that already have libtirpc. | ||||
| * | debian/control: Add B-D: libtirpc-dev. | Mike Gabriel | 2021-10-18 | 1 | -0/+1 |
| | | |||||
| * | Clipboard.c: Add debug output when selection is already cleared | Ulrich Sibiller | 2021-07-05 | 1 | -0/+6 |
| | | |||||
| * | Clipboard.c: check for invalid index | Ulrich Sibiller | 2021-07-05 | 1 | -5/+9 |
| | | | | | | | | | | | | We only need to check this in nxagentHandleSelectionClearFromXServerByIndex, so we can simplify nxagentHandleSelectionClearFromXServerByAtom. |