| Commit message (Expand) | Author | Age | Files | Lines |
* | Display.c: fix shadowed/unused variable | Ulrich Sibiller | 2020-01-09 | 1 | -1/+0 |
* | Display.c: Fix broken code in TEST case | Ulrich Sibiller | 2020-01-06 | 1 | -2/+1 |
* | Display.c: add a describing comment for nxagentDisplayErrorPredicate | Ulrich Sibiller | 2020-01-06 | 1 | -0/+14 |
* | Display.c: reformat some comments | Ulrich Sibiller | 2020-01-06 | 1 | -39/+43 |
* | Display.c: scope improvements | Ulrich Sibiller | 2020-01-06 | 1 | -33/+23 |
* | nxagent: drop CYGWIN and WIN32 defines | Ulrich Sibiller | 2020-01-06 | 1 | -1/+0 |
* | Display.c: remove blank lines | Ulrich Sibiller | 2020-01-05 | 1 | -11/+0 |
* | Display.c: code simplification, scope improvements | Ulrich Sibiller | 2020-01-05 | 1 | -28/+17 |
* | Display.c: reformat comments | Ulrich Sibiller | 2020-01-05 | 1 | -43/+36 |
* | Display.c: reformat comments | Ulrich Sibiller | 2020-01-05 | 1 | -154/+113 |
* | Display.c: shorten code | Ulrich Sibiller | 2020-01-05 | 1 | -58/+32 |
* | Display.c: drop icon file support | Ulrich Sibiller | 2020-01-05 | 1 | -144/+16 |
* | Display.c: fix format | Ulrich Sibiller | 2019-09-29 | 1 | -5/+5 |
* | Splash.c: remove global variables for colors | Ulrich Sibiller | 2019-08-27 | 1 | -16/+0 |
* | Display.c: safe some lines by calling SAFE_XFree and SAFE_free | Ulrich Sibiller | 2019-08-06 | 1 | -49/+16 |
* | Revert "nxagent: rework Bool handling" | Ulrich Sibiller | 2019-02-15 | 1 | -1/+1 |
* | nxagent: rework Bool handling | Ulrich Sibiller | 2019-02-11 | 1 | -1/+1 |
* | Set default screen size to the whole screen in rootless mode | Ulrich Sibiller | 2019-01-14 | 1 | -2/+2 |
* | nxagentInitAndCheckVisuals: adapt bool usage to match the previous function | Ulrich Sibiller | 2018-10-22 | 1 | -9/+7 |
* | hw/nxagent: fix spelling errors as reported by codespell | Ulrich Sibiller | 2018-05-24 | 1 | -3/+3 |
* | hw/nxagent/: Use <function>(void) rather than <function>(). | Mike Gabriel | 2018-02-26 | 1 | -19/+19 |
* | Display.c: drop helper variable in loop | Ulrich Sibiller | 2018-01-07 | 1 | -4/+2 |
* | Error.c: replace strcpy/strcat by snprintf | Ulrich Sibiller | 2018-01-07 | 1 | -2/+1 |
* | Display.c: pass down buffer size to nxagentLookForIconFile | Ulrich Sibiller | 2018-01-07 | 1 | -24/+22 |
* | Replace hardcoded string lengths by macros | Ulrich Sibiller | 2018-01-07 | 1 | -1/+1 |
* | Dialog.c: fix possible buffer overflows | Ulrich Sibiller | 2018-01-07 | 1 | -0/+13 |
* | Dialog.c,Display.c,NXdixfonts.c: replace strncpy() by snprintf where appropriate | Ulrich Sibiller | 2018-01-07 | 1 | -7/+5 |
* | Dialog.c,Display.c,Font.c,NXdixfonts.c: don't use hardcoded string buffer len... | Ulrich Sibiller | 2018-01-07 | 1 | -3/+3 |
* | Report Xlib-side window IDs to session.log in machine readable form. This fea... | Mike Gabriel | 2017-07-05 | 1 | -2/+11 |
* | dix/os: backport various signal handling and smart scheduler changes from X.org | Mike Gabriel | 2017-03-21 | 1 | -1/+1 |
* | nxagent: Use SetNotifyFd to receive events. | Mike Gabriel | 2017-03-17 | 1 | -2/+2 |
* | Display.c: remove unused logo code | Ulrich Sibiller | 2017-03-10 | 1 | -37/+0 |
* | Display.c: pid is always 0, remove check | Ulrich Sibiller | 2017-03-10 | 1 | -1/+1 |
* | hw/nxagent/Display.c: Fix uninitialized newAction in nxagentResetSignalHandle... | Mike Gabriel | 2017-03-03 | 1 | -0/+2 |
* | The smart scheduler is not optional. | Mathieu BĂ©rard | 2017-02-15 | 1 | -35/+0 |
* | nxcompext: Move code into Xserver subtree, as nxcompext requires Xserver incl... | Mike Gabriel | 2016-11-15 | 1 | -1/+1 |
* | Display.c: remove unused variable | Ulrich Sibiller | 2016-10-20 | 1 | -2/+0 |
* | hw/nxagent/Display.c: Fix comment where the meaning of the "bypass" reconnect... | Mike Gabriel | 2016-07-28 | 1 | -3/+2 |
* | nx-X11/programs/Xserver/hw/nxagent/Display.c: add FIXME comment to nxagentChe... | Mihai Moldovan | 2016-07-28 | 1 | -0/+1 |
* | nx-X11/programs/Xserver/hw/nxagent/Display.c: add FIXME comment to nxagentIni... | Mihai Moldovan | 2016-07-28 | 1 | -0/+1 |
* | nx-X11/programs/Xserver/hw/nxagent/Display.c: split up nxagentCheckForPixmapF... | Mihai Moldovan | 2016-07-28 | 1 | -5/+9 |
* | nx-X11/programs/Xserver/hw/nxagent/Display.c: use new ReconnectTolerance nxag... | Mihai Moldovan | 2016-07-28 | 1 | -23/+105 |
* | nx-X11/programs/Xserver/hw/nxagent/Display.c: use new ReconnectTolerance nxag... | Mihai Moldovan | 2016-07-28 | 1 | -24/+118 |
* | nx-X11/programs/Xserver/hw/nxagent/Display.c: use new ReconnectTolerance nxag... | Mihai Moldovan | 2016-07-28 | 1 | -1/+42 |
* | Per-file copyright notices: Update copyright information in file headers that... | Mike Gabriel | 2016-07-06 | 1 | -7/+15 |
* | nx-X11/programs/Xserver: Drop {X,x}realloc() macros, use realloc() instead. | Mike Gabriel | 2016-07-02 | 1 | -1/+1 |
* | nx-X11/programs/Xserver: Drop {X,x}alloc() macros, use malloc() instead. | Mike Gabriel | 2016-07-02 | 1 | -3/+3 |
* | nx-X11/programs/Xserver: Drop {X,x}free() macros, use free() instead. | Mike Gabriel | 2016-07-02 | 1 | -7/+7 |
* | nx-X11/programs/Xserver: Include nxcomp{,ext,shad} headers like one would do ... | Mike Gabriel | 2016-06-13 | 1 | -3/+3 |
* | hw/nxagent/Display.c: Avoid incompatible pointer type. | Mike Gabriel | 2016-05-13 | 1 | -1/+1 |