Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Rename CMsgWriter functions to match C++ code | Brian P. Hinz | 2017-11-13 | 3 | -8/+8 | |
| | ||||||
* | Send cursor pseudo-encodings in order of preference | Pierre Ossman | 2017-08-16 | 1 | -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. Hinz | 2017-08-12 | 4 | -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" caused | Brian P. Hinz | 2017-08-06 | 1 | -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 honored | Brian P. Hinz | 2017-08-06 | 1 | -0/+1 | |
| | ||||||
* | Fix for NPE when zero width or height alpha cursor is sent | Brian P. Hinz | 2017-08-03 | 2 | -19/+26 | |
| | ||||||
* | Handle certificate verification for saved certs correctly | Brian P. Hinz | 2017-07-22 | 1 | -42/+34 | |
| | ||||||
* | Allow multiple certs with same DN in saved certs file. | Brian P. Hinz | 2017-07-22 | 1 | -13/+21 | |
| | ||||||
* | Various fixes for Region handling in java viewer | Brian P. Hinz | 2017-05-24 | 1 | -20/+12 | |
| | ||||||
* | Extend JavaPixelBuffer to make further use of Graphics2D ops | Brian P. Hinz | 2017-05-24 | 1 | -1/+33 | |
| | ||||||
* | Minimize thread blocking and improve thread safety in java viewer | Brian P. Hinz | 2017-05-24 | 5 | -56/+78 | |
| | ||||||
* | Name threads for easier profiling | Brian P. Hinz | 2017-05-24 | 2 | -4/+2 | |
| | ||||||
* | Better checks for object equality, remove redundant initializer | Brian P. Hinz | 2017-05-24 | 1 | -6/+7 | |
| | ||||||
* | CopyRectDecoder missing getAffectedRegion method in java viewer | Brian P. Hinz | 2017-05-24 | 1 | -0/+14 | |
| | ||||||
* | Make sure install path for java classes is properly defined (re:#295) | Brian P. Hinz | 2017-05-07 | 1 | -0/+2 | |
| | ||||||
* | Fix for issue #455 | Brian P. Hinz | 2017-05-06 | 2 | -7/+8 | |
| | ||||||
* | Set gateway host correctly when -via is used | Brian P. Hinz | 2017-05-06 | 1 | -1/+1 | |
| | ||||||
* | Multithreaded decoder improvements (java viewer) | Brian P. Hinz | 2017-05-06 | 3 | -11/+12 | |
| | ||||||
* | Change development version to 1.8.80 | Pierre Ossman | 2017-04-19 | 1 | -1/+1 | |
| | ||||||
* | More fixes for java viewer performance regression | Brian P. Hinz | 2017-04-17 | 5 | -10/+26 | |
| | ||||||
* | Partial fix for java viewer performance regression | Brian P. Hinz | 2017-04-04 | 1 | -8/+8 | |
| | ||||||
* | Update visible copyright year to 2017 | Samuel Mannehed | 2017-03-20 | 2 | -2/+2 | |
| | ||||||
* | Java client support for X Cursor | Brian P. Hinz | 2017-02-27 | 2 | -0/+60 | |
| | ||||||
* | Fix for exception handling in decoder threads (java client) | Brian P. Hinz | 2017-02-27 | 1 | -1/+1 | |
| | ||||||
* | Java client support for cursors with full alpha | Brian P. Hinz | 2017-02-27 | 9 | -79/+126 | |
| | ||||||
* | Downed hosts should timeout reasonably quickly | Brian P. Hinz | 2017-02-20 | 1 | -13/+30 | |
| | ||||||
* | Java client was not honoring "ServerName" option in config files | Brian P. Hinz | 2017-02-20 | 2 | -43/+63 | |
| | | | | Mentioned in issue #38 | |||||
* | Fix regression that omitted support for client redirect. | Brian P. Hinz | 2017-02-10 | 3 | -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. Hinz | 2016-12-10 | 27 | -1851/+3802 | |
| | | | | | Adds multi-threading, more robust support for different pixel formats, and several new runtime options. | |||||
* | Whitespace cleanup | Brian P. Hinz | 2016-12-10 | 1 | -7/+6 | |
| | ||||||
* | Delete unecessary files | Brian P. Hinz | 2016-12-10 | 2 | -294/+0 | |
| | ||||||
* | Method cleanup. | Brian P. Hinz | 2016-12-10 | 8 | -231/+500 | |
| | | | | Sync various methods and filenames with C++ versions | |||||
* | Whitespace cleanup | Brian P. Hinz | 2016-12-10 | 2 | -11/+11 | |
| | ||||||
* | Update version | Brian P. Hinz | 2016-12-10 | 1 | -1/+1 | |
| | ||||||
* | Added a method for copying between streams | Brian P. Hinz | 2016-10-20 | 1 | -0/+11 | |
| | ||||||
* | Added a method for reading into a ByteBuffer | Brian P. Hinz | 2016-10-20 | 1 | -0/+12 | |
| | ||||||
* | Cosmetic change (increased border spacing) | Brian P. Hinz | 2016-10-19 | 1 | -1/+1 | |
| | ||||||
* | Added filename filters to file chooser dialogs | Brian P. Hinz | 2016-08-28 | 4 | -8/+34 | |
| | ||||||
* | Make all viewer parameters static. Viewer instances are isolated from each ↵ | Brian P. Hinz | 2016-08-27 | 21 | -2230/+1748 | |
| | | | | other by spawning a completely new process for each viewer, rather than simply starting a new thread. All dialogs were redesigned to better match the look of the native viewer, and also to be more tolerant of sizing differences between platforms. | |||||
* | Major overhaul of java viewer. | Brian P. Hinz | 2016-08-07 | 2 | -0/+773 | |
| | | | | | | | | | | | | This is the first of several large commits intended to resolve a number of problems and add new capabilities to the java viewer. Among the most significant changes are a complete re-design of the options dialog, which has been converted to a callback style interface. The look & feel of all dialogs are now similar to the style of the native viewer now. Also, the process by which new viewers are spawned has changed and each viewer is a completely separate process, allowing for runtime arguments to be handled statically. | |||||
* | Overhaul of SSH tunneling features in Java viewer | Brian P. Hinz | 2016-03-31 | 7 | -386/+958 | |
| | | | | | | | | | Fixes numerous problems with the SSH tunneling implementation on the java viewer and adds many significant new SSH-related features. SSH tunneling is now highly configurable via the both the command line and GUI. The embedded client can parse openssh config files. An external client may be specified, along with a custom arguments template. | |||||
* | change the Copyright year | Bojan Memetovic | 2016-03-18 | 2 | -2/+2 | |
| | ||||||
* | Fix names of menu keys in options dialog on OS X | Brian P. Hinz | 2016-03-17 | 2 | -1/+8 | |
| | | | | | | Apple changed the implementation of KeyEvent.getKeyText() to return the unicode for the key glyph instead of a textual description. | |||||
* | Code formatting tweaks (shorter line lengths) | Brian P. Hinz | 2016-03-17 | 1 | -6/+13 | |
| | ||||||
* | Various fixes to Java viewer UI | Brian P. Hinz | 2016-03-17 | 7 | -506/+1014 | |
| | | | | | | | | Significant improvements to the Java viewer UI to make it more robust and tolerant of new tabs, fonts, etc. TextFields and editable ComboBoxes that are specific to integer values now only accept integer input. | |||||
* | (U) Fix invalid String comparison | Brian P. Hinz | 2016-03-14 | 1 | -1/+1 | |
| | ||||||
* | Regression fix for Java window size | Brian P. Hinz | 2016-02-10 | 3 | -31/+20 | |
| | | | | | | | | 6262bac introduced a regression that resulted in a 1 pixel border around the window on some platforms. The underlying issue was actually caused by overriding the getPreferredSize() method in DesktopWindow and returning the scaled width & height, which might not have been set to valid values. | |||||
* | Add workaround for Vino's VeNCrypt implementation to Java viewer | Brian P. Hinz | 2016-01-17 | 1 | -2/+14 | |
| | | | | Implemented Pierre's workaround (1f8aba3) to java viewer. | |||||
* | Suppress/eliminate JDK warnings | Brian P. Hinz | 2015-12-26 | 11 | -28/+48 | |
| | ||||||
* | Upgrade in-tree jsch and jzlib to latest upstream versions | Brian P. Hinz | 2015-12-26 | 153 | -2368/+8073 | |
| |