- 29 Sep, 2019 40 commits
-
-
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.
-
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
by reformatting comments and removing blank lines.
-
Ulrich Sibiller authored
It is not dependent on any root window and needs only be called once on startup.
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
nxagentTriangles nxagentTriFan nxagentTriStrip
-
Ulrich Sibiller authored
Improve code readability
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
Save some lines...
-
Ulrich Sibiller authored
make the code more readable
-
Ulrich Sibiller authored
This way we can remove lots of #ifdef DEBUGs
-
Ulrich Sibiller authored
also drop unused return code
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-