summaryrefslogtreecommitdiffstats
path: root/java/src/com/tigervnc/vncviewer/CConn.java
Commit message (Expand)AuthorAgeFilesLines
* Move Java source up one level and allow Java viewer to be built as a standalo...DRC2011-10-071-1309/+0
* Pull version and build number from CMake build system; Change About dialog wo...DRC2011-10-061-1/+1
* More changes to scaling code. Tested on Ubuntu 11.04/OpenJDK and Win7/Sun Ja...Brian Hinz2011-10-061-28/+26
* More fixes for bug #3418256. Copied jarsigning routine from TurboVNC in order...Brian Hinz2011-10-051-1/+1
* Fixes for bug #3418258. Cleans up all of the 'unchecked' and 'deprecated' li...Brian Hinz2011-10-041-4/+4
* Fixes for bug #3418256. Need to verify that applets deployed via JWS can stil...Brian Hinz2011-10-041-1/+1
* fix for invalid hotspot error when scalingFactor becomes small. Override rep...Brian Hinz2011-10-021-11/+3
* lots of fixes to scaling code. Adds support for FixedRatio and AutoScaling (c...Brian Hinz2011-10-011-16/+57
* initial support for client side scaling. Options dialog offers "Auto" and "Fi...Brian Hinz2011-09-301-20/+78
* prevent window artifact during clientRedirectBrian Hinz2011-08-231-1/+2
* added sanity checks for setting jpeg quality level from command lineBrian Hinz2011-08-231-1/+5
* added option to disable system bell. added missing callback for setting optio...Brian Hinz2011-08-181-1/+7
* add support for "hidden" compression levels 0,7,8,9 in the gui (JComboBox is ...Brian Hinz2011-08-181-2/+11
* make sure support for clientRedirect is enabled in java viewerBrian Hinz2011-07-141-0/+1
* corrected all inconsistent eol-styles and set eol-style:native on *.java. Al...Brian Hinz2011-06-301-1163/+1163
* initial support for ClientRedirect and VeNCrypt sub-type Ident in java viewerBrian Hinz2011-06-101-10/+60
* [java client] improve gui set/get methods for compression & quality levels.Brian Hinz2011-05-281-4/+4
* [java viewer] fixed incorrect offset value in custom compression setting from...Brian Hinz2011-05-251-2/+2
* add support for SetDesktopSizeBrian Hinz2011-05-171-28/+42
* changed string reads/writes to use utf-8. Also fixed location of icon resource.Brian Hinz2011-05-171-1/+1
* Update location of resource used to store build timestamp.Brian Hinz2011-05-131-3/+1
* Completely reworked Java viewer (contributed by Brian Hinz)DRC2011-05-131-0/+1137