aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * 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
|/
* Merge branch 'uli42-pr/simplify_nxxvdisp' into 3.6.xMike Gabriel2019-11-023-148/+15
|\
| * Simplify (NX)xvdisp.cUlrich Sibiller2019-11-023-148/+15
|/
* Merge branch 'uli42-pr/simplify_nxdispatch' into 3.6.xMike Gabriel2019-11-022-148/+73
|\
| * 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
|/