Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | NXglyph.c: reformat ResizeGlyphHash | Ulrich Sibiller | 2024-05-11 | 1 | -12/+4 | |
| | ||||||
* | Render.c: Fix: init variable once outside the loop | Ulrich Sibiller | 2024-05-11 | 1 | -1/+2 | |
| | | | | | | otherwise it would be reinitialized for every interation. This was errornously moved in commit 56aaea90b4ee442b57f1370e3cafe0418deadc1d | |||||
* | Render.c: add some DEBUG output | Ulrich Sibiller | 2024-05-11 | 1 | -43/+56 | |
| | ||||||
* | Render.c: add some DEBUG output | Ulrich Sibiller | 2024-05-11 | 1 | -0/+24 | |
| | ||||||
* | Render.c: fix comments | Ulrich Sibiller | 2024-05-11 | 1 | -7/+7 | |
| | ||||||
* | NXshm.c: remove unused extern | Ulrich Sibiller | 2024-05-11 | 1 | -4/+0 | |
| | ||||||
* | Window.c: add debug output | Ulrich Sibiller | 2024-05-11 | 1 | -0/+28 | |
| | ||||||
* | Window.c: improve some TEST/DEBUG output | Ulrich Sibiller | 2024-05-11 | 1 | -9/+9 | |
| | | | | add [] around values where they were missing | |||||
* | NXglyphcurs.c: mark NX changes | Ulrich Sibiller | 2024-05-11 | 1 | -0/+25 | |
| | ||||||
* | NXglyphcurs.c: remove register keywords | Ulrich Sibiller | 2024-05-11 | 1 | -3/+3 | |
| | ||||||
* | NXglyphcurs.c: add missing TEST/DEBUG defines | Ulrich Sibiller | 2024-05-11 | 1 | -0/+7 | |
| | ||||||
* | hw/nxagent/NXglxext.c: fix missing opcode variable in TEST mode | Ulrich Sibiller | 2024-05-11 | 1 | -1/+6 | |
| | | | | also add soem whitespace fix | |||||
* | 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 | |
| | ||||||
* | 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 | |
| | ||||||
* | release 3.5.99.273.5.99.27release-builds/3.6.x | Mike Gabriel | 2023-06-28 | 1 | -1/+1 | |
| | ||||||
* | Update Copyright years | Ulrich Sibiller | 2023-04-28 | 116 | -468/+468 | |
| | | | | Addresses ArcticaProject/nx-libs#985 | |||||
* | Screen.c: use %s / __func__ for fprintf | Ulrich Sibiller | 2023-04-27 | 1 | -141/+141 | |
| | ||||||
* | 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 | |
| | ||||||
* | 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 | 2 | -37/+36 | |
| | ||||||
* | 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. | |||||
* | 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 | |
| |