| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Rootless.c: silence compiler warning about wrong parmeter sizes | Ulrich Sibiller | 2019-11-15 | 1 | -5/+3 |
| * | Rootless.c: disable unused function | Ulrich Sibiller | 2019-11-15 | 1 | -0/+2 |
| * | Rootless.c: silence compiler warnings about wrong fromat specifiers | Ulrich Sibiller | 2019-11-15 | 1 | -15/+15 |
| * | Rootless.c: Fatal error if malloc fails | Ulrich Sibiller | 2019-11-15 | 1 | -1/+5 |
| * | Rootless.c: cleanup function prototypes | Ulrich Sibiller | 2019-11-15 | 1 | -10/+8 |
| * | Rootless.c: reformat comments | Ulrich Sibiller | 2019-11-15 | 1 | -34/+26 |
| * | Rootless.c: scope improvements | Ulrich Sibiller | 2019-11-15 | 1 | -58/+38 |
| * | Rootless.c: use __func__ instead of hardcoded function name | Ulrich Sibiller | 2019-11-15 | 1 | -78/+74 |
| * | Rootless.c: use designated initializers | Ulrich Sibiller | 2019-11-15 | 1 | -15/+9 |
|/ |
|
* | Merge branch 'uli42-pr/simplify_pixmap' into 3.6.x | Mike Gabriel | 2019-11-15 | 1 | -274/+143 |
|\ |
|
| * | Pixmap.c: reformat comments | Ulrich Sibiller | 2019-11-15 | 1 | -56/+44 |
| * | Pixmap.c: scope improvements | Ulrich Sibiller | 2019-11-15 | 1 | -125/+86 |
| * | Pixmap.c: drop code that does not make sense | Ulrich Sibiller | 2019-11-15 | 1 | -10/+2 |
| * | Pixmap.c: call miModifyPixmapHeader twice instead of duplicating code | Ulrich Sibiller | 2019-11-15 | 1 | -83/+11 |
|/ |
|
* | Merge branch 'uli42-pr/args_fixes' into 3.6.x | Mike Gabriel | 2019-11-15 | 1 | -400/+140 |
|\ |
|
| * | Args.c: reformat switch blocks | Ulrich Sibiller | 2019-11-15 | 1 | -135/+22 |
| * | Args.c: Unify formatting | Ulrich Sibiller | 2019-11-15 | 1 | -188/+91 |
| * | Args.c: do not print function name in errors or warnings | Ulrich Sibiller | 2019-11-15 | 1 | -6/+6 |
| * | Args.c: scope improvements | Ulrich Sibiller | 2019-11-15 | 1 | -29/+16 |
| * | Args.c: simplify options string allocation | Ulrich Sibiller | 2019-11-15 | 1 | -18/+4 |
| * | Args.c: fix clipboard=0 or -clipboard 0 | Ulrich Sibiller | 2019-11-15 | 1 | -1/+1 |
| * | Args.c: remove unreachable code | Ulrich Sibiller | 2019-11-15 | 1 | -24/+0 |
| * | Args.c: fix unitialized variable | Ulrich Sibiller | 2019-11-15 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'uli42-pr/simplify_glxext' into 3.6.x | Mike Gabriel | 2019-11-02 | 2 | -56/+5 |
|\ |
|
| * | NXglxext.c: use upstream versions of Dispatch functions | Ulrich Sibiller | 2019-11-02 | 2 | -56/+5 |
|/ |
|
* | Merge branch 'uli42-pr/simplify_nxwindow' into 3.6.x | Mike Gabriel | 2019-11-02 | 3 | -172/+34 |
|\ |
|
| * | NXwindow.c: use upstream function DeleteWindow() | Ulrich Sibiller | 2019-11-02 | 2 | -52/+0 |
| * | NXwindow.c: call InitRootWindow from dix | Ulrich Sibiller | 2019-11-02 | 3 | -49/+18 |
| * | NXwindow.c: mark NX changes | Ulrich Sibiller | 2019-11-02 | 1 | -0/+16 |
| * | NXwindow.c: drop own UnmapWindow() | Ulrich Sibiller | 2019-11-02 | 2 | -18/+0 |
| * | NXwindow.c: call upstream version UnmapWindow() | Ulrich Sibiller | 2019-11-02 | 2 | -58/+5 |
|/ |
|
* | Merge branch 'uli42-pr/simplify_nxglyph' into 3.6.x | Mike Gabriel | 2019-11-02 | 2 | -38/+45 |
|\ |
|
| * | NXglyph.c: mark NX changes | Ulrich Sibiller | 2019-11-02 | 1 | -1/+8 |
| * | NXglyph.c: adapt FindGlyph() to better match render/glyph.c | Ulrich Sibiller | 2019-11-02 | 1 | -19/+24 |
| * | NXglyphcurs.c: use dixChangeCG() | Ulrich Sibiller | 2019-11-02 | 1 | -18/+13 |
|/ |
|
* | Merge branch 'uli42-pr/simplify_nxxvdisp' into 3.6.x | Mike Gabriel | 2019-11-02 | 3 | -148/+15 |
|\ |
|
| * | Simplify (NX)xvdisp.c | Ulrich Sibiller | 2019-11-02 | 3 | -148/+15 |
|/ |
|
* | Merge branch 'uli42-pr/simplify_nxdispatch' into 3.6.x | Mike Gabriel | 2019-11-02 | 2 | -148/+73 |
|\ |
|
| * | NXdispatch.c: mark NX changes | Ulrich Sibiller | 2019-11-02 | 1 | -17/+47 |
| * | NXdispatch.c: simplify InitClientPrivates() | Ulrich Sibiller | 2019-11-02 | 2 | -35/+13 |
| * | NXdispatch.c: call upstream CloseDownClient() | Ulrich Sibiller | 2019-11-02 | 2 | -87/+6 |
| * | NXdispatch.c: Simplify InitSelections() | Ulrich Sibiller | 2019-11-02 | 2 | -9/+7 |
|/ |
|
* | Merge branch 'uli42-pr/simplify_nxextension' into 3.6.x | Mike Gabriel | 2019-11-02 | 5 | -189/+2 |
|\ |
|
| * | nxagent: drop NXextension.c | Ulrich Sibiller | 2019-11-02 | 4 | -33/+2 |
| * | NXextension.c: use ProcListExtensions() from dix | Ulrich Sibiller | 2019-11-02 | 2 | -116/+0 |
| * | NXextension.c: use ProcQueryExtension() from dix | Ulrich Sibiller | 2019-11-02 | 2 | -41/+1 |
|/ |
|
* | Merge branch 'uli42-pr/simplify_nxshm' into 3.6.x | Mike Gabriel | 2019-11-02 | 2 | -145/+35 |
|\ |
|
| * | NXshm.c: call upstream miShmPutImage | Ulrich Sibiller | 2019-11-02 | 2 | -38/+6 |
| * | NXshm.c: use upstream versions of Dispatch functions | Ulrich Sibiller | 2019-11-02 | 2 | -92/+14 |
| * | NXshm.c: rework code to be identical for ProcShmDispatch and SProcShmDispatch | Ulrich Sibiller | 2019-11-02 | 1 | -60/+60 |
|/ |
|