| Commit message (Expand) | Author | Age | Files | Lines |
* | Properly store certificate exceptions in Java viewer | Brian P. Hinz | 2020-09-08 | 1 | -63/+101 |
* | [java] don't show password field for secTypes that don't use it | Brian P. Hinz | 2020-09-04 | 1 | -8/+11 |
* | Fixes for Java 11. SocketDescriptor change was a workaround for a previous ja... | Brian P. Hinz | 2020-08-09 | 2 | -36/+14 |
* | Update copyright year to 2020 | Pierre Ossman | 2020-01-16 | 2 | -2/+2 |
* | Mostly stylistic changes to java viewer to match recent changes to native viewer | Brian P. Hinz | 2019-12-21 | 15 | -76/+129 |
* | Fix maximum compress lvl in parameter list | Samuel Mannehed | 2019-12-20 | 1 | -1/+1 |
* | Use the correct minimum value for compression lvl | Samuel Mannehed | 2019-12-20 | 1 | -1/+1 |
* | Use the correct maximum value for compression lvl | Samuel Mannehed | 2019-12-20 | 1 | -1/+1 |
* | Remove confusing note about compression level | Samuel Mannehed | 2019-12-20 | 1 | -1/+1 |
* | Simplify color level descriptions | Samuel Mannehed | 2019-12-20 | 2 | -10/+5 |
* | Add support for VMwareCursor pseudo encoding to Java client | Brian P. Hinz | 2019-11-28 | 3 | -0/+105 |
* | Remove old Java applet support | Brian P. Hinz | 2019-11-21 | 6 | -244/+17 |
* | RFB refactoring to sync with native client | Brian P. Hinz | 2019-11-21 | 20 | -592/+638 |
* | Invalidate duplicate screens | Brian P. Hinz | 2019-11-16 | 1 | -2/+2 |
* | Set explicit connect timeout on socket and use timer instead of counting iter... | Brian P. Hinz | 2019-11-06 | 1 | -2/+3 |
* | Poll local socket to make sure SSH tunnel is ready before connecting | Brian P. Hinz | 2019-11-04 | 1 | -2/+29 |
* | Fix external SSH arguments dialog | Brian P. Hinz | 2019-11-03 | 2 | -19/+18 |
* | Fix for dialog modality on Mac OS X | Brian P. Hinz | 2019-11-03 | 1 | -0/+3 |
* | Fix for issue #796 | Brian P. Hinz | 2019-11-03 | 3 | -28/+25 |
* | Using socket.getPeerName() causes DNS lookup and noticable UI stall | Brian P. Hinz | 2019-11-02 | 1 | -4/+2 |
* | [java] Add support for java 9+ (removes support for java 7). Fixes #708,#771 | Brian P. Hinz | 2019-10-22 | 1 | -4/+16 |
* | [java] Trim any leading/trailing whitespace from servername | Brian P. Hinz | 2019-10-22 | 1 | -0/+1 |
* | Remove unused force protocol 3.3 code | Pierre Ossman | 2019-04-01 | 1 | -8/+2 |
* | Update visible copyright years to 2019 | Samuel Mannehed | 2019-02-27 | 2 | -2/+2 |
* | Merge branch 'nojava' of https://github.com/CendioOssman/tigervnc | Pierre Ossman | 2018-10-26 | 4 | -113/+9 |
|\ |
|
| * | Remove Java web server | Pierre Ossman | 2018-10-09 | 4 | -113/+9 |
* | | Change to https for tigervnc URL | Pierre Ossman | 2018-10-19 | 3 | -3/+3 |
|/ |
|
* | [Java] Fix error in VeNCrypt protocol implemtation | Brian P. Hinz | 2018-08-20 | 1 | -6/+6 |
* | Release queueMutex using finally blocks | Pepijn Van Eeckhoudt | 2018-08-20 | 1 | -38/+56 |
* | Increase maximum vnc server name length | Alexander Duryagin | 2018-08-15 | 1 | -1/+1 |
* | Accept a cfg as an argument as an alt way to start the viewer | Mathias Jonsson | 2018-05-22 | 1 | -0/+24 |
* | Set focus to password field in UserDialog | Brian P. Hinz | 2018-03-21 | 1 | -3/+7 |
* | Update visible copyright year to 2018 | Samuel Mannehed | 2018-02-08 | 2 | -2/+2 |
* | Rename README.txt to README.rst and convert to reStructuredText | Peter Åstrand (astrand) | 2018-01-31 | 1 | -1/+1 |
* | Restore menukey function to java viewer | Brian P. Hinz | 2018-01-16 | 3 | -4/+8 |
* | Fixes for erros in java hextile/zrle decoders | Brian P. Hinz | 2018-01-16 | 16 | -386/+274 |
* | Display security state when asking for password (java) | Brian P. Hinz | 2017-11-30 | 12 | -6/+46 |
* | Move UserPasswordGetter out of CConn | Brian P. Hinz | 2017-11-30 | 11 | -107/+243 |
* | Override default window manager key bindings better | Brian P. Hinz | 2017-11-15 | 1 | -8/+7 |
* | Override implicit focus transfer when "F10" key is pressed | Brian P. Hinz | 2017-11-13 | 1 | -0/+10 |
* | Refactoring and implementation changes to keyboard and mouse handling | Brian P. Hinz | 2017-11-13 | 11 | -978/+2467 |
* | Add formatted string function to LogWriter. | Brian P. Hinz | 2017-11-13 | 1 | -4/+12 |
* | 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 |
* | Fully implement support for alpha cursor pseudo encoding. | Brian P. Hinz | 2017-08-12 | 4 | -2/+14 |
* | Fixed issue where CLI paramters specified as "-param value" caused | Brian P. Hinz | 2017-08-06 | 1 | -4/+5 |
* | 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 |