| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | 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 |
* | NXdixfonts.c: drop NXAGENT_DEBUG | Ulrich Sibiller | 2020-05-07 | 2 | -36/+35 |
* | NXdixfonts.c: call dix version of SetDefaultFontPath | Ulrich Sibiller | 2020-05-07 | 2 | -73/+6 |
* | Keystroke.c: fix typo | Ulrich Sibiller | 2020-05-07 | 1 | -1/+1 |
* | WaitFor.c Implement the intended NX_WAKEUP functionality | Ulrich Sibiller | 2020-05-07 | 3 | -12/+14 |
* | os/Waitfor.c: simplify macro handling | Ulrich Sibiller | 2020-05-07 | 1 | -59/+56 |
* | hw/nxagent/Imakefile: explain more macros | Ulrich Sibiller | 2020-05-07 | 1 | -10/+14 |
* | Dialog.c: show configured keystrokes in dialogs | Ulrich Sibiller | 2020-05-07 | 4 | -33/+144 |
* | nxagent: make all traps Booleans | Ulrich Sibiller | 2020-05-07 | 14 | -102/+100 |