Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Imake: drop BuildModuleInSubdir | Ulrich Sibiller | 2024-05-11 | 2 | -15/+0 |
| | | | | Set to No and Only checked by GL | ||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | Merge branch 'vatral-fix-dlopen-vuln' into 3.6.x | Mike Gabriel | 2024-01-22 | 2 | -0/+14 |
|\ | | | | | | | Attributes GH PR #1068: https://github.com/ArcticaProject/nx-libs/pull/1068 | ||||
| * | Fix dlopen() privilege escalation | Vadim Troshchinskiy | 2023-09-27 | 2 | -0/+14 |
|/ | | | | Fixed by implementing the recommended GID check. | ||||
* | Merge branch 'fangyaling-3.6.x' into 3.6.x | Mike Gabriel | 2023-08-27 | 3 | -0/+32 |
|\ | | | | | | | Attributes GH PR #1062: https://github.com/ArcticaProject/nx-libs/pull/1062 | ||||
| * | 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 | 10 | -14525/+9175 |
| | |||||
* | Merge branch 'Ionic-bugfix/nxdialog-rpm-hashbang' into 3.6.x | Mike Gabriel | 2023-06-28 | 1 | -4/+4 |
|\ | | | | | | | Attributes GH PR #1061: https://github.com/ArcticaProject/nx-libs/pull/1061 | ||||
| * | nx-libs.spec: fix hashbang when manually replacing instead of using pathfix.py. | Mihai Moldovan | 2023-06-27 | 1 | -4/+4 |
|/ | |||||
* | Merge branch 'uli42-pr/bump_years' into 3.6.x | Mike Gabriel | 2023-04-28 | 394 | -1685/+1685 |
|\ | | | | | | | Attributes GH PR #1046: https://github.com/ArcticaProject/nx-libs/pull/1046 | ||||
| * | Update Copyright years | Ulrich Sibiller | 2023-04-28 | 394 | -1685/+1685 |
|/ | | | | Addresses ArcticaProject/nx-libs#985 | ||||
* | Merge branch 'uli42-pr/silence_imake' into 3.6.x | Mike Gabriel | 2023-04-28 | 7 | -74/+104 |
|\ | | | | | | | Attributes GH PR #1038: https://github.com/ArcticaProject/nx-libs/pull/1038 | ||||
| * | silence imake for normal builds | Ulrich Sibiller | 2023-04-28 | 7 | -74/+104 |
|/ | | | | | | | | | | You can reactivate previous chatty output by setting VERBOSE, e.g. make VERBOSE=1 or VERBOSE=1 make | ||||
* | Merge branch 'mjtrangoni-move-to-stream' into 3.6.x | Mike Gabriel | 2023-04-28 | 1 | -24/+55 |
|\ | | | | | | | Attributes GH PR #1045: https://github.com/ArcticaProject/nx-libs/pull/1045 | ||||
| * | GHActions: Move to CentOS stream images | Mario Trangoni | 2023-04-27 | 1 | -24/+55 |
|/ | | | | Signed-off-by: Mario Trangoni <mjtrangoni@gmail.com> | ||||
* | Merge branch 'uli42-pr/various9' into 3.6.x | Mike Gabriel | 2023-04-27 | 158 | -788/+783 |
|\ | | | | | | | Attributes GH PR #1029: https://github.com/ArcticaProject/nx-libs/pull/1029 | ||||
| * | 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 |
| | | |||||
| * | testscripts: whitespace fixes | Ulrich Sibiller | 2023-04-27 | 2 | -12/+11 |
| | | |||||
| * | nxcomp: delete trailing whitespace | Ulrich Sibiller | 2023-04-27 | 108 | -463/+463 |
| | | |||||
| * | 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. | ||||
| * | Loop.cpp: spelling fix | Ulrich Sibiller | 2023-04-27 | 1 | -1/+1 |
| | | |||||
| * | 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 branch 'uli42-pr/update_libX11_2022' into 3.6.x | Mike Gabriel | 2023-04-27 | 135 | -813/+1318 |
|\ | | | | | | | Attributes GH PR #1037: https://github.com/ArcticaProject/nx-libs/pull/1037 | ||||
| * | Update libNX_X11 to upstream's libX11-1.7.3.1-10-gd60ede78 | Ulrich Sibiller | 2023-04-27 | 135 | -813/+1318 |
|/ | |||||
* | Merge branch 'uli42-pr/extend_readme' into 3.6.x | Mike Gabriel | 2023-04-27 | 1 | -1/+23 |
|\ | | | | | | | Attributes GH PR #1032: https://github.com/ArcticaProject/nx-libs/pull/1032 | ||||
| * | README.md: add references to maintained opennx, rxclient and freenx repos | Ulrich Sibiller | 2023-04-27 | 1 | -1/+23 |
|/ | | | | Addresses ArcticaProject/nx-libs#882 | ||||
* | nx-libs.spec: only depend upon pathfix.py for Fedora 27+ and RHEL 7+. | Mihai Moldovan | 2023-02-23 | 1 | -2/+14 |
| | | | | On older systems, use a less sophisticated way to replace the hashbang. | ||||
* | nx-libs.spec: fix TIRPC usage on *SuSE 15.3+. | Mihai Moldovan | 2023-02-23 | 1 | -2/+2 |
| | |||||
* | debian/rules: fix version detection on testing and unstable. | Mihai Moldovan | 2023-02-23 | 1 | -0/+20 |
| | |||||
* | nx-libs.spec: add BR: upon pathfix.py. | Mihai Moldovan | 2023-02-23 | 1 | -0/+4 |
| | |||||
* | nx-libs.spec: fix nxdialog hashbang selection, especially on *SuSE. | Mihai Moldovan | 2023-02-23 | 1 | -2/+14 |
| | |||||
* | 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 |
| | |