aboutsummaryrefslogtreecommitdiffstats
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
...
* Set focus to password field in UserDialogBrian P. Hinz2018-03-211-3/+7
| | | | Fixes issue #616
* 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
| | | | Menukey was broken by recent refactoring of OptionsDialog
* Fixes for erros in java hextile/zrle decodersBrian P. Hinz2018-01-1616-386/+274
| | | | | | Various errors exposed when connecting to RealVNC servers on alternative platforms (ARM, SPARC). SSLEngineManager was also cleaned up but most of the changes are cosmetic.
* Display security state when asking for password (java)Brian P. Hinz2017-11-3013-17/+62
|
* Move UserPasswordGetter out of CConnBrian P. Hinz2017-11-3011-107/+243
|
* Override default window manager key bindings betterBrian P. Hinz2017-11-151-8/+7
|
* Fix build Java errors caused by UTF-8 characters in source commentsBrian P. Hinz2017-11-131-1/+1
| | | | See issue #534
* Raise minimum supported Java version to 7Brian P. Hinz2017-11-131-1/+1
| | | | | Changes to keyboard handling require methods from the KeyEvent class that were not introduced until Java 7.
* Override implicit focus transfer when "F10" key is pressedBrian P. Hinz2017-11-131-0/+10
| | | | | | | Java L&F has pre-defined hook that transfers the focus to the menu of the RootPane. Since the viewer doesn't have a menu this just causes a loss of focus and subsequent unexpected behavior of keyboard and mouse.
* Refactoring and implementation changes to keyboard and mouse handlingBrian P. Hinz2017-11-1311-978/+2467
| | | | See issue #505
* Add formatted string function to LogWriter.Brian P. Hinz2017-11-131-4/+12
| | | | Need to be careful with escapes though.
* 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
| | | | | Some servers respect the ordering of pseudo-encodings as well, so make sure we list the best one first.
* Fully implement support for alpha cursor pseudo encoding.Brian P. Hinz2017-08-124-2/+14
| | | | | | | Alpha cursors are not supported in java on Windows so disable it in that case. Ideally it would be nice to be able to test whether or not the client OS supports it, but at the moment MS Windows is the only one that I'm aware of that doesn't.
* Fixed issue where CLI paramters specified as "-param value" causedBrian P. Hinz2017-08-061-4/+5
| | | | | a java.nio.BufferOverflowException while the same parameter specified as "-param=value" worked fine.
* 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
|
* Make sure install path for java classes is properly defined (re:#295)Brian P. Hinz2017-05-071-0/+2
|
* 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
|
* Change development version to 1.8.80Pierre Ossman2017-04-191-1/+1
|
* 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
|
* Fix for exception handling in decoder threads (java client)Brian P. Hinz2017-02-271-1/+1
|
* Java client support for cursors with full alphaBrian P. Hinz2017-02-279-79/+126
|
* Downed hosts should timeout reasonably quicklyBrian P. Hinz2017-02-201-13/+30
|
* Java client was not honoring "ServerName" option in config filesBrian P. Hinz2017-02-202-43/+63
| | | | Mentioned in issue #38
* Fix regression that omitted support for client redirect.Brian P. Hinz2017-02-103-34/+52
| | | | | | Also, delay showing DesktopWindow until first valid rect has been recieved. This allows for a ClientRedirect to take place before any data rects have been received.
* Complete rewrite of pixel buffer & decoder implementation.Brian P. Hinz2016-12-1027-1851/+3802
| | | | | Adds multi-threading, more robust support for different pixel formats, and several new runtime options.
* Whitespace cleanupBrian P. Hinz2016-12-101-7/+6
|
* Delete unecessary filesBrian P. Hinz2016-12-102-294/+0
|
* Method cleanup.Brian P. Hinz2016-12-108-231/+500
| | | | Sync various methods and filenames with C++ versions
* Whitespace cleanupBrian P. Hinz2016-12-102-11/+11
|
* Update versionBrian P. Hinz2016-12-101-1/+1
|
* Added a method for copying between streamsBrian P. Hinz2016-10-201-0/+11
|
* Added a method for reading into a ByteBufferBrian P. Hinz2016-10-201-0/+12
|
* Cosmetic change (increased border spacing)Brian P. Hinz2016-10-191-1/+1
|