aboutsummaryrefslogtreecommitdiff
path: root/nx-X11
Commit message (Collapse)AuthorAgeFilesLines
* NXproperty.y/property.c: fix commentsUlrich Sibiller2024-05-112-10/+10
|
* Client.c: fix TEST outputUlrich Sibiller2024-05-111-4/+4
|
* GC.c: improve commentUlrich Sibiller2024-05-111-1/+1
|
* NXrender.c: fix indentationUlrich Sibiller2024-05-111-12/+12
|
* Events.c: make nxagentDebugInput a BooleanUlrich Sibiller2024-05-111-10/+10
| | | | because that's what it is...
* Events.c: use existing functions for CriticalOutputPendingUlrich Sibiller2024-05-111-8/+5
|
* NXglyph.c: reformat ResizeGlyphHashUlrich Sibiller2024-05-111-12/+4
|
* Render.c: Fix: init variable once outside the loopUlrich Sibiller2024-05-111-1/+2
| | | | | | otherwise it would be reinitialized for every interation. This was errornously moved in commit 56aaea90b4ee442b57f1370e3cafe0418deadc1d
* Render.c: add some DEBUG outputUlrich Sibiller2024-05-111-43/+56
|
* Render.c: add some DEBUG outputUlrich Sibiller2024-05-111-0/+24
|
* Render.c: fix commentsUlrich Sibiller2024-05-111-7/+7
|
* NXshm.c: remove unused externUlrich Sibiller2024-05-111-4/+0
|
* Window.c: add debug outputUlrich Sibiller2024-05-111-0/+28
|
* Window.c: improve some TEST/DEBUG outputUlrich Sibiller2024-05-111-9/+9
| | | | add [] around values where they were missing
* NXglyphcurs.c: mark NX changesUlrich Sibiller2024-05-111-0/+25
|
* NXglyphcurs.c: remove register keywordsUlrich Sibiller2024-05-111-3/+3
|
* NXglyphcurs.c: add missing TEST/DEBUG definesUlrich Sibiller2024-05-111-0/+7
|
* Imake: drop BuildModuleInSubdirUlrich Sibiller2024-05-112-15/+0
| | | | Set to No and Only checked by GL
* hw/nxagent/NXglxext.c: fix missing opcode variable in TEST modeUlrich Sibiller2024-05-111-1/+6
| | | | also add soem whitespace fix
* NXProperty.c: fix indentations, format commentsUlrich Sibiller2024-05-111-18/+23
|
* NXevents.c: add/improve commentsUlrich Sibiller2024-04-011-5/+6
|
* Pixmap.c: add missing [] to TEST outputUlrich Sibiller2024-03-281-1/+1
|
* Screen.c, Pixmap.c: silence some compiler warningsUlrich Sibiller2024-03-282-5/+6
|
* os/Imakefile: only compile rpcauth if we have libtirpcUlrich Sibiller2024-03-281-6/+3
| | | | | glibc no longer has rpc included, so we can only compile when tirpc is available
* Events.c: explain defineUlrich Sibiller2024-03-281-0/+1
|
* Drawable.c: fix build errors with TEST enabledUlrich Sibiller2024-03-281-4/+11
|
* Pixmap.c: fix fprintf callUlrich Sibiller2024-03-281-1/+1
| | | | Due to the , the second line was taken as the first argument leading to weird output.
* Screen.c: fix missing ;Ulrich Sibiller2024-03-281-1/+1
|
* Fix dlopen() privilege escalationVadim Troshchinskiy2023-09-272-0/+14
| | | | Fixed by implementing the recommended GID check.
* Add support for new arch LoongarchYalingFang2023-08-253-0/+32
|
* release 3.5.99.273.5.99.27release-builds/3.6.xMike Gabriel2023-06-282-1/+1
|
* Update Copyright yearsUlrich Sibiller2023-04-28142-572/+572
| | | | Addresses ArcticaProject/nx-libs#985
* silence imake for normal buildsUlrich Sibiller2023-04-283-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 fprintfUlrich Sibiller2023-04-271-141/+141
|
* Imakefiles: delete trailing whitespaceUlrich Sibiller2023-04-279-18/+18
|
* nx-X11/config: whitespace fixesUlrich Sibiller2023-04-2714-55/+55
|
* 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
|
* Update libNX_X11 to upstream's libX11-1.7.3.1-10-gd60ede78Ulrich Sibiller2023-04-27135-813/+1318
|
* 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
|