Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Events.c: make sendKey a Boolean | Ulrich Sibiller | 2024-06-02 | 1 | -3/+3 |
| | |||||
* | Events.c: make nxagentInputEvent a Boolean | Ulrich Sibiller | 2024-06-02 | 1 | -10/+10 |
| | |||||
* | Screen.c: fix comment | Ulrich Sibiller | 2024-06-02 | 1 | -2/+2 |
| | |||||
* | Render.c: improve DEBUG/TEST output | Ulrich Sibiller | 2024-06-02 | 1 | -106/+117 |
| | |||||
* | Events.c: improve debugging/testing output | Ulrich Sibiller | 2024-06-01 | 1 | -11/+17 |
| | |||||
* | Events.c: fix two comments | Ulrich Sibiller | 2024-06-01 | 1 | -2/+2 |
| | |||||
* | Keyboard.c: use the correct mask for XkbGetKeyboard | Ulrich Sibiller | 2024-05-22 | 1 | -1/+1 |
| | |||||
* | 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 |
| | | | | Did simply not work without passing the default strings. | ||||
* | Keystroke.c: fix output of keystrokes list | Ulrich Sibiller | 2024-05-21 | 1 | -1/+1 |
| | | | | print a newline AFTER the list, not before. | ||||
* | Clipboard.c: make it compile cleanly without NXAGENT_CLIPBOARD | Ulrich Sibiller | 2024-05-21 | 1 | -2/+6 |
| | | | | do not show warnings about unused functions | ||||
* | Keyboard.c: fix wrong "rlmvo" keyword | Ulrich Sibiller | 2024-05-20 | 1 | -3/+4 |
| | | | | | | | | variable names and manpage were correct, but the code was not, it expected "rlmvo" instead of "rmlvo". Support the old (wrong) variant, too (but do not document it), since there might be users out there whose setup would break. | ||||
* | Keyboard.c: fix typo | Ulrich Sibiller | 2024-05-20 | 1 | -1/+1 |
| | |||||
* | Window.c: mark nxagentCheckWindowIntegrity as unused | Ulrich Sibiller | 2024-05-20 | 1 | -2/+2 |
| | | | | | | | | | 'cause that's what it is. But as this seems to be a handy debug helper we'll leave it instead of dropping it. Marking it as unused silences a compiler warning. | ||||
* | Window.c: Fix: Use correct type for XlibWindow | Ulrich Sibiller | 2024-05-20 | 1 | -3/+3 |
| | | | | These are filled by libX11 so the type must be the Xlib one. | ||||
* | 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 | 1 | -5/+5 |
| | |||||
* | 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 |
| | | | | because that's what it is... | ||||
* | 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 |
| | | | | | | otherwise it would be reinitialized for every interation. This was errornously moved in commit 56aaea90b4ee442b57f1370e3cafe0418deadc1d | ||||
* | 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 |
| | | | | add [] around values where they were missing | ||||
* | 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 |
| | |||||
* | NXglyphcurs.c: add missing TEST/DEBUG defines | Ulrich Sibiller | 2024-05-11 | 1 | -0/+7 |
| | |||||
* | hw/nxagent/NXglxext.c: fix missing opcode variable in TEST mode | Ulrich Sibiller | 2024-05-11 | 1 | -1/+6 |
| | | | | also add soem whitespace fix | ||||
* | NXProperty.c: fix indentations, format comments | Ulrich Sibiller | 2024-05-11 | 1 | -18/+23 |
| | |||||
* | NXevents.c: add/improve comments | Ulrich Sibiller | 2024-04-01 | 1 | -5/+6 |
| | |||||
* | Pixmap.c: add missing [] to TEST output | Ulrich Sibiller | 2024-03-28 | 1 | -1/+1 |
| | |||||
* | Screen.c, Pixmap.c: silence some compiler warnings | Ulrich Sibiller | 2024-03-28 | 2 | -5/+6 |
| | |||||
* | Events.c: explain define | Ulrich Sibiller | 2024-03-28 | 1 | -0/+1 |
| | |||||
* | Drawable.c: fix build errors with TEST enabled | Ulrich Sibiller | 2024-03-28 | 1 | -4/+11 |
| | |||||
* | Pixmap.c: fix fprintf call | Ulrich Sibiller | 2024-03-28 | 1 | -1/+1 |
| | | | | Due to the , the second line was taken as the first argument leading to weird output. |