aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Cursor.c: reformat commentsUlrich Sibiller2020-01-051-15/+9
* Colormap.c: save some linesUlrich Sibiller2020-01-051-7/+3
* Client.c: save some linesUlrich Sibiller2020-01-051-43/+28
* GC.c: condense codeUlrich Sibiller2020-01-051-34/+2
* GC.c: reformat commentsUlrich Sibiller2020-01-051-53/+39
* GC.c: fix format specifiers and parametersUlrich Sibiller2020-01-051-2/+2
* GCOps.c: fix format length specifiersUlrich Sibiller2020-01-051-2/+2
* GCOps.c: reformat commentsUlrich Sibiller2020-01-051-114/+84
* Display.c: shorten codeUlrich Sibiller2020-01-051-58/+32
* Binder.c: scope improvementsUlrich Sibiller2020-01-051-8/+3
* Image.c: scope improvementsUlrich Sibiller2020-01-051-87/+37
* Error.c: scope improvementsUlrich Sibiller2020-01-051-22/+11
* Cursor.c: scope improvementsUlrich Sibiller2020-01-051-69/+60
* GC.c: scope improvementsUlrich Sibiller2020-01-051-52/+24
* GCOps.c: scope improvementsUlrich Sibiller2020-01-051-64/+43
* Merge branch 'uli42-pr/simplify_nxrender' into 3.6.xMike Gabriel2020-01-052-69/+167
|\
| * NXrender.c: call upstream versions of (S)ProcRenderDispatchUlrich Sibiller2020-01-052-35/+41
| * NXrender.c: modify code to match upstream as close as possibleUlrich Sibiller2020-01-051-1/+3
| * NXrender.c: mark NX changesUlrich Sibiller2020-01-051-25/+96
| * NXrender.c, render.c: fix memory handling bugsUlrich Sibiller2020-01-052-8/+27
|/
* Merge branch 'uli42-pr/fix_keyconv_on_reconnect' into 3.6.xMike Gabriel2020-01-053-181/+205
|\
| * nxagent: remove additional keyboard handling from Reconnect.cUlrich Sibiller2020-01-052-20/+32
| * nxagent: central check for keyboard clone modeUlrich Sibiller2020-01-053-18/+14
| * Args.c: more debug outputUlrich Sibiller2020-01-051-0/+3
| * Args.c: do not parse nx/nx marker as optionUlrich Sibiller2020-01-051-9/+32
| * Args.c: fix: do not modify options stringUlrich Sibiller2020-01-051-2/+9
| * Keyboard.c: scope cleanupsUlrich Sibiller2020-01-051-76/+54
| * Keyboard.c: Use __func__ at fprintf callsUlrich Sibiller2020-01-051-51/+50
| * Keyboard.c: use "\0" instead of "0"Ulrich Sibiller2020-01-052-5/+5
| * Keyboard.c: fix: handle empty stringUlrich Sibiller2020-01-051-0/+6
|/
* Merge branch 'uli42-pr/drop_icon_file_support' into 3.6.xMike Gabriel2020-01-053-154/+17
|\
| * 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