Tags: sigwx/turbovnc
Tags
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%.
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.
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
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.
PreviousNext