aboutsummaryrefslogtreecommitdiff
path: root/nx-X11
Commit message (Expand)AuthorAgeFilesLines
* Display.c: drop icon file supportUlrich Sibiller2020-01-052-153/+17
* 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
* nxagent manpage: improve descriptions and typesUlrich Sibiller2019-11-241-25/+42
* nxagent manpage: extend clipboard documentationUlrich Sibiller2019-11-241-3/+15
* Mesa: silence "maybe uninitialized" warningsUlrich Sibiller2019-11-182-0/+106
* 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
* 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
* 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
* 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
* NXglxext.c: use upstream versions of Dispatch functionsUlrich Sibiller2019-11-022-56/+5
* 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
* NXglyph.c: mark NX changesUlrich Sibiller2019-11-021-1/+8
* NXglyph.c: adapt FindGlyph() to better match render/glyph.cUlrich Sibiller2019-11-021-19/+24
* NXglyphcurs.c: use dixChangeCG()Ulrich Sibiller2019-11-021-18/+13
* Simplify (NX)xvdisp.cUlrich Sibiller2019-11-023-148/+15
* NXdispatch.c: mark NX changesUlrich Sibiller2019-11-021-17/+47
* NXdispatch.c: simplify InitClientPrivates()Ulrich Sibiller2019-11-022-35/+13
* NXdispatch.c: call upstream CloseDownClient()Ulrich Sibiller2019-11-022-87/+6
* NXdispatch.c: Simplify InitSelections()Ulrich Sibiller2019-11-022-9/+7
* nxagent: drop NXextension.cUlrich Sibiller2019-11-024-33/+2
* NXextension.c: use ProcListExtensions() from dixUlrich Sibiller2019-11-022-116/+0
* NXextension.c: use ProcQueryExtension() from dixUlrich Sibiller2019-11-022-41/+1