aboutsummaryrefslogtreecommitdiff
path: root/nx-X11
Commit message (Expand)AuthorAgeFilesLines
* Dialog.h: Fix incomplete macro nxagentNoDialogIsRunningUlrich Sibiller2020-05-071-1/+3
* Screen.c: fix wrong debug statementUlrich Sibiller2020-05-071-1/+1
* NXshm.c: slight simplificationUlrich Sibiller2020-05-071-5/+2
* NXshm.c: simplify Dispatch functionsUlrich Sibiller2020-05-071-11/+4
* Improve clipboard/xfixes related debug outputUlrich Sibiller2020-05-072-2/+2
* Display.c: filter remote Pixmap formats before doing the compatiblity checkUlrich Sibiller2020-05-071-5/+75
* Client.c: add clientInfoString to client privatesUlrich Sibiller2020-05-072-1/+51
* NXdispatch.c: move nxagentCheckIfShadowAgent to client callbackUlrich Sibiller2020-05-073-18/+12
* NXdispatch.c: move nxagentClearClipboard to client callbackUlrich Sibiller2020-05-072-12/+5
* nxagent: use Xorg's callback mechanism for init/free of client privatesUlrich Sibiller2020-05-075-28/+83
* Client.c: use nxagentClientHint macro everywhereUlrich Sibiller2020-05-071-4/+4
* Client.c: mask unused clientBytes stuffUlrich Sibiller2020-05-073-0/+10
* Handlers.c: slight cosmeticsUlrich Sibiller2020-05-071-16/+4
* dix/dispatch.c: Fix copy/paste error from before git history in UpdateCurrent...Ulrich Sibiller2020-05-071-1/+1
* dix/dispatch.c: fix buggy callback invocationUlrich Sibiller2020-05-071-0/+5
* Clipboard.c: rename some exported functionsUlrich Sibiller2020-05-073-13/+15
* Clipboard.c: rename static helpers and macrosUlrich Sibiller2020-05-071-93/+108
* Clipboard.{c,h}: cleanup prototypesUlrich Sibiller2020-05-075-29/+22
* Clipboard.c: deactivate unused codeUlrich Sibiller2020-05-071-0/+5
* Clipboard.c: clear windowPtr in ClearSelectionOwnerUlrich Sibiller2020-05-071-4/+1
* Clipboard.h: reformat commentsUlrich Sibiller2020-05-071-7/+4
* Clipboard.h: add missing externsUlrich Sibiller2020-05-071-4/+10
* Clipboard.c: print if selection owner is inside nagent in debugging outputUlrich Sibiller2020-05-071-0/+1
* Clipboard.c: fix some format specifiersUlrich Sibiller2020-05-071-16/+16
* Clipboard.c: fix/improve debugging outputUlrich Sibiller2020-05-071-12/+5
* Clipboard.c: rename nxagentLastRequestedSelectionUlrich Sibiller2020-05-071-4/+5
* Clipboard.c: fix compilation with DEBUGUlrich Sibiller2020-05-071-0/+2
* Clipboard.c: use validateString in debugging outputUlrich Sibiller2020-05-071-8/+8
* Clipboard.c: rearrange Atoms in debugging outputUlrich Sibiller2020-05-071-3/+2
* XlibInt.c: scope improvements/reformatUlrich Sibiller2020-05-071-14/+7
* XlibInt.c: simplify NX code insertionUlrich Sibiller2020-05-071-10/+5
* XlibInt.c: reformat some commentsUlrich Sibiller2020-05-071-20/+15
* XlibInt.c: simplify handling of NX_TRANS_{CHANGE,DEBUG} macrosUlrich Sibiller2020-05-071-37/+48
* dixfont.h: add missing externUlrich Sibiller2020-05-071-1/+1
* nxagent: move variable definitions from headers to source filesUlrich Sibiller2020-05-075-5/+7
* nxagent: Fix double variablesUlrich Sibiller2020-05-073-9/+5
* Windows.h, Window.c*: reformat commentsUlrich Sibiller2020-05-072-95/+67
* NXproperty.c: fix comment/formattingUlrich Sibiller2020-05-071-2/+1
* Window.c: scope improvementsUlrich Sibiller2020-05-071-66/+42
* NXresource.c: scope improvementsUlrich Sibiller2020-05-071-16/+6
* NXresource.c: Fix uninitialized variableUlrich Sibiller2020-05-071-1/+1
* NXresource.c: rework marked nx codeUlrich Sibiller2020-05-071-61/+29
* NXproperty.c: fix implicit declarationUlrich Sibiller2020-05-071-0/+4
* Display.c: fix implicit declarationUlrich Sibiller2020-05-071-0/+1
* Display.c: fix common realloc mistakeUlrich Sibiller2020-05-071-2/+7
* Rootless.c: fix common realloc mistakeUlrich Sibiller2020-05-071-2/+1
* NXdispatch.c, Reconnect.c: fix format specifiersUlrich Sibiller2020-05-072-3/+3
* NXdispatch.c: fix invalid number of character '('Ulrich Sibiller2020-05-071-1/+1
* NXdispatch.c: some cleanupUlrich Sibiller2020-05-071-25/+23
* NXdispatch.c: whitespace fixUlrich Sibiller2020-05-071-1/+1