Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update visible copyright year to 2025 | Pierre Ossman | 2025-01-14 | 2 | -2/+2 |
| | |||||
* | Always use lowercase "t" for TigerVNC team | Pierre Ossman | 2025-01-14 | 2 | -2/+2 |
| | | | | It's not a formal name, so use regular case. | ||||
* | Merge branch 'largeCursor' of https://github.com/krystof1119/tigervnc | Pierre Ossman | 2025-01-09 | 5 | -38/+130 |
|\ | |||||
| * | Add local cursor selection for Java version | Krystof Pistek | 2024-08-18 | 5 | -38/+130 |
| | | | | | | | | Replicates the C++ work done in the previous commit on the Java version. | ||||
* | | Ensure that hotspot is not negative | Brian P. Hinz | 2024-12-24 | 1 | -2/+2 |
| | | |||||
* | | Remove check for old versions of JDK. Not all JDKs report version in a ↵ | Brian P. Hinz | 2024-12-24 | 1 | -13/+3 |
| | | | | | | | | compatible format | ||||
* | | Capitalize first letter in log, exception & error | Madeleine Nilsson | 2024-11-21 | 8 | -20/+20 |
| | | | | | | | | The reason for this is to keep a consistency through out the project. | ||||
* | | Standardize log message prefix format | Madeleine Nilsson | 2024-11-11 | 2 | -7/+7 |
| | | | | | | | | The reason for this is to keep a consistency through out the project. | ||||
* | | Standardize on sentence case in titles | Madeleine (ThinLinc team) | 2024-11-11 | 7 | -13/+13 |
|/ | | | | The reason for this is to keep a consistency through out the project. | ||||
* | Use $XDG_STATE_HOME for known hosts storage | Pierre Ossman | 2024-05-30 | 2 | -2/+6 |
| | | | | | This is an often changed database, so it is better suited for $XDG_STATE_HOME rather than the more static $XDG_DATA_HOME. | ||||
* | Merge pull request #1737 from 62832/fix-1195 | Samuel Mannehed (ThinLinc team) | 2024-05-07 | 4 | -35/+46 |
|\ | | | | | Allow for alternative user config locations, deprecate `~/.vnc` in favour of XDG Base Directory Specification paths | ||||
| * | Implement XDG Base Directory paths, deprecate ~/.vnc | 90 | 2024-04-26 | 4 | -35/+46 |
| | | |||||
* | | Fix for issue 843 | Brian P. Hinz | 2024-03-30 | 1 | -18/+15 |
|/ | |||||
* | Update copyright year to 2024 | Samuel Mannehed | 2024-01-09 | 2 | -2/+2 |
| | |||||
* | Update copyright year to 2023 | Samuel Mannehed | 2023-07-20 | 2 | -2/+2 |
| | |||||
* | Fix CRLF line endings | Pierre Ossman | 2023-01-17 | 1 | -44/+44 |
| | | | | Everything else uses LF line endings, so fix up the few stray ones. | ||||
* | Fix protocol version handshake | pdlan | 2022-09-03 | 1 | -1/+1 |
| | |||||
* | Add support for RSA-AES security types in Java viewer | pdlan | 2022-09-03 | 10 | -6/+850 |
| | |||||
* | Fix edge of dot cursor in Java vncviewer | Krystof Pistek | 2022-07-06 | 1 | -5/+5 |
| | | | | | | This commit changes the color of the edges of the dot cursor in the Java version of vncviewer from fully transparent to white, bringing it in line with the C++ native version. | ||||
* | 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. | ||||
* | 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 |
| | | |||||
* | | 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 | ||||
* | 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 |
| |