Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | NXProperty.c: fix indentations, format comments | Ulrich Sibiller | 2024-05-11 | 1 | -18/+23 | |
| | ||||||
* | NXevents.c: add/improve comments | Ulrich Sibiller | 2024-04-01 | 1 | -5/+6 | |
| | ||||||
* | Pixmap.c: add missing [] to TEST output | Ulrich Sibiller | 2024-03-28 | 1 | -1/+1 | |
| | ||||||
* | Screen.c, Pixmap.c: silence some compiler warnings | Ulrich Sibiller | 2024-03-28 | 2 | -5/+6 | |
| | ||||||
* | os/Imakefile: only compile rpcauth if we have libtirpc | Ulrich Sibiller | 2024-03-28 | 1 | -6/+3 | |
| | | | | | glibc no longer has rpc included, so we can only compile when tirpc is available | |||||
* | Events.c: explain define | Ulrich Sibiller | 2024-03-28 | 1 | -0/+1 | |
| | ||||||
* | Drawable.c: fix build errors with TEST enabled | Ulrich Sibiller | 2024-03-28 | 1 | -4/+11 | |
| | ||||||
* | Pixmap.c: fix fprintf call | Ulrich Sibiller | 2024-03-28 | 1 | -1/+1 | |
| | | | | Due to the , the second line was taken as the first argument leading to weird output. | |||||
* | Screen.c: fix missing ; | Ulrich Sibiller | 2024-03-28 | 1 | -1/+1 | |
| | ||||||
* | Fix dlopen() privilege escalation | Vadim Troshchinskiy | 2023-09-27 | 2 | -0/+14 | |
| | | | | Fixed by implementing the recommended GID check. | |||||
* | Add support for new arch Loongarch | YalingFang | 2023-08-25 | 3 | -0/+32 | |
| | ||||||
* | release 3.5.99.273.5.99.27release-builds/3.6.x | Mike Gabriel | 2023-06-28 | 2 | -1/+1 | |
| | ||||||
* | Update Copyright years | Ulrich Sibiller | 2023-04-28 | 142 | -572/+572 | |
| | | | | Addresses ArcticaProject/nx-libs#985 | |||||
* | silence imake for normal builds | Ulrich Sibiller | 2023-04-28 | 3 | -64/+64 | |
| | | | | | | | | | | You can reactivate previous chatty output by setting VERBOSE, e.g. make VERBOSE=1 or VERBOSE=1 make | |||||
* | Screen.c: use %s / __func__ for fprintf | Ulrich Sibiller | 2023-04-27 | 1 | -141/+141 | |
| | ||||||
* | Imakefiles: delete trailing whitespace | Ulrich Sibiller | 2023-04-27 | 9 | -18/+18 | |
| | ||||||
* | nx-X11/config: whitespace fixes | Ulrich Sibiller | 2023-04-27 | 14 | -55/+55 | |
| | ||||||
* | 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. | |||||
* | 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 | |
| | ||||||
* | Update libNX_X11 to upstream's libX11-1.7.3.1-10-gd60ede78 | Ulrich Sibiller | 2023-04-27 | 135 | -813/+1318 | |
| | ||||||
* | 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 | |||||
* | | 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 | |||||
* | 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 | |
| | ||||||
* | 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. | |||||
* | nx-X11: Add support for riscv64 architecture | Alexandre Ghiti | 2021-10-30 | 3 | -0/+16 | |
| | ||||||
* | 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. | |||||
* | Events.c: add another comment | Ulrich Sibiller | 2021-07-05 | 1 | -0/+5 | |
| | ||||||
* | Fix Xfixes event handling | Ulrich Sibiller | 2021-07-05 | 5 | -148/+137 | |
| | | | | | | | | | Calling the callback on receptions of an EXTERNAL xfixes event was a weird idea from the start. However, since adding the protection trap around it it made no sense at all because it effectivly made the callback a noop for that case. So let's drop all the trap nonsense and implement it properly. The callback will only be used for actions by internal clients. | |||||
* | NXdispatch.c: add an explaining comment | Ulrich Sibiller | 2021-06-22 | 1 | -3/+8 | |
| | | | | and restructure a bit. | |||||
* | Clipboard.c: print debug message if selection is already cleared | Ulrich Sibiller | 2021-06-21 | 1 | -0/+6 | |
| | ||||||
* | Clipboard.c: Only take full clipboard clearing action if non-empty | Ulrich Sibiller | 2021-06-21 | 1 | -11/+11 | |
| | ||||||
* | Clipboard.c: improve some comments | Ulrich Sibiller | 2021-06-21 | 1 | -3/+10 | |
| | ||||||
* | Clipboard.c: remove superflous check | Ulrich Sibiller | 2021-06-21 | 1 | -14/+6 | |
| | | | | replyPendingRequestSelectionToXServer already checks for None | |||||
* | Clipboard.c: restruct setSelectionOwnerOnXServer | Ulrich Sibiller | 2021-06-21 | 1 | -69/+76 | |
| | | | | Immediately abort if the selection index cannot be determined. | |||||
* | Clipboard.c: do not process requests if we do not have a local owner | Ulrich Sibiller | 2021-06-21 | 1 | -0/+9 | |
| | | | | | | This can happen after having processed a SelectionClear event while the real X server still knows the nxagent serverWindow as the selection owner. |