aboutsummaryrefslogtreecommitdiffstats
path: root/java/com/tigervnc/vncviewer/VncViewer.java
Commit message (Expand)AuthorAgeFilesLines
* Refer to the viewer as just "TigerVNC"Pierre Ossman2025-03-131-2/+2
* Update visible copyright year to 2025Pierre Ossman2025-01-141-1/+1
* Always use lowercase "t" for TigerVNC teamPierre Ossman2025-01-141-1/+1
* Merge branch 'largeCursor' of https://github.com/krystof1119/tigervncPierre Ossman2025-01-091-0/+11
|\
| * Add local cursor selection for Java versionKrystof Pistek2024-08-181-0/+11
* | Standardize on sentence case in titlesMadeleine (ThinLinc team)2024-11-111-4/+4
|/
* Update copyright year to 2024Samuel Mannehed2024-01-091-1/+1
* Update copyright year to 2023Samuel Mannehed2023-07-201-1/+1
* Add support for RSA-AES security types in Java viewerpdlan2022-09-031-1/+1
* Fix for reflection warnings for strongly encapsulated Desktop methods in Java...Brian P. Hinz2022-01-291-4/+14
* Update copyright year to 2022Pierre Ossman2022-01-051-1/+1
* Update copyright year to 2021Pierre Ossman2021-01-251-1/+1
* 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