aboutsummaryrefslogtreecommitdiffstats
path: root/java/com/tigervnc/vncviewer
Commit message (Expand)AuthorAgeFilesLines
* Fix for issue 1215Brian P. Hinz2021-03-111-13/+14
* Update copyright year to 2021Pierre Ossman2021-01-252-2/+2
* [java] don't show password field for secTypes that don't use itBrian P. Hinz2020-09-041-8/+11
* Fixes for Java 11. SocketDescriptor change was a workaround for a previous ja...Brian P. Hinz2020-08-091-33/+11
* Update copyright year to 2020Pierre Ossman2020-01-162-2/+2
* Mostly stylistic changes to java viewer to match recent changes to native viewerBrian P. Hinz2019-12-211-2/+2
* Fix maximum compress lvl in parameter listSamuel Mannehed2019-12-201-1/+1
* Use the correct minimum value for compression lvlSamuel Mannehed2019-12-201-1/+1
* Use the correct maximum value for compression lvlSamuel Mannehed2019-12-201-1/+1
* Remove confusing note about compression levelSamuel Mannehed2019-12-201-1/+1
* Simplify color level descriptionsSamuel Mannehed2019-12-202-10/+5
* Remove old Java applet supportBrian P. Hinz2019-11-216-244/+17
* RFB refactoring to sync with native clientBrian P. Hinz2019-11-214-281/+115
* Set explicit connect timeout on socket and use timer instead of counting iter...Brian P. Hinz2019-11-061-2/+3
* Poll local socket to make sure SSH tunnel is ready before connectingBrian P. Hinz2019-11-041-2/+29
* Fix external SSH arguments dialogBrian P. Hinz2019-11-032-19/+18
* Fix for dialog modality on Mac OS XBrian P. Hinz2019-11-031-0/+3
* Fix for issue #796Brian P. Hinz2019-11-033-28/+25
* [java] Trim any leading/trailing whitespace from servernameBrian P. Hinz2019-10-221-0/+1
* Update visible copyright years to 2019Samuel Mannehed2019-02-272-2/+2
* Merge branch 'nojava' of https://github.com/CendioOssman/tigervncPierre Ossman2018-10-264-113/+9
|\
| * Remove Java web serverPierre Ossman2018-10-094-113/+9
* | Change to https for tigervnc URLPierre Ossman2018-10-193-3/+3
|/
* 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
* Set focus to password field in UserDialogBrian P. Hinz2018-03-211-3/+7
* Update visible copyright year to 2018Samuel Mannehed2018-02-082-2/+2
* Rename README.txt to README.rst and convert to reStructuredTextPeter Åstrand (astrand)2018-01-311-1/+1
* Restore menukey function to java viewerBrian P. Hinz2018-01-163-4/+8
* 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