8000 Tags · sigwx/turbovnc · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: sigwx/turbovnc

Tags

3.0beta1

Toggle 3.0beta1's commit message
Bump version to 2.2.90 (3.0 beta1)

2.2.7

Toggle 2.2.7's commit message
Win: Make the zoom-out behavior more intuitive

If the current scaling factor is between two of the normal zoom stops
(10-100% in increments of 10%, 100-200% in increments of 25%, and
200-400% in increments of 50%), then zoom out to the nearest stop.  If
the current scaling factor is above 400%, then zoom out to 400% rather
than stopping at the nearest increment of 50% above 400%.

2.2.6

Toggle 2.2.6's commit message
Tag 2.2.6 release

2.2.5

Toggle 2.2.5's commit message
Build: Fix DEB packaging error in official build

Architecture-specific package dependencies aren't supported in the older
version of dpkg that our CentOS 5 Docker image still uses.  We don't
actually need architecture-specific dependencies anyhow, because the
amd64 and i386 TurboVNC packages will never be co-installed.

2.2.4

Toggle 2.2.4's commit message
Server: Add X Record Extension

2.2.3

Toggle 2.2.3's commit message
Tag 2.2.3 release

2.2.2

Toggle 2.2.2's commit message
makemacpkg: Sign uninstaller app as well

2.2.1

Toggle 2.2.1's commit message
Server: Fix client->server CB xfer issue w/Qt apps

Validating the timestamp in vncConvertSelection() was too strict, since
ProcConvertSelection() doesn't do that, and some applications expect the
more lenient behavior.

Based on:
TigerVNC/tigervnc@dfc2001

Fixes TurboVNC#158

2.2

Toggle 2.2's commit message
Tunnel.java: Remove unused import

Detected by checkstyle.java.  This should have been part of
e85e705.

2.2beta1

Toggle 2.2beta1's commit message
Fix continuous integration of pull requests

- Travis doesn't set the $encrypted_* variables for PRs, so disable GPG
signing when building a PR (artifacts aren't deployed for PRs anyhow,
and even if they were, I wouldn't want them to be signed, as they may
contain unvetted code.)
- Take advantage of the new -d option in buildvgl, which allows for
building from an existing Git clone directory.  This eliminates the need
to rename and restore .git/shallow, allows the official build scripts to
work properly when building PRs, and prevents 'git clone' being invoked
twice in CI builds.
0