index
:
tigervnc.git
1.0-branch
1.1-branch
1.10-branch
1.11-branch
1.12-branch
1.13-branch
1.14-branch
1.15-branch
1.2-branch
1.3-branch
1.4-branch
1.5-branch
1.6-branch
1.7-branch
1.8-branch
1.9-branch
master
High performance, multi-platform VNC client and server: https://github.com/TigerVNC/tigervnc
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
java
/
com
/
tigervnc
/
vncviewer
/
VncViewer.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refer to the viewer as just "TigerVNC"
Pierre Ossman
2025-03-13
1
-2
/
+2
*
Update visible copyright year to 2025
Pierre Ossman
2025-01-14
1
-1
/
+1
*
Always use lowercase "t" for TigerVNC team
Pierre Ossman
2025-01-14
1
-1
/
+1
*
Merge branch 'largeCursor' of https://github.com/krystof1119/tigervnc
Pierre Ossman
2025-01-09
1
-0
/
+11
|
\
|
*
Add local cursor selection for Java version
Krystof Pistek
2024-08-18
1
-0
/
+11
*
|
Standardize on sentence case in titles
Madeleine (ThinLinc team)
2024-11-11
1
-4
/
+4
|
/
*
Update copyright year to 2024
Samuel Mannehed
2024-01-09
1
-1
/
+1
*
Update copyright year to 2023
Samuel Mannehed
2023-07-20
1
-1
/
+1
*
Add support for RSA-AES security types in Java viewer
pdlan
2022-09-03
1
-1
/
+1
*
Fix for reflection warnings for strongly encapsulated Desktop methods in Java...
Brian P. Hinz
2022-01-29
1
-4
/
+14
*
Update copyright year to 2022
Pierre Ossman
2022-01-05
1
-1
/
+1
*
Update copyright year to 2021
Pierre Ossman
2021-01-25
1
-1
/
+1
*
Update copyright year to 2020
Pierre Ossman
2020-01-16
1
-1
/
+1
*
Remove old Java applet support
Brian P. Hinz
2019-11-21
1
-144
/
+6
*
Update visible copyright years to 2019
Samuel Mannehed
2019-02-27
1
-1
/
+1
*
Change to https for tigervnc URL
Pierre Ossman
2018-10-19
1
-1
/
+1
*
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
*
Update visible copyright year to 2018
Samuel Mannehed
2018-02-08
1
-1
/
+1
*
Rename README.txt to README.rst and convert to reStructuredText
Peter Åstrand (astrand)
2018-01-31
1
-1
/
+1
*
Move UserPasswordGetter out of CConn
Brian P. Hinz
2017-11-30
1
-0
/
+3
*
Refactoring and implementation changes to keyboard and mouse handling
Brian P. Hinz
2017-11-13
1
-2
/
+2
*
Fully implement support for alpha cursor pseudo encoding.
Brian P. Hinz
2017-08-12
1
-1
/
+1
*
Fixed issue where CLI paramters specified as "-param value" caused
Brian P. Hinz
2017-08-06
1
-4
/
+5
*
Name threads for easier profiling
Brian P. Hinz
2017-05-24
1
-3
/
+1
*
Update visible copyright year to 2017
Samuel Mannehed
2017-03-20
1
-1
/
+1
*
Java client was not honoring "ServerName" option in config files
Brian P. Hinz
2017-02-20
1
-24
/
+33
*
Complete rewrite of pixel buffer & decoder implementation.
Brian P. Hinz
2016-12-10
1
-66
/
+72
*
Make all viewer parameters static. Viewer instances are isolated from each ot...
Brian P. Hinz
2016-08-27
1
-301
/
+133
*
Overhaul of SSH tunneling features in Java viewer
Brian P. Hinz
2016-03-31
1
-28
/
+62
*
change the Copyright year
Bojan Memetovic
2016-03-18
1
-1
/
+1
*
Various fixes to Java viewer UI
Brian P. Hinz
2016-03-17
1
-2
/
+12
*
Fix exit routine in java viewer
Brian P. Hinz
2015-10-11
1
-4
/
+3
*
Add multiple monitor spanning feature to java viewer
Brian P. Hinz
2015-08-20
1
-2
/
+6
*
Java viewer UI updates
Brian P. Hinz
2015-08-20
1
-1
/
+0
*
Allow java viewer to load without manifest properly
Toni Spets
2015-07-01
1
-1
/
+1
*
Fixed issue where java viewer in listen mode did not exit properly.
Brian P. Hinz
2014-11-13
1
-1
/
+1
*
Embedded applet should not show server dialog
Brian P. Hinz
2014-06-26
1
-1
/
+1
*
r5142 and r5149 borrowed code from the TurboVNC viewer, which has different C...
Brian Hinz
2014-01-11
1
-5
/
+6
*
r5138 did not completely resolve the problem with clipboard data consuming to...
Brian Hinz
2014-01-11
1
-1
/
+1
*
Moved OS X setDockIconImage call into VncViewer.setLookAndFeel so that the do...
Brian Hinz
2014-01-10
1
-0
/
+12
*
Re-introduces embedded applet mode for the java viewer. On Windows and Linux,...
Brian Hinz
2014-01-02
1
-29
/
+109
*
Copied Lion fullScreen code from TurboVNC viewer. This is a more robust impl...
Brian Hinz
2013-12-01
1
-1
/
+9
*
Fixes a condition where too much data on the local clipboard causes the clien...
Brian Hinz
2013-11-23
1
-0
/
+4
*
Update more copyrights to 2013.
Peter Åstrand
2013-06-11
1
-1
/
+1
*
Whitespace cleanup only
Brian Hinz
2013-05-12
1
-17
/
+17
*
Update copyright dates
Brian Hinz
2013-03-01
1
-1
/
+1
*
Replace multiple instantiations of code to retrieve resources (icons, timesta...
Brian Hinz
2013-03-01
1
-13
/
+12
*
Make exception handling more user friendly. Not all exceptions are 'errors' ...
Brian Hinz
2012-12-16
1
-5
/
+11
*
Cleanup linter warnings wherever possible and suppress all linter warnings fr...
Brian Hinz
2012-12-14
1
-3
/
+2
[next]