- 07 May, 2020 40 commits
-
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
reformat, whitespace, code simplification, FIXMEs
-
Ulrich Sibiller authored
... to match it as closely as possible to the upstream version.
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
The autograb stuff had been forgotten.
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
Fixes: ArcticaProject/nx-libs#635
-
Ulrich Sibiller authored
This is a string that contains the address, the index, the PID and the process name of the client. The string can be used in debugging messages to identify the client.
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
The only place where this was referenced outside Client.c was a commented section in Handlers.c. For now lets mask all that by an (unset) define.
-
Ulrich Sibiller authored
no functional change
-
Ulrich Sibiller authored
Backport from this commit: commit 8dfd98245d2c44a1eb4c8b7c275e6cfc10fe40f1 Author: Chase Douglas <chase.douglas@canonical.com> Date: Wed Apr 11 11:14:51 2012 -0700 Fix copy/paste error from before git history in UpdateCurrentTimeIf() See UpdateCurrentTime() for reference. I don't know what bug this might trigger, but it wouldn't hurt to fix this. Signed-off-by:
Chase Douglas <chase.douglas@canonical.com> Reviewed-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Ulrich Sibiller authored
Looks like a copy'n'paste error.
-
Ulrich Sibiller authored
to make them all fit in the same naming scheme that better describes their purpose.
-
Ulrich Sibiller authored
drop the nxagent prefix to emphasize they are not called from the outside. Also make them static and add prototypes, if missing.
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
For now deactivate nxagentResetSelectionOwner. Must do some research before removing it completely.
-
Ulrich Sibiller authored
There were two location where the windowPtr was not cleared after calling ClearSelectionOwner(). One was nxagentInitClipboard where it was set to NULL before and the second one was nxagentClearSelection() where it really should be reset. So we can safely move this to where it really belongs.
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
and correctly print its value in debugging output
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
ensure same order for internal and external Atoms
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
Fixes ArcticaProject/nx-libs#907 (3/3)
-