aboutsummaryrefslogtreecommitdiffstats
path: root/java
Commit message (Expand)AuthorAgeFilesLines
* Complete rewrite of pixel buffer & decoder implementation.Brian P. Hinz2016-12-1027-1851/+3802
* Whitespace cleanupBrian P. Hinz2016-12-101-7/+6
* Delete unecessary filesBrian P. Hinz2016-12-102-294/+0
* Method cleanup.Brian P. Hinz2016-12-108-231/+500
* Whitespace cleanupBrian P. Hinz2016-12-102-11/+11
* Update versionBrian P. Hinz2016-12-101-1/+1
* Added a method for copying between streamsBrian P. Hinz2016-10-201-0/+11
* Added a method for reading into a ByteBufferBrian P. Hinz2016-10-201-0/+12
* Cosmetic change (increased border spacing)Brian P. Hinz2016-10-191-1/+1
* Added filename filters to file chooser dialogsBrian P. Hinz2016-08-284-8/+34
* Make all viewer parameters static. Viewer instances are isolated from each ot...Brian P. Hinz2016-08-2721-2230/+1748
* Major overhaul of java viewer.Brian P. Hinz2016-08-072-0/+773
* Overhaul of SSH tunneling features in Java viewerBrian P. Hinz2016-03-317-386/+958
* change the Copyright yearBojan Memetovic2016-03-182-2/+2
* Fix names of menu keys in options dialog on OS XBrian P. Hinz2016-03-172-1/+8
* Code formatting tweaks (shorter line lengths)Brian P. Hinz2016-03-171-6/+13
* Various fixes to Java viewer UIBrian P. Hinz2016-03-177-506/+1014
* (U) Fix invalid String comparisonBrian P. Hinz2016-03-141-1/+1
* Regression fix for Java window sizeBrian P. Hinz2016-02-103-31/+20
* Add workaround for Vino's VeNCrypt implementation to Java viewerBrian P. Hinz2016-01-171-2/+14
* Suppress/eliminate JDK warningsBrian P. Hinz2015-12-2611-28/+48
* Upgrade in-tree jsch and jzlib to latest upstream versionsBrian P. Hinz2015-12-26153-2368/+8073
* Change development version to 1.6.80Pierre Ossman2015-11-261-1/+1
* Fix exit routine in java viewerBrian P. Hinz2015-10-111-4/+3
* More cleanup of x509 exception handling in java viewerBrian P. Hinz2015-10-111-27/+20
* Cleanup exception handling for x509* auth types in java viewerBrian P. Hinz2015-10-101-58/+17
* Added hostname verification for x509 authentication typesBrian P. Hinz2015-10-092-3/+84
* Don't exit completely if single viewer declines server certBrian P. Hinz2015-09-202-4/+38
* Fixes for X509 CA certificate handlingBrian P. Hinz2015-09-191-24/+97
* Fix Viewport initial sizing issue on OS XBrian P. Hinz2015-09-131-1/+3
* Handle CA chain certificatesBrian P. Hinz2015-09-131-4/+7
* Improve handling of x509 authenticationBrian P. Hinz2015-09-131-24/+101
* Fix UI logic in Java viewerBrian P. Hinz2015-08-201-1/+0
* Disable window functions for embedded appletBrian P. Hinz2015-08-202-0/+6
* Disable desktopSize option for embedded appletsBrian P. Hinz2015-08-201-1/+2
* Add multiple monitor spanning feature to java viewerBrian P. Hinz2015-08-204-12/+65
* Java viewer UI updatesBrian P. Hinz2015-08-202-14/+11
* Fix desktopSize parameter issueBrian P. Hinz2015-08-201-5/+3
* Add resize on connect menu controls to Java viewerBrian P. Hinz2015-07-122-2/+65
* Update OptionsDialog UI layout for better consistency with Fltk viewerBrian P. Hinz2015-07-121-25/+30
* Allow java viewer to load without manifest properlyToni Spets2015-07-012-2/+2
* Change development version to 1.5.80Pierre Ossman2015-06-181-1/+1
* Decode serverCutText to ISO-8859-1Brian P. Hinz2015-03-021-7/+6
* Don't violate RFB spec by sending UTF-8Brian P. Hinz2015-03-011-6/+5
* Merge pull request #75 from bphinz/javaBrian Hinz2014-11-191-4/+9
|\
| * More Java viewer clipboard handler fixesBrian P. Hinz2014-11-191-4/+9
* | Change development version to 1.4.80Pierre Ossman2014-11-191-1/+1
|/
* Major rework of Java viewer clipboard handlingBrian P. Hinz2014-11-192-71/+83
* Fixed issue where java viewer in listen mode did not exit properly.Brian P. Hinz2014-11-131-1/+1
* Fix getSockPort methods in java TcpSocketBrian P. Hinz2014-11-132-6/+5