| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Improve clipboard/xfixes related debug output | Ulrich Sibiller | 2020-05-07 | 2 | -2/+2 |
| * | Display.c: filter remote Pixmap formats before doing the compatiblity check | Ulrich Sibiller | 2020-05-07 | 1 | -5/+75 |
| * | Client.c: add clientInfoString to client privates | Ulrich Sibiller | 2020-05-07 | 2 | -1/+51 |
| * | NXdispatch.c: move nxagentCheckIfShadowAgent to client callback | Ulrich Sibiller | 2020-05-07 | 3 | -18/+12 |
| * | NXdispatch.c: move nxagentClearClipboard to client callback | Ulrich Sibiller | 2020-05-07 | 2 | -12/+5 |
| * | nxagent: use Xorg's callback mechanism for init/free of client privates | Ulrich Sibiller | 2020-05-07 | 5 | -28/+83 |
| * | Client.c: use nxagentClientHint macro everywhere | Ulrich Sibiller | 2020-05-07 | 1 | -4/+4 |
| * | Client.c: mask unused clientBytes stuff | Ulrich Sibiller | 2020-05-07 | 3 | -0/+10 |
| * | Handlers.c: slight cosmetics | Ulrich Sibiller | 2020-05-07 | 1 | -16/+4 |
| * | dix/dispatch.c: Fix copy/paste error from before git history in UpdateCurrent... | Ulrich Sibiller | 2020-05-07 | 1 | -1/+1 |
| * | dix/dispatch.c: fix buggy callback invocation | Ulrich Sibiller | 2020-05-07 | 1 | -0/+5 |
| * | Clipboard.c: rename some exported functions | Ulrich Sibiller | 2020-05-07 | 3 | -13/+15 |
| * | Clipboard.c: rename static helpers and macros | Ulrich Sibiller | 2020-05-07 | 1 | -93/+108 |
| * | Clipboard.{c,h}: cleanup prototypes | Ulrich Sibiller | 2020-05-07 | 5 | -29/+22 |
| * | Clipboard.c: deactivate unused code | Ulrich Sibiller | 2020-05-07 | 1 | -0/+5 |
| * | Clipboard.c: clear windowPtr in ClearSelectionOwner | Ulrich Sibiller | 2020-05-07 | 1 | -4/+1 |
| * | Clipboard.h: reformat comments | Ulrich Sibiller | 2020-05-07 | 1 | -7/+4 |
| * | Clipboard.h: add missing externs | Ulrich Sibiller | 2020-05-07 | 1 | -4/+10 |
| * | Clipboard.c: print if selection owner is inside nagent in debugging output | Ulrich Sibiller | 2020-05-07 | 1 | -0/+1 |
| * | Clipboard.c: fix some format specifiers | Ulrich Sibiller | 2020-05-07 | 1 | -16/+16 |
| * | Clipboard.c: fix/improve debugging output | Ulrich Sibiller | 2020-05-07 | 1 | -12/+5 |
| * | Clipboard.c: rename nxagentLastRequestedSelection | Ulrich Sibiller | 2020-05-07 | 1 | -4/+5 |
| * | Clipboard.c: fix compilation with DEBUG | Ulrich Sibiller | 2020-05-07 | 1 | -0/+2 |
| * | Clipboard.c: use validateString in debugging output | Ulrich Sibiller | 2020-05-07 | 1 | -8/+8 |
| * | Clipboard.c: rearrange Atoms in debugging output | Ulrich Sibiller | 2020-05-07 | 1 | -3/+2 |
| * | NX.h: Add missing NX_CHANNEL_SLAVE type to description | Ulrich Sibiller | 2020-05-07 | 1 | -0/+3 |
| * | XlibInt.c: scope improvements/reformat | Ulrich Sibiller | 2020-05-07 | 1 | -14/+7 |
| * | XlibInt.c: simplify NX code insertion | Ulrich Sibiller | 2020-05-07 | 1 | -10/+5 |
| * | XlibInt.c: reformat some comments | Ulrich Sibiller | 2020-05-07 | 1 | -20/+15 |
| * | XlibInt.c: simplify handling of NX_TRANS_{CHANGE,DEBUG} macros | Ulrich Sibiller | 2020-05-07 | 1 | -37/+48 |
| * | dixfont.h: add missing extern | Ulrich Sibiller | 2020-05-07 | 1 | -1/+1 |
| * | nxagent: move variable definitions from headers to source files | Ulrich Sibiller | 2020-05-07 | 5 | -5/+7 |
| * | nxagent: Fix double variables | Ulrich Sibiller | 2020-05-07 | 3 | -9/+5 |
| * | Windows.h, Window.c*: reformat comments | Ulrich Sibiller | 2020-05-07 | 2 | -95/+67 |
| * | NXproperty.c: fix comment/formatting | Ulrich Sibiller | 2020-05-07 | 1 | -2/+1 |
| * | Window.c: scope improvements | Ulrich Sibiller | 2020-05-07 | 1 | -66/+42 |
| * | NXresource.c: scope improvements | Ulrich Sibiller | 2020-05-07 | 1 | -16/+6 |
| * | NXresource.c: Fix uninitialized variable | Ulrich Sibiller | 2020-05-07 | 1 | -1/+1 |
| * | NXresource.c: rework marked nx code | Ulrich Sibiller | 2020-05-07 | 1 | -61/+29 |
| * | NXproperty.c: fix implicit declaration | Ulrich Sibiller | 2020-05-07 | 1 | -0/+4 |
| * | Display.c: fix implicit declaration | Ulrich Sibiller | 2020-05-07 | 1 | -0/+1 |
| * | Display.c: fix common realloc mistake | Ulrich Sibiller | 2020-05-07 | 1 | -2/+7 |
| * | Rootless.c: fix common realloc mistake | Ulrich Sibiller | 2020-05-07 | 1 | -2/+1 |
| * | NXdispatch.c, Reconnect.c: fix format specifiers | Ulrich Sibiller | 2020-05-07 | 2 | -3/+3 |
| * | NXdispatch.c: fix invalid number of character '(' | Ulrich Sibiller | 2020-05-07 | 1 | -1/+1 |
| * | NXdispatch.c: some cleanup | Ulrich Sibiller | 2020-05-07 | 1 | -25/+23 |
| * | NXdispatch.c: whitespace fix | Ulrich Sibiller | 2020-05-07 | 1 | -1/+1 |
| * | Screen.h: improve NXAGENT_ARTSD prototype definition | Ulrich Sibiller | 2020-05-07 | 2 | -3/+2 |
| * | (NX)property.c: harmonize function name | Ulrich Sibiller | 2020-05-07 | 2 | -2/+2 |
| * | NXdixfonts.c: mark NX changes | Ulrich Sibiller | 2020-05-07 | 1 | -52/+107 |