- 29 Sep, 2019 40 commits
-
-
Mike Gabriel authored
Attributes GH PR #846: https://github.com/ArcticaProject/nx-libs/pull/846
-
Ulrich Sibiller authored
Use a more descriptive name.
-
Ulrich Sibiller authored
Fixes ArcticaProject/nx-libs#632
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
This avoids delays, timeouts and missing copy/paste actions.
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
add new debug output, extend existing, drop meaningless
-
Ulrich Sibiller authored
serverClientCutProperty is the external equivalent of the internal clientCutProperty. We need it on the server side, too, because we use the property on the serverWindow on the real X server. We could (mis)use serverCutProperty here but this might introduce race conditions when both sides request selections simultaneously.
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
This is not a functional change, it only helps in clearer debugging output.
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
The second parameter was always NULL, so remove it. Also remove some debugging output which distracts while debugging as the function is called from ProcChangeProperty for _every_ property, also non-clipboard related ones.
-
Ulrich Sibiller authored
we reference lastSelectionOwner[nxagentClipboardSelection].selection everywhere.
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
nxagentClipboardAtom -> serverCLIPBOARD nxagentTimestampAtom -> serverTIMESTAMP This is to match the names of the other server atom variables.
-
Ulrich Sibiller authored
At some places we were using NumCurrentSelections. We replace that by nxagentMaxSelections because they always have the identical value.
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
Just as everyone else does. ICCCM is not really clear about this.
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
endTransfer is the only caller
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
fixup! Clipboard.c: introduce XSendNotificationEventHelper
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
There was only one place where this was checked but we check it always.
-
Mike Gabriel authored
Attributes GH PR #827: https://github.com/ArcticaProject/nx-libs/pull/827
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
One cannot simply pass down a va_list to another function that expects variable arguments ("..."). The prototype of the called functions must expect a va_list argument instead. This fixes segfaults that happen e.g. after compiling X11.cpp with TEST and effectively reverts 59e829f3.
-