aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs
Commit message (Collapse)AuthorAgeFilesLines
* release 3.5.99.273.5.99.27release-builds/3.6.xMike Gabriel2023-06-281-1/+1
|
* Update Copyright yearsUlrich Sibiller2023-04-28133-536/+536
| | | | Addresses ArcticaProject/nx-libs#985
* Screen.c: use %s / __func__ for fprintfUlrich Sibiller2023-04-271-141/+141
|
* Imakefiles: delete trailing whitespaceUlrich Sibiller2023-04-278-17/+17
|
* nxagent: delete trailing whitespace in many filesUlrich Sibiller2023-04-2722-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 fixesUlrich Sibiller2023-04-271-2/+2
|
* Compext.c: fix typo in datatypeUlrich Sibiller2023-04-271-1/+1
|
* Pointer.c: fix trailing whitespaceUlrich Sibiller2023-04-271-1/+1
|
* Merge pull request #1028 from uli42/pr/fix_clipboard_callbacksUlrich Sibiller2022-01-293-42/+80
|\ | | | | Pr/fix clipboard callbacks
| * NXdispatch.c: use defined value CurrentTime instead of 0Ulrich Sibiller2021-11-181-2/+4
| | | | | | | | also add another comment.
| * Clipboard.c: fix some commentsUlrich Sibiller2021-11-181-4/+5
| |
| * Events.c: fix typo in commentUlrich Sibiller2021-11-181-1/+1
| |
| * Clipboard.c: use a TimeStamp datatype for lastTimeChanged as dix doesUlrich Sibiller2021-11-181-15/+6
| | | | | | | | just to be consistent with dix.
| * Clipboard.c: fix typo in array nameUlrich Sibiller2021-11-181-11/+11
| |
| * Clipboard.c: re-add callbacksUlrich Sibiller2021-11-181-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 managerUlrich Sibiller2021-12-291-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 commentsUlrich Sibiller2021-10-301-8/+14
|
* Screen.c, Window.c: use "None" everywhere for FullscreenWindowUlrich Sibiller2021-10-302-2/+2
|
* Screen.c: Fix wrong format specifierUlrich Sibiller2021-10-301-1/+1
|
* Imakefiles: whitespace fixesUlrich Sibiller2021-10-303-43/+42
|
* Args.c: remove superfluous SAFE_free() callUlrich Sibiller2021-10-301-2/+0
|
* Args.c: fix wrong commentUlrich Sibiller2021-10-301-3/+2
|
* Args.c: remove some empty linesUlrich Sibiller2021-10-301-4/+0
|
* nxagent: extend x2go checkUlrich Sibiller2021-10-303-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.
* Clipboard.c: Add debug output when selection is already clearedUlrich Sibiller2021-07-051-0/+6
|
* Clipboard.c: check for invalid indexUlrich Sibiller2021-07-051-5/+9
| | | | | | We only need to check this in nxagentHandleSelectionClearFromXServerByIndex, so we can simplify nxagentHandleSelectionClearFromXServerByAtom.
* Events.c: add another commentUlrich Sibiller2021-07-051-0/+5
|
* Fix Xfixes event handlingUlrich Sibiller2021-07-055-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 commentUlrich Sibiller2021-06-221-3/+8
| | | | and restructure a bit.
* Clipboard.c: print debug message if selection is already clearedUlrich Sibiller2021-06-211-0/+6
|
* Clipboard.c: Only take full clipboard clearing action if non-emptyUlrich Sibiller2021-06-211-11/+11
|
* Clipboard.c: improve some commentsUlrich Sibiller2021-06-211-3/+10
|
* Clipboard.c: remove superflous checkUlrich Sibiller2021-06-211-14/+6
| | | | replyPendingRequestSelectionToXServer already checks for None
* Clipboard.c: restruct setSelectionOwnerOnXServerUlrich Sibiller2021-06-211-69/+76
| | | | Immediately abort if the selection index cannot be determined.
* Clipboard.c: do not process requests if we do not have a local ownerUlrich Sibiller2021-06-211-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 Sibiller2021-06-201-7/+10
| | | | to let it handle a SelectionClear automatically.
* Clipboard.c: remove obsolete (disabled) codeUlrich Sibiller2021-06-201-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 Sibiller2021-06-201-0/+2
| | | | unused) code
* Events.c: fix unused variableUlrich Sibiller2021-06-201-1/+4
|
* Clipboard.c: rename nxagentFindLastSelectionOwnerIndex()Ulrich Sibiller2021-06-201-5/+5
| | | | Did not refer to LastSelectionOwner at all...
* Clipboard.c: rename intermediate variableUlrich Sibiller2021-06-201-7/+7
| | | | | Using a capital letter here better reflects that this is an event from the real X server.
* Clipboard.c: fix format specifierUlrich Sibiller2021-06-201-1/+1
|
* Clipboard.c: fix typos in commentUlrich Sibiller2021-06-201-1/+1
|
* Clipboard.c: Fix: forward the correct type and formatUlrich Sibiller2021-06-201-4/+3
| | | | now stuff like xclip -o -t LENGTH works (if the owner offers that)
* Clipboard.c: improve output for PRINT_CLIPBOARD_CONTENT_ON_DEBUGUlrich Sibiller2021-06-201-10/+19
|
* Clipboard.c: extend commentUlrich Sibiller2021-06-201-1/+4
|
* Clipboard.c: add helper variableUlrich Sibiller2021-06-201-18/+20
|
* Clipboard.c: remove superfluous bracketsUlrich Sibiller2021-06-201-84/+82
|
* Clipboard.c: remove old codeUlrich Sibiller2021-06-201-31/+0
| | | | | | This block has been unused for a long time now. The comment describing how to reach that path does not make sense anymore because primary and clipboard are not sharing variables anymore. So drop it.
* Clipboard.c: harmonize naming regarding internal/localUlrich Sibiller2021-06-202-162/+162
| | | | | | Use "local" everywhere instead of a mixture of "local" and "internal". Also replace abbreviations "rem" and "int" by "remote" and "local" because they are confusing readers.