aboutsummaryrefslogtreecommitdiffstats
path: root/java/com/tigervnc/vncviewer
Commit message (Expand)AuthorAgeFilesLines
* Display security state when asking for password (java)Brian P. Hinz2017-11-303-2/+23
* Move UserPasswordGetter out of CConnBrian P. Hinz2017-11-303-57/+191
* Override default window manager key bindings betterBrian P. Hinz2017-11-151-8/+7
* Override implicit focus transfer when "F10" key is pressedBrian P. Hinz2017-11-131-0/+10
* Refactoring and implementation changes to keyboard and mouse handlingBrian P. Hinz2017-11-138-579/+827
* Rename CMsgWriter functions to match C++ codeBrian P. Hinz2017-11-132-5/+5
* Fully implement support for alpha cursor pseudo encoding.Brian P. Hinz2017-08-122-1/+6
* Fixed issue where CLI paramters specified as "-param value" causedBrian P. Hinz2017-08-061-4/+5
* Fixed issue where -dotWhenNoCUrsor cli arg was not being honoredBrian P. Hinz2017-08-061-0/+1
* Extend JavaPixelBuffer to make further use of Graphics2D opsBrian P. Hinz2017-05-241-1/+33
* Minimize thread blocking and improve thread safety in java viewerBrian P. Hinz2017-05-242-18/+20
* Name threads for easier profilingBrian P. Hinz2017-05-241-3/+1
* Fix for issue #455Brian P. Hinz2017-05-062-7/+8
* Set gateway host correctly when -via is usedBrian P. Hinz2017-05-061-1/+1
* Multithreaded decoder improvements (java viewer)Brian P. Hinz2017-05-061-0/+1
* More fixes for java viewer performance regressionBrian P. Hinz2017-04-172-4/+19
* Update visible copyright year to 2017Samuel Mannehed2017-03-202-2/+2
* Java client support for cursors with full alphaBrian P. Hinz2017-02-273-44/+14
* Java client was not honoring "ServerName" option in config filesBrian P. Hinz2017-02-202-43/+63
* Fix regression that omitted support for client redirect.Brian P. Hinz2017-02-102-34/+36
* Complete rewrite of pixel buffer & decoder implementation.Brian P. Hinz2016-12-1011-1369/+1489
* Whitespace cleanupBrian P. Hinz2016-12-101-7/+6
* Whitespace cleanupBrian P. Hinz2016-12-101-1/+1
* 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-2714-2140/+1680
* 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
* Fix exit routine in java viewerBrian P. Hinz2015-10-111-4/+3
* Added hostname verification for x509 authentication typesBrian P. Hinz2015-10-091-0/+4
* Fix Viewport initial sizing issue on OS XBrian P. Hinz2015-09-131-1/+3
* 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
* More Java viewer clipboard handler fixesBrian P. Hinz2014-11-191-4/+9
* 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
* Embedded applet should not show server dialogBrian P. Hinz2014-06-261-1/+1