| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | NXglyphcurs.c: add missing TEST/DEBUG defines | Ulrich Sibiller | 2024-05-11 | 1 | -0/+7 |
* | Imake: drop BuildModuleInSubdir | Ulrich Sibiller | 2024-05-11 | 1 | -6/+0 |
* | hw/nxagent/NXglxext.c: fix missing opcode variable in TEST mode | Ulrich Sibiller | 2024-05-11 | 1 | -1/+6 |
* | 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 |
* | os/Imakefile: only compile rpcauth if we have libtirpc | Ulrich Sibiller | 2024-03-28 | 1 | -6/+3 |
* | 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 |
* | Screen.c: fix missing ; | Ulrich Sibiller | 2024-03-28 | 1 | -1/+1 |
* | release 3.5.99.273.5.99.27release-builds/3.6.x | Mike Gabriel | 2023-06-28 | 1 | -1/+1 |
* | Update Copyright years | Ulrich Sibiller | 2023-04-28 | 132 | -532/+532 |
* | Screen.c: use %s / __func__ for fprintf | Ulrich Sibiller | 2023-04-27 | 1 | -141/+141 |
* | Imakefiles: delete trailing whitespace | Ulrich Sibiller | 2023-04-27 | 7 | -16/+16 |
* | nxagent: delete trailing whitespace in many files | Ulrich Sibiller | 2023-04-27 | 22 | -94/+90 |
* | Compext.c: spelling fixes | Ulrich Sibiller | 2023-04-27 | 1 | -2/+2 |
* | Compext.c: fix typo in datatype | Ulrich Sibiller | 2023-04-27 | 1 | -1/+1 |
* | Pointer.c: fix trailing whitespace | Ulrich Sibiller | 2023-04-27 | 1 | -1/+1 |
* | Merge pull request #1028 from uli42/pr/fix_clipboard_callbacks | Ulrich Sibiller | 2022-01-29 | 3 | -42/+80 |
|\ |
|
| * | NXdispatch.c: use defined value CurrentTime instead of 0 | Ulrich Sibiller | 2021-11-18 | 1 | -2/+4 |
| * | Clipboard.c: fix some comments | Ulrich Sibiller | 2021-11-18 | 1 | -4/+5 |
| * | Events.c: fix typo in comment | Ulrich Sibiller | 2021-11-18 | 1 | -1/+1 |
| * | Clipboard.c: use a TimeStamp datatype for lastTimeChanged as dix does | Ulrich Sibiller | 2021-11-18 | 1 | -15/+6 |
| * | Clipboard.c: fix typo in array name | Ulrich Sibiller | 2021-11-18 | 1 | -11/+11 |
| * | Clipboard.c: re-add callbacks | Ulrich Sibiller | 2021-11-18 | 1 | -9/+53 |
* | | Screen.c: fix handling of AllScreens without a running window manager | Ulrich Sibiller | 2021-12-29 | 1 | -0/+1 |
|/ |
|
* | Clipboard.c: fix/reformat some comments | Ulrich Sibiller | 2021-10-30 | 1 | -8/+14 |