aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Display.c: drop icon file supportUlrich Sibiller2020-01-053-154/+17
* Merge branch 'uli42-pr/fix_startup_slowness' into 3.6.xMike Gabriel2020-01-052-387/+152
|\
| * nxagent.xpm: reduce colours from 242 to 8Ulrich Sibiller2020-01-051-371/+137
| * x2goagent.xpm: move copyright to the end to make it a valid xpm fileUlrich Sibiller2020-01-051-16/+15
|/
* Merge branch 'uli42-pr/manpages_updates' into 3.6.xMike Gabriel2019-11-241-28/+57
|\
| * nxagent manpage: improve descriptions and typesUlrich Sibiller2019-11-241-25/+42
| * nxagent manpage: extend clipboard documentationUlrich Sibiller2019-11-241-3/+15
|/
* Merge branch 'uli42-pr/silence_mesa' into 3.6.xMike Gabriel2019-11-232-0/+106
|\
| * Mesa: silence "maybe uninitialized" warningsUlrich Sibiller2019-11-182-0/+106
|/
* Merge branch 'uli42-pr/utf8_clipboard' into 3.6.xMike Gabriel2019-11-151-10/+15
|\
| * Clipboard.c: report more supported targetsUlrich Sibiller2019-11-151-3/+2
| * Clipboard: fix debugging outputUlrich Sibiller2019-11-151-4/+10
| * Clipboard.c: automatically calc the array sizeUlrich Sibiller2019-11-151-2/+2
| * Clipboard.c: improve XChangeProperty codeUlrich Sibiller2019-11-151-2/+2
|/
* Merge branch 'uli42-pr/cleanup_rootless' into 3.6.xMike Gabriel2019-11-151-214/+171
|\
| * Rootless.c: rewrite loop to allow for scope improvementsUlrich Sibiller2019-11-151-17/+10
| * Rootless.c: fix linefeeds when printing listsUlrich Sibiller2019-11-151-5/+5
| * Rootless.c: silence compiler warning about wrong parmeter sizesUlrich Sibiller2019-11-151-5/+3
| * Rootless.c: disable unused functionUlrich Sibiller2019-11-151-0/+2
| * Rootless.c: silence compiler warnings about wrong fromat specifiersUlrich Sibiller2019-11-151-15/+15
| * Rootless.c: Fatal error if malloc failsUlrich Sibiller2019-11-151-1/+5
| * Rootless.c: cleanup function prototypesUlrich Sibiller2019-11-151-10/+8
| * Rootless.c: reformat commentsUlrich Sibiller2019-11-151-34/+26
| * Rootless.c: scope improvementsUlrich Sibiller2019-11-151-58/+38
| * Rootless.c: use __func__ instead of hardcoded function nameUlrich Sibiller2019-11-151-78/+74
| * Rootless.c: use designated initializersUlrich Sibiller2019-11-151-15/+9
|/
* Merge branch 'uli42-pr/simplify_pixmap' into 3.6.xMike Gabriel2019-11-151-274/+143
|\
| * Pixmap.c: reformat commentsUlrich Sibiller2019-11-151-56/+44
| * Pixmap.c: scope improvementsUlrich Sibiller2019-11-151-125/+86
| * Pixmap.c: drop code that does not make senseUlrich Sibiller2019-11-151-10/+2
| * Pixmap.c: call miModifyPixmapHeader twice instead of duplicating codeUlrich Sibiller2019-11-151-83/+11
|/
* Merge branch 'uli42-pr/args_fixes' into 3.6.xMike Gabriel2019-11-151-400/+140
|\
| * Args.c: reformat switch blocksUlrich Sibiller2019-11-151-135/+22
| * Args.c: Unify formattingUlrich Sibiller2019-11-151-188/+91
| * Args.c: do not print function name in errors or warningsUlrich Sibiller2019-11-151-6/+6
| * Args.c: scope improvementsUlrich Sibiller2019-11-151-29/+16
| * Args.c: simplify options string allocationUlrich Sibiller2019-11-151-18/+4
| * Args.c: fix clipboard=0 or -clipboard 0Ulrich Sibiller2019-11-151-1/+1
| * Args.c: remove unreachable codeUlrich Sibiller2019-11-151-24/+0
| * Args.c: fix unitialized variableUlrich Sibiller2019-11-151-0/+1
|/
* Merge branch 'uli42-pr/simplify_glxext' into 3.6.xMike Gabriel2019-11-022-56/+5
|\
| * NXglxext.c: use upstream versions of Dispatch functionsUlrich Sibiller2019-11-022-56/+5
|/
* Merge branch 'uli42-pr/simplify_nxwindow' into 3.6.xMike Gabriel2019-11-023-172/+34
|\
| * NXwindow.c: use upstream function DeleteWindow()Ulrich Sibiller2019-11-022-52/+0
| * NXwindow.c: call InitRootWindow from dixUlrich Sibiller2019-11-023-49/+18
| * NXwindow.c: mark NX changesUlrich Sibiller2019-11-021-0/+16
| * NXwindow.c: drop own UnmapWindow()Ulrich Sibiller2019-11-022-18/+0
| * NXwindow.c: call upstream version UnmapWindow()Ulrich Sibiller2019-11-022-58/+5
|/
* Merge branch 'uli42-pr/simplify_nxglyph' into 3.6.xMike Gabriel2019-11-022-38/+45
|\
| * NXglyph.c: mark NX changesUlrich Sibiller2019-11-021-1/+8