summaryrefslogtreecommitdiffstats
path: root/java/com/tigervnc/vncviewer/VncViewer.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2020Pierre Ossman2020-01-161-1/+1
* Remove old Java applet supportBrian P. Hinz2019-11-211-144/+6
* Update visible copyright years to 2019Samuel Mannehed2019-02-271-1/+1
* Change to https for tigervnc URLPierre Ossman2018-10-191-1/+1
* Increase maximum vnc server name lengthAlexander Duryagin2018-08-151-1/+1
* Accept a cfg as an argument as an alt way to start the viewerMathias Jonsson2018-05-221-0/+24
* Update visible copyright year to 2018Samuel Mannehed2018-02-081-1/+1
* Rename README.txt to README.rst and convert to reStructuredTextPeter Åstrand (astrand)2018-01-311-1/+1
* Move UserPasswordGetter out of CConnBrian P. Hinz2017-11-301-0/+3
* Refactoring and implementation changes to keyboard and mouse handlingBrian P. Hinz2017-11-131-2/+2
* Fully implement support for alpha cursor pseudo encoding.Brian P. Hinz2017-08-121-1/+1
* Fixed issue where CLI paramters specified as "-param value" causedBrian P. Hinz2017-08-061-4/+5
* Name threads for easier profilingBrian P. Hinz2017-05-241-3/+1
* Update visible copyright year to 2017Samuel Mannehed2017-03-201-1/+1
* Java client was not honoring "ServerName" option in config filesBrian P. Hinz2017-02-201-24/+33
* Complete rewrite of pixel buffer & decoder implementation.Brian P. Hinz2016-12-101-66/+72
* Make all viewer parameters static. Viewer instances are isolated from each ot...Brian P. Hinz2016-08-271-301/+133
* Overhaul of SSH tunneling features in Java viewerBrian P. Hinz2016-03-311-28/+62
* change the Copyright yearBojan Memetovic2016-03-181-1/+1
* Various fixes to Java viewer UIBrian P. Hinz2016-03-171-2/+12
* Fix exit routine in java viewerBrian P. Hinz2015-10-111-4/+3
* Add multiple monitor spanning feature to java viewerBrian P. Hinz2015-08-201-2/+6
* Java viewer UI updatesBrian P. Hinz2015-08-201-1/+0
* Allow java viewer to load without manifest properlyToni Spets2015-07-011-1/+1
* 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
* r5142 and r5149 borrowed code from the TurboVNC viewer, which has different C...Brian Hinz2014-01-111-5/+6
* r5138 did not completely resolve the problem with clipboard data consuming to...Brian Hinz2014-01-111-1/+1
* Moved OS X setDockIconImage call into VncViewer.setLookAndFeel so that the do...Brian Hinz2014-01-101-0/+12
* Re-introduces embedded applet mode for the java viewer. On Windows and Linux,...Brian Hinz2014-01-021-29/+109
* Copied Lion fullScreen code from TurboVNC viewer. This is a more robust impl...Brian Hinz2013-12-011-1/+9
* Fixes a condition where too much data on the local clipboard causes the clien...Brian Hinz2013-11-231-0/+4
* Update more copyrights to 2013. Peter Åstrand2013-06-111-1/+1
* Whitespace cleanup onlyBrian Hinz2013-05-121-17/+17
* Update copyright datesBrian Hinz2013-03-011-1/+1
* Replace multiple instantiations of code to retrieve resources (icons, timesta...Brian Hinz2013-03-011-13/+12
* Make exception handling more user friendly. Not all exceptions are 'errors' ...Brian Hinz2012-12-161-5/+11
* Cleanup linter warnings wherever possible and suppress all linter warnings fr...Brian Hinz2012-12-141-3/+2
* Updated copyright notice, fixed build stringBrian Hinz2012-09-011-1/+1
* secondary viewers were not loading user preferencesBrian Hinz2012-08-301-0/+1
* adds initial support for loading & saving of both configuration files and use...Brian Hinz2012-08-291-0/+13
* Properly handle zero-length argumentsBrian Hinz2012-08-261-0/+3
* Fix AccessControlException caused by using System.exit() in applet mode, and ...Brian Hinz2012-08-261-25/+23
* removed ANSI character escapes, not supported on Windows cmd lineBrian Hinz2012-05-231-13/+11
* Shortened SSH tunneling System property names, fixed problem with parsing of ...Brian Hinz2012-05-231-4/+5
* Adds support for setting the menu key via cmd line arg. Adds all menu keys s...Brian Hinz2012-05-161-5/+4
* Implemented rfb/Configuration similar to the native client methods. Added equ...Brian Hinz2012-05-141-55/+92
* Reverted change introduced in r4910, r4911 didn't fix the problem that was cr...Brian Hinz2012-05-071-2/+3
* Fixed a null pointer exception introduced by r4909Brian Hinz2012-05-071-2/+2
* Re-implemented SSH tunneling features in Java viewer based on TurboVNC native...Brian Hinz2012-05-061-102/+79