aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Screen.c: use NULL instead of ugly void pointer stuffUlrich Sibiller2024-05-111-8/+8
|
* Screen.c: merge two X2GO ifdefs to oneUlrich Sibiller2024-05-111-7/+5
|
* GCOps.c: add/improve DEBUG/TEST statementsUlrich Sibiller2024-05-111-28/+99
|
* Literals.h: add Drawable typesUlrich Sibiller2024-05-111-0/+9
|
* Literals.h: mark with _X_UNUSED to prevent "unused" warningsUlrich Sibiller2024-05-111-3/+3
|
* Literals.h: allow for TEST and DEBUG codeUlrich Sibiller2024-05-111-2/+2
|
* Pixmap.c: fix TEST outputUlrich Sibiller2024-05-111-1/+1
|
* NXproperty.c: fix ifdef indentationUlrich Sibiller2024-05-111-2/+2
|
* 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
|
* Merge branch 'vatral-fix-dlopen-vuln' into 3.6.xMike Gabriel2024-01-222-0/+14
|\ | | | | | | Attributes GH PR #1068: https://github.com/ArcticaProject/nx-libs/pull/1068
| * Fix dlopen() privilege escalationVadim Troshchinskiy2023-09-272-0/+14
|/ | | | Fixed by implementing the recommended GID check.
* Merge branch 'fangyaling-3.6.x' into 3.6.xMike Gabriel2023-08-273-0/+32
|\ | | | | | | Attributes GH PR #1062: https://github.com/ArcticaProject/nx-libs/pull/1062
| * Add support for new arch LoongarchYalingFang2023-08-253-0/+32
|/
* release 3.5.99.273.5.99.27release-builds/3.6.xMike Gabriel2023-06-2810-14525/+9175
|
* Merge branch 'Ionic-bugfix/nxdialog-rpm-hashbang' into 3.6.xMike Gabriel2023-06-281-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 Moldovan2023-06-271-4/+4
|/
* Merge branch 'uli42-pr/bump_years' into 3.6.xMike Gabriel2023-04-28394-1685/+1685
|\ | | | | | | Attributes GH PR #1046: https://github.com/ArcticaProject/nx-libs/pull/1046
| * Update Copyright yearsUlrich Sibiller2023-04-28394-1685/+1685
|/ | | | Addresses ArcticaProject/nx-libs#985
* Merge branch 'uli42-pr/silence_imake' into 3.6.xMike Gabriel2023-04-287-74/+104
|\ | | | | | | Attributes GH PR #1038: https://github.com/ArcticaProject/nx-libs/pull/1038
| * silence imake for normal buildsUlrich Sibiller2023-04-287-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.xMike Gabriel2023-04-281-24/+55
|\ | | | | | | Attributes GH PR #1045: https://github.com/ArcticaProject/nx-libs/pull/1045
| * GHActions: Move to CentOS stream imagesMario Trangoni2023-04-271-24/+55
|/ | | | Signed-off-by: Mario Trangoni <mjtrangoni@gmail.com>
* Merge branch 'uli42-pr/various9' into 3.6.xMike Gabriel2023-04-27158-788/+783
|\ | | | | | | Attributes GH PR #1029: https://github.com/ArcticaProject/nx-libs/pull/1029