Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 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. | ||||
| * | 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. | ||||
| * | Clipboard.c: extend setSelectionOwnerOnXServer() | Ulrich Sibiller | 2021-06-20 | 1 | -7/+10 |
| | | | | | | | | to let it handle a SelectionClear automatically. | ||||
| * | Clipboard.c: remove obsolete (disabled) code | Ulrich Sibiller | 2021-06-20 | 1 | -3/+0 |
| | | | | | | | | | | | | | | Either replyPendingRequest a few lines before will set this to None or it will already be None. Also drop the wrong comment line... | ||||
| * | Clipboard.c: add missing target cache invalidation to some (currently ↵ | Ulrich Sibiller | 2021-06-20 | 1 | -0/+2 |
| | | | | | | | | unused) code | ||||
| * | Events.c: fix unused variable | Ulrich Sibiller | 2021-06-20 | 1 | -1/+4 |
| | | |||||
| * | Clipboard.c: rename nxagentFindLastSelectionOwnerIndex() | Ulrich Sibiller | 2021-06-20 | 1 | -5/+5 |
| | | | | | | | | Did not refer to LastSelectionOwner at all... | ||||
| * | Clipboard.c: rename intermediate variable | Ulrich Sibiller | 2021-06-20 | 1 | -7/+7 |
| | | | | | | | | | | Using a capital letter here better reflects that this is an event from the real X server. | ||||
| * | Clipboard.c: fix format specifier | Ulrich Sibiller | 2021-06-20 | 1 | -1/+1 |
| | | |||||
| * | Clipboard.c: fix typos in comment | Ulrich Sibiller | 2021-06-20 | 1 | -1/+1 |
| | | |||||
| * | Clipboard.c: Fix: forward the correct type and format | Ulrich Sibiller | 2021-06-20 | 1 | -4/+3 |
| | | | | | | | | now stuff like xclip -o -t LENGTH works (if the owner offers that) | ||||
| * | Clipboard.c: improve output for PRINT_CLIPBOARD_CONTENT_ON_DEBUG | Ulrich Sibiller | 2021-06-20 | 1 | -10/+19 |
| | | |||||
| * | Clipboard.c: extend comment | Ulrich Sibiller | 2021-06-20 | 1 | -1/+4 |
| | | |||||
| * | Clipboard.c: add helper variable | Ulrich Sibiller | 2021-06-20 | 1 | -18/+20 |
| | | |||||
| * | Clipboard.c: remove superfluous brackets | Ulrich Sibiller | 2021-06-20 | 1 | -84/+82 |
| | |