aboutsummaryrefslogtreecommitdiffstats
path: root/java/com/tigervnc/vncviewer/Parameters.java
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'largeCursor' of https://github.com/krystof1119/tigervncPierre Ossman2025-01-091-26/+57
|\
| * Add local cursor selection for Java versionKrystof Pistek2024-08-181-26/+57
| | | | | | | | Replicates the C++ work done in the previous commit on the Java version.
* | Standardize on sentence case in titlesMadeleine (ThinLinc team)2024-11-111-1/+1
|/ | | | The reason for this is to keep a consistency through out the project.
* Implement XDG Base Directory paths, deprecate ~/.vnc902024-04-261-17/+1
|
* Be consistent in "full screen" and "full-screen" useWilliam Sjöblom2021-11-241-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.
* Mostly stylistic changes to java viewer to match recent changes to native viewerBrian P. Hinz2019-12-211-2/+2
|
* Fix maximum compress lvl in parameter listSamuel Mannehed2019-12-201-1/+1
| | | | | Commit 4e61f8dbc51f83b1d71319b763fbd4d916d13e98 fixed the GUI but forgot to change the other places in the code.
* Simplify color level descriptionsSamuel Mannehed2019-12-201-2/+1
| | | | | | 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.
* Remove old Java applet supportBrian P. Hinz2019-11-211-50/+1
|
* Fix for issue #796Brian P. Hinz2019-11-031-5/+0
|
* Fixed issue where -dotWhenNoCUrsor cli arg was not being honoredBrian P. Hinz2017-08-061-0/+1
|
* Complete rewrite of pixel buffer & decoder implementation.Brian P. Hinz2016-12-101-111/+109
| | | | | Adds multi-threading, more robust support for different pixel formats, and several new runtime options.
* Major overhaul of java viewer.Brian P. Hinz2016-08-071-0/+648
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.