| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| | |
|
| |
| |
| |
| | |
Allows to specify which configuration parameters can be modified on runtime.
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
cmake_policy() by itself raises the minimum requirement on CMake.
We want it to be optional though, so add the necessary if() around
it.
|
| |
| |
| |
| | |
Patch taken directly from f22 nettle package
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Fixes numerous problems with the SSH tunneling implementation
on the java viewer and adds many significant new SSH-related
features. SSH tunneling is now highly configurable via the
both the command line and GUI. The embedded client can parse
openssh config files. An external client may be specified,
along with a custom arguments template.
|
| |
| |
| |
| |
| | |
We haven't supported them in a long time so we shouldn't mention
them in the interface and documentation.
|
| |
| |
| |
| |
| |
| | |
Previously the incoming clipboard was unconditionally set to both
the PRIMARY and CLIPBOARD selection. This isn't always what the
user want, so make it configurable.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This is the simplest approach, with setPrimaryCB having the same
relationship to acceptClipboard as sendPrimaryCB has to
sendClipboard. This does not change vncviewer, which should probably
have something similar on UNIX platforms only.
Pierre Ossman: Changed naming from accept to set
|
| |
| |
| |
| |
| | |
The builtin causes errors in the test, and we're also trying to
determine if it is provided by libc or not.
|
| |
| |
| |
| |
| |
| |
| | |
We don't modify the link interface directly so these warnings are
just useless noise. We could in theory use the new naming instead,
but at least CMake 2.8.12 is buggy and screws up the link when that
policy is active.
|
|/
|
|
|
| |
It just makes CMake error out rather than continue without NLS
support.
|
|\ |
|
| | |
|
| |
| |
| |
| | |
NASM 2.01 can be rebuilt from el6 spec file
|
| | |
|
|\|
| |
| | |
change the Copyright year
|
|/ |
|
|\
| |
| | |
Various fixes for Java viewer UI
|
| |
| |
| |
| |
| |
| | |
Apple changed the implementation of KeyEvent.getKeyText() to
return the unicode for the key glyph instead of a textual
description.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
Significant improvements to the Java viewer UI to
make it more robust and tolerant of new tabs, fonts,
etc. TextFields and editable ComboBoxes that are
specific to integer values now only accept integer
input.
|
| | |
|
| |\
| |/
|/| |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Additional change need for dynamic build of libX11
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Building libX11 statically causes problems with libpthread, however
the version of libX11 that ships with el5 is too old to build libXext.
So we have to build a dynamic version of libX11 and link against that
while building. The resulting binary will actually be linked against
the system libX11, which should be ABI compatible as far as Xvnc is
concerned.
|
| |\
| |/
|/| |
|
| |
| |
| |
| |
| |
| |
| |
| | |
6262bac introduced a regression that resulted in a 1 pixel border
around the window on some platforms. The underlying issue was
actually caused by overriding the getPreferredSize() method in
DesktopWindow and returning the scaled width & height, which
might not have been set to valid values.
|
| |\
| |/
|/| |
|
| | |
|
| | |
|
| |\
| |/
|/| |
|
|\ \
| | |
| | | |
Add workaround for Vino's VeNCrypt implementation to Java viewer
|
| | |
| | |
| | |
| | | |
Implemented Pierre's workaround (1f8aba3) to java viewer.
|
| | |
| | |
| | |
| | |
| | | |
We have lots of code that deals with Windows versions that we no
longer support anyway. Clean out all of this old cruft.
|
| | |
| | |
| | |
| | |
| | | |
We don't have any meaningful code for the mirror driver, so
remove the confusing stub and interface for it.
|
| | |
| | |
| | |
| | |
| | | |
The identifier is used to compute the registry path, and should
ideally be kept short and without spaces.
|
| | |
| | |
| | |
| | |
| | |
| | | |
The argument named "desc" was not actually the description, but
rather the short "display name". Add handling for the actual
description to reduce confusion.
|
| | |
| | |
| | |
| | |
| | |
| | | |
The check for visible drawables didn't account for compositing
which can place a window off-screen. Put all of these checks in
a common place and make sure it detects things properly.
|
|/ /
| |
| |
| |
| | |
These files are not Red Hat or Ubuntu specific, so install them
on all Unix systems where the viewer is installed.
|
| |
| |
| |
| |
| | |
Adds missing build dependencies and fixes java compile issues
caused by non-ascii characters in comments.
|
| |
| |
| |
| |
| | |
Adds missing build dependencies and fixes java compile issues
caused by non-ascii characters in comments.
|
| |\
| |/
|/| |
|
| |
| |
| |
| | |
Updating control file per suggestion in #258
|
| |
| |
| |
| | |
[re #258] Add missing build-deps and allow deb to build on any arch
|