Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix for reflection warnings for strongly encapsulated Desktop methods in ↵ | Brian P. Hinz | 2022-01-29 | 1 | -4/+14 |
| | | | | Java > 9 | ||||
* | Fix for #1414 | Brian P. Hinz | 2022-01-29 | 1 | -2/+2 |
| | |||||
* | Update copyright year to 2022 | Pierre Ossman | 2022-01-05 | 2 | -2/+2 |
| | |||||
* | Be consistent in "full screen" and "full-screen" use | William Sjöblom | 2021-11-24 | 1 | -1/+1 |
| | | | | | | | | | Previously, there were a number of inconsistencies in the use of "full-screen" and "full screen" in logs, documentation, and user interfaces. The consensus seems to be that "full screen" is correct when used as a noun while "full-screen" is correct when used as an adjective. These inconsistencies have now been adjusted to follow consensus. | ||||
* | Raise CMake requirement to 3.10 | Pierre Ossman | 2021-11-05 | 1 | -1/+1 |
| | | | | | | It's difficult to support both old and new versions, so raise the requirement to the oldest that is commonly used, which is CMake 3.10.2 on Ubuntu 18.04. | ||||
* | Change development version to 1.12.80 | Pierre Ossman | 2021-09-08 | 1 | -1/+1 |
| | |||||
* | Handle AltGr + accented letter key combo on Windows | binary-manu | 2021-06-07 | 1 | -15/+24 |
| | |||||
* | Prefer a non-zero getKeyCode() over getExtendedKeyCode() | binary-manu | 2021-05-25 | 4 | -9/+14 |
| | |||||
* | Handle keys reported only by KeyEvent.getExtendedKeyCode | binary-manu | 2021-05-19 | 4 | -20/+18 |
| | |||||
* | Create VNC homedir if it doesn't already exist | Brian P. Hinz | 2021-03-11 | 1 | -3/+8 |
| | |||||
* | Fix for issue 1215 | Brian P. Hinz | 2021-03-11 | 1 | -13/+14 |
| | |||||
* | Fix for issue 1216 | Brian P. Hinz | 2021-03-11 | 1 | -3/+4 |
| | |||||
* | Update copyright year to 2021 | Pierre Ossman | 2021-01-25 | 2 | -2/+2 |
| | |||||
* | Merge branch 'tlstofu' of https://github.com/CendioOssman/tigervnc | Pierre Ossman | 2020-09-08 | 1 | -63/+101 |
|\ | |||||
| * | Properly store certificate exceptions in Java viewer | Brian P. Hinz | 2020-09-08 | 1 | -63/+101 |
| | | | | | | | | | | | | | | | | | | | | | | Like the native viewer, the Java viewer didn't store certificate exceptions properly. Whilst not as bad as the native viewer, it still failed to check that a stored certificate wouldn't be maliciously used for another server. In practice this can in most cases be used to impersonate another server. Handle this like the native viewer by storing exceptions for a specific hostname/certificate combination. | ||||
* | | [java] don't show password field for secTypes that don't use it | Brian P. Hinz | 2020-09-04 | 1 | -8/+11 |
| | | |||||
* | | Change development version to 1.11.80 | Pierre Ossman | 2020-08-19 | 1 | -1/+1 |
| | | |||||
* | | Fixes for Java 11. SocketDescriptor change was a workaround for a previous ↵ | Brian P. Hinz | 2020-08-09 | 2 | -36/+14 |
|/ | | | | java problem that no longer seems necessary | ||||
* | Use standard install dir variable names | Pierre Ossman | 2020-03-12 | 1 | -2/+0 |
| | | | | | This makes our builds directly compatible with most distributions without packagers/users having to specify extra flags. | ||||
* | 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 |
| | | | | | Commit 4e61f8dbc51f83b1d71319b763fbd4d916d13e98 fixed the GUI but forgot to change the other places in the code. | ||||
* | Use the correct minimum value for compression lvl | Samuel Mannehed | 2019-12-20 | 1 | -1/+1 |
| | | | | | | There was even some confusion in the RFB protocol regarding this, but the zlib implementation confirms that accepted values for compression level is 0-9. | ||||
* | Use the correct maximum value for compression lvl | Samuel Mannehed | 2019-12-20 | 1 | -1/+1 |
| | | | | The GUI incorrectly noted the max level to be 6 while it in fact is 9. | ||||
* | Remove confusing note about compression level | Samuel Mannehed | 2019-12-20 | 1 | -1/+1 |
| | | | | Even if this note is true it just adds confusion. | ||||
* | Simplify color level descriptions | Samuel Mannehed | 2019-12-20 | 2 | -10/+5 |
| | | | | | | The number of colors used isn't something the end-users should have to concern themselves with. I intentionally left the information in the man-pages. | ||||
* | 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 ↵ | Brian P. Hinz | 2019-11-06 | 1 | -2/+3 |
| | | | | iterations | ||||
* | 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 | 2 | -5/+17 |
| | |||||
* | [java] Trim any leading/trailing whitespace from servername | Brian P. Hinz | 2019-10-22 | 1 | -0/+1 |
| | |||||
* | Change development version to 1.10.80 | Pierre Ossman | 2019-10-18 | 1 | -1/+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 |
| | |||||
* | Use cmake TIMESTAMP function | Bernhard M. Wiedemann | 2018-11-18 | 1 | -7/+4 |
| | | | | | | | | | | | | | because it is not only platform independent but also allows to override the build date This helps to make tigervnc builds reproducible See https://reproducible-builds.org/ for why this is good Also adds UTC flag, to be independent of timezone. Also changes JAVA_DATE format to ISO-8601 date format. Requires cmake-2.8.11+ from 2013 | ||||
* | Merge branch 'nojava' of https://github.com/CendioOssman/tigervnc | Pierre Ossman | 2018-10-26 | 5 | -122/+9 |
|\ | |||||
| * | Remove Java web server | Pierre Ossman | 2018-10-09 | 5 | -122/+9 |
| | | | | | | | | | | Applets don't work anymore so remove everything that has to do with serving them. | ||||
* | | Change to https for tigervnc URL | Pierre Ossman | 2018-10-19 | 3 | -3/+3 |
|/ | | | | Our main web site now supports https, so update all references. | ||||
* | [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 |
| | | | Ensure queueMutex is always correctly released by using finally blocks. This is the closest approximation of AutoMutex style automatic release you can get in Java. | ||||
* | Increase maximum vnc server name length | Alexander Duryagin | 2018-08-15 | 1 | -1/+1 |
| | |||||
* | Change development version to 1.9.80 | Pierre Ossman | 2018-06-13 | 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 |
| | | | | | | | | | The user can specify a tigervnc configuration file as an argument to the viewer. Previously the viewer assumed this to be a server, but now we will first check if there is any file matching the given argument. If so, try to load the content of that file, like we normally do. Fixes issue #38. |