aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/tigervnc/vncviewer
Commit message (Expand)AuthorAgeFilesLines
* Move Java source up one level and allow Java viewer to be built as a standalo...DRC2011-10-0720-4296/+0
* Fix rendering issue when scrollbars are present. Only set options.{autoScale,...Brian Hinz2011-10-062-13/+6
* Pull version and build number from CMake build system; Change About dialog wo...DRC2011-10-063-6/+22
* More changes to scaling code. Tested on Ubuntu 11.04/OpenJDK and Win7/Sun Ja...Brian Hinz2011-10-063-31/+39
* Update documentation for Java viewer and add build instructionsDRC2011-10-062-425/+68
* The previous fix to the NullPointer issue did not work, because it was simply...DRC2011-10-051-6/+6
* Remove old Makefile in favor of new CMake-based Java build systemDRC2011-10-051-65/+0
* Fix null pointer issue. Thanks DRC, that was driving me nuts.Brian Hinz2011-10-051-1/+1
* Undocument the PARAMS variableDRC2011-10-051-5/+1
* Remove unneeded $PARAMS variable (not sure why it was there in the first plac...DRC2011-10-051-1/+0
* Revert accidental change to index.vnc fileBrian Hinz2011-10-051-0/+1
* More fixes for bug #3418256. Copied jarsigning routine from TurboVNC in order...Brian Hinz2011-10-058-76/+114
* Fixes for bug #3418258. Cleans up all of the 'unchecked' and 'deprecated' li...Brian Hinz2011-10-043-9/+9
* Fixes for bug #3418256. Need to verify that applets deployed via JWS can stil...Brian Hinz2011-10-046-13/+41
* Integrate Java TigerVNC Viewer build into CMake build systemDRC2011-10-041-0/+4
* fix for invalid hotspot error when scalingFactor becomes small. Override rep...Brian Hinz2011-10-022-17/+11
* lots of fixes to scaling code. Adds support for FixedRatio and AutoScaling (c...Brian Hinz2011-10-013-27/+102
* initial support for client side scaling. Options dialog offers "Auto" and "Fi...Brian Hinz2011-09-304-35/+145
* remove unused variablesBrian Hinz2011-08-242-4/+0
* 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
* expose jpeg quality level 0 in guiBrian Hinz2011-08-231-2/+2
* added option to disable system bell. added missing callback for setting optio...Brian Hinz2011-08-183-3/+16
* add support for "hidden" compression levels 0,7,8,9 in the gui (JComboBox is ...Brian Hinz2011-08-182-2/+22
* Implement recommendations from low-level performance study into java client. ...Brian Hinz2011-08-172-4/+4
* 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-304-2187/+2187
* Remove version number from Java README file (so we don't have to keep updatin...DRC2011-06-281-4/+3
* Update copyright messages to reflect actual source codeDRC2011-06-281-4/+3
* Re-order from least to most recentDRC2011-06-241-3/+3
* Update copyrights to reflect the new Java code we're usingDRC2011-06-241-3/+5
* Change version number to 1.1.80 (1.2 alpha) to distinguish from the 1.1 branchDRC2011-06-242-2/+2
* Imported JZlib source tree and re-implemented ZlibInStream using JZlib, simil...Brian Hinz2011-06-172-103/+104
* initial support for ClientRedirect and VeNCrypt sub-type Ident in java viewerBrian Hinz2011-06-102-16/+66
* Make the install target install the same files as the xserver-install targetDRC2011-06-021-2/+3
* [java client] improve gui set/get methods for compression & quality levels.Brian Hinz2011-05-282-6/+6
* [java viewer] fixed typo in makefileBrian Hinz2011-05-251-1/+1
* [java viewer] fixed incorrect offset value in custom compression setting from...Brian Hinz2011-05-251-2/+2
* add support for SetDesktopSizeBrian Hinz2011-05-173-29/+51
* Ensure that a modified source file under rdr/ or rfb/ will trigger a rebuildDRC2011-05-171-1/+1
* changed string reads/writes to use utf-8. Also fixed location of icon resource.Brian Hinz2011-05-173-14/+9
* Update location of resource used to store build timestamp.Brian Hinz2011-05-132-5/+12
* Completely reworked Java viewer (contributed by Brian Hinz)DRC2011-05-1338-6306/+3265
* [Development] Remove support for the "Tight" security type from Java code.Adam Tkac2010-11-188-933/+23
* [Bugfix] java: Disable Tight security type.Adam Tkac2010-11-181-0/+2
* [Development] java: Implement X509 Security types. (Martin Koegler)Adam Tkac2010-11-184-2/+128
* [Development] java: Implement TLS security type. (Martin Koegler)Adam Tkac2010-11-185-2/+167
* [Doc] Add copyrights to recently added Message Box code.Adam Tkac2010-11-112-0/+2
* [Development] java: Add simple Message Box implementation. (Martin Koegler)Adam Tkac2010-11-113-2/+166
* [Development] java: Implement Plain Security type. (Martin Koegler)Adam Tkac2010-11-112-0/+20