aboutsummaryrefslogtreecommitdiffstats
path: root/java/com
Commit message (Expand)AuthorAgeFilesLines
* Invalidate duplicate screensBrian P. Hinz2019-11-161-2/+2
* 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
* Using socket.getPeerName() causes DNS lookup and noticable UI stallBrian P. Hinz2019-11-021-4/+2
* [java] Add support for java 9+ (removes support for java 7). Fixes #708,#771Brian P. Hinz2019-10-221-4/+16
* [java] Trim any leading/trailing whitespace from servernameBrian P. Hinz2019-10-221-0/+1
* Remove unused force protocol 3.3 codePierre Ossman2019-04-011-8/+2
* 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
|/
* [Java] Fix error in VeNCrypt protocol implemtationBrian P. Hinz2018-08-201-6/+6
* Release queueMutex using finally blocksPepijn Van Eeckhoudt2018-08-201-38/+56
* 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
* Fixes for erros in java hextile/zrle decodersBrian P. Hinz2018-01-1616-386/+274
* Display security state when asking for password (java)Brian P. Hinz2017-11-3012-6/+46
* Move UserPasswordGetter out of CConnBrian P. Hinz2017-11-3011-107/+243
* 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-1311-978/+2467
* Add formatted string function to LogWriter.Brian P. Hinz2017-11-131-4/+12
* Rename CMsgWriter functions to match C++ codeBrian P. Hinz2017-11-133-8/+8
* Send cursor pseudo-encodings in order of preferencePierre Ossman2017-08-161-2/+2
* Fully implement support for alpha cursor pseudo encoding.Brian P. Hinz2017-08-124-2/+14
* 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
* Fix for NPE when zero width or height alpha cursor is sentBrian P. Hinz2017-08-032-19/+26
* Handle certificate verification for saved certs correctlyBrian P. Hinz2017-07-221-42/+34
* Allow multiple certs with same DN in saved certs file.Brian P. Hinz2017-07-221-13/+21
* Various fixes for Region handling in java viewerBrian P. Hinz2017-05-241-20/+12
* 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-245-56/+78
* Name threads for easier profilingBrian P. Hinz2017-05-242-4/+2
* Better checks for object equality, remove redundant initializerBrian P. Hinz2017-05-241-6/+7
* CopyRectDecoder missing getAffectedRegion method in java viewerBrian P. Hinz2017-05-241-0/+14
* 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-063-11/+12
* More fixes for java viewer performance regressionBrian P. Hinz2017-04-175-10/+26
* Partial fix for java viewer performance regressionBrian P. Hinz2017-04-041-8/+8
* Update visible copyright year to 2017Samuel Mannehed2017-03-202-2/+2
* Java client support for X CursorBrian P. Hinz2017-02-272-0/+60