| Commit message (Expand) | Author | Age | Files | Lines |
* | fix various spelling errors | Ulrich Sibiller | 2024-05-21 | 12 | -23/+23 |
* | nxagent manpage: fix some obvious errors | Ulrich Sibiller | 2024-05-21 | 1 | -4/+4 |
* | naxgent manpage: improve documentation for nx/nx options on the command line | Ulrich Sibiller | 2024-05-21 | 1 | -2/+17 |
* | Keyboard.c: fix handling of keyboard=model/layout | Ulrich Sibiller | 2024-05-21 | 1 | -4/+19 |
* | Keystroke.c: fix output of keystrokes list | Ulrich Sibiller | 2024-05-21 | 1 | -1/+1 |
* | Clipboard.c: make it compile cleanly without NXAGENT_CLIPBOARD | Ulrich Sibiller | 2024-05-21 | 1 | -2/+6 |
* | Keyboard.c: fix wrong "rlmvo" keyword | Ulrich Sibiller | 2024-05-20 | 1 | -3/+4 |
* | Keyboard.c: fix typo | Ulrich Sibiller | 2024-05-20 | 1 | -1/+1 |
* | fbedgeimp.h: fix shadowed variable | Ulrich Sibiller | 2024-05-20 | 1 | -2/+1 |
* | fbcompose.c: fix some shadowed variables | Ulrich Sibiller | 2024-05-20 | 1 | -30/+30 |
* | fb/fbbltone.c: fix shadowed variable | Ulrich Sibiller | 2024-05-20 | 1 | -4/+4 |
* | fbbltone.c: Mark bitmasks as unsigned ints | Ulrich Sibiller | 2024-05-20 | 1 | -2/+2 |
* | Xext/shape.c: remove one include | Ulrich Sibiller | 2024-05-20 | 1 | -1/+0 |
* | Revert "nx-X11/Makefile: pass down $(MFLAGS) to imake call, because... we pro... | Ulrich Sibiller | 2024-05-20 | 1 | -1/+1 |
* | multiple imake config fixes | Ulrich Sibiller | 2024-05-20 | 4 | -7/+9 |
* | Imake.rules: fix error in Makefile generation | Ulrich Sibiller | 2024-05-20 | 1 | -1/+1 |
* | Imake.rules: do not print "using system-wide ..." twice | Ulrich Sibiller | 2024-05-20 | 1 | -2/+2 |
* | main server Imakefile: drop rules for unused or non-existing stuff | Ulrich Sibiller | 2024-05-20 | 1 | -23/+2 |
* | Window.c: mark nxagentCheckWindowIntegrity as unused | Ulrich Sibiller | 2024-05-20 | 1 | -2/+2 |
* | Window.c: Fix: Use correct type for XlibWindow | Ulrich Sibiller | 2024-05-20 | 1 | -3/+3 |
* | os: unifdef GPROF and X_NOT_POSIX | Ulrich Sibiller | 2024-05-11 | 4 | -29/+0 |
* | os: signal handlers return void. | Ulrich Sibiller | 2024-05-11 | 2 | -14/+5 |
* | os/utils.c: unifdef USE_CHMOD | Ulrich Sibiller | 2024-05-11 | 1 | -4/+0 |
* | os/access.c: unifdef WINTCP | Ulrich Sibiller | 2024-05-11 | 1 | -145/+0 |
* | xserver doesn't stop all connections to localhost | Ulrich Sibiller | 2024-05-11 | 1 | -8/+5 |
* | Xext,os,xkb: repeat unifdefs | Ulrich Sibiller | 2024-05-11 | 8 | -181/+3 |
* | Screen.c: use NULL instead of ugly void pointer stuff | Ulrich Sibiller | 2024-05-11 | 1 | -8/+8 |
* | Screen.c: merge two X2GO ifdefs to one | Ulrich Sibiller | 2024-05-11 | 1 | -7/+5 |
* | GCOps.c: add/improve DEBUG/TEST statements | Ulrich Sibiller | 2024-05-11 | 1 | -28/+99 |
* | Literals.h: add Drawable types | Ulrich Sibiller | 2024-05-11 | 1 | -0/+9 |
* | Literals.h: mark with _X_UNUSED to prevent "unused" warnings | Ulrich Sibiller | 2024-05-11 | 1 | -3/+3 |
* | Literals.h: allow for TEST and DEBUG code | Ulrich Sibiller | 2024-05-11 | 1 | -2/+2 |
* | Pixmap.c: fix TEST output | Ulrich Sibiller | 2024-05-11 | 1 | -1/+1 |
* | NXproperty.c: fix ifdef indentation | Ulrich Sibiller | 2024-05-11 | 1 | -2/+2 |
* | NXproperty.y/property.c: fix comments | Ulrich Sibiller | 2024-05-11 | 2 | -10/+10 |
* | Client.c: fix TEST output | Ulrich Sibiller | 2024-05-11 | 1 | -4/+4 |
* | GC.c: improve comment | Ulrich Sibiller | 2024-05-11 | 1 | -1/+1 |
* | NXrender.c: fix indentation | Ulrich Sibiller | 2024-05-11 | 1 | -12/+12 |
* | Events.c: make nxagentDebugInput a Boolean | Ulrich Sibiller | 2024-05-11 | 1 | -10/+10 |
* | Events.c: use existing functions for CriticalOutputPending | Ulrich Sibiller | 2024-05-11 | 1 | -8/+5 |
* | NXglyph.c: reformat ResizeGlyphHash | Ulrich Sibiller | 2024-05-11 | 1 | -12/+4 |
* | Render.c: Fix: init variable once outside the loop | Ulrich Sibiller | 2024-05-11 | 1 | -1/+2 |
* | Render.c: add some DEBUG output | Ulrich Sibiller | 2024-05-11 | 1 | -43/+56 |
* | Render.c: add some DEBUG output | Ulrich Sibiller | 2024-05-11 | 1 | -0/+24 |
* | Render.c: fix comments | Ulrich Sibiller | 2024-05-11 | 1 | -7/+7 |
* | NXshm.c: remove unused extern | Ulrich Sibiller | 2024-05-11 | 1 | -4/+0 |
* | Window.c: add debug output | Ulrich Sibiller | 2024-05-11 | 1 | -0/+28 |
* | Window.c: improve some TEST/DEBUG output | Ulrich Sibiller | 2024-05-11 | 1 | -9/+9 |
* | NXglyphcurs.c: mark NX changes | Ulrich Sibiller | 2024-05-11 | 1 | -0/+25 |
* | NXglyphcurs.c: remove register keywords | Ulrich Sibiller | 2024-05-11 | 1 | -3/+3 |