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
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
java
/
com
/
tigervnc
/
vncviewer
/
CConn.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Various fixes to Java viewer UI
Brian P. Hinz
2016-03-17
1
-4
/
+23
*
(U) Fix invalid String comparison
Brian P. Hinz
2016-03-14
1
-1
/
+1
*
Regression fix for Java window size
Brian P. Hinz
2016-02-10
1
-17
/
+6
*
Added hostname verification for x509 authentication types
Brian P. Hinz
2015-10-09
1
-0
/
+4
*
Disable window functions for embedded applet
Brian P. Hinz
2015-08-20
1
-0
/
+3
*
Add multiple monitor spanning feature to java viewer
Brian P. Hinz
2015-08-20
1
-7
/
+21
*
Fix desktopSize parameter issue
Brian P. Hinz
2015-08-20
1
-5
/
+3
*
Add resize on connect menu controls to Java viewer
Brian P. Hinz
2015-07-12
1
-0
/
+13
*
Allow java viewer to load without manifest properly
Toni Spets
2015-07-01
1
-1
/
+1
*
Fixes for modality issues & dialog behavior in embedded mode.
Brian Hinz
2014-01-10
1
-0
/
+2
*
Release all downKeys when the focus is lost, otherwise the state of the keybo...
Brian Hinz
2014-01-02
1
-22
/
+5
*
Re-introduces embedded applet mode for the java viewer. On Windows and Linux,...
Brian Hinz
2014-01-02
1
-12
/
+91
*
Updated copyright notices
Brian Hinz
2013-12-29
1
-1
/
+1
*
Another overhaul of the key event handlers. There was a fundamental flaw in t...
Brian Hinz
2013-12-29
1
-287
/
+99
*
Fixed incorrect ConnParam initial value in CConn constructor. Thanks to Pier...
Brian Hinz
2013-12-01
1
-1
/
+1
*
Copied Lion fullScreen code from TurboVNC viewer. This is a more robust impl...
Brian Hinz
2013-12-01
1
-9
/
+9
*
Whitespace cleanup only
Brian Hinz
2013-05-12
1
-36
/
+36
*
More fixes for key event issues. It seems that on WindowsXP sending the actu...
Brian Hinz
2013-03-25
1
-39
/
+122
*
Need to escape formatting character.
Brian Hinz
2013-03-06
1
-2
/
+2
*
Correct typo in r5058 that set an initial value on key location. Add a some v...
Brian Hinz
2013-03-06
1
-4
/
+3
*
Fixes some regressions introduced in r5056. Losing window focus caused key mo...
Brian Hinz
2013-03-06
1
-30
/
+9
*
Use JDialog for connection info dialog so that frame icon is set correctly.
Brian Hinz
2013-03-06
1
-14
/
+27
*
Backported a number of fixes/enhancements (mostly related to keymapping) from...
Brian Hinz
2013-03-03
1
-119
/
+251
*
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
-17
/
+3
*
Fix a regression introduced in r5034 that causes window to be resized unneces...
Brian Hinz
2013-02-09
1
-1
/
+1
*
Fixes a number of issues related to fullscreen mode. When switching out of fu...
Brian Hinz
2013-01-23
1
-22
/
+12
*
Make the icon used for the titlebar consistent for About... dialog
Brian Hinz
2013-01-12
1
-5
/
+11
*
Make exception handling more user friendly. Not all exceptions are 'errors' ...
Brian Hinz
2012-12-16
1
-4
/
+4
*
Cleanup linter warnings wherever possible and suppress all linter warnings fr...
Brian Hinz
2012-12-14
1
-4
/
+4
*
Forces all dialogs except for the clipboard to be modal. Fixes cases where d...
Brian Hinz
2012-09-01
1
-5
/
+15
*
reduce the time threshold for autoSelectFormatAndEncoding, otherwise early fo...
Brian Hinz
2012-09-01
1
-1
/
+1
*
r4960 broke support for pixel formats with depth < 24. This corrects that and...
Brian Hinz
2012-09-01
1
-2
/
+6
*
fix initialization of dialog state variables
Brian Hinz
2012-08-31
1
-3
/
+3
*
adds initial support for loading & saving of both configuration files and use...
Brian Hinz
2012-08-29
1
-23
/
+36
*
The x509ca and x509crl parameters were being set to the value of the button t...
Brian Hinz
2012-08-26
1
-3
/
+0
*
Make the window actually occupy the full screen in full-screen mode (without ...
Brian Hinz
2012-08-26
1
-4
/
+15
*
Make sure we send a full FBUR whenever forceNonincremental=true (which it is ...
Brian Hinz
2012-08-26
1
-1
/
+1
*
"Requesting" is more accurate, because the requested encoding is only used if...
Brian Hinz
2012-08-26
1
-1
/
+1
*
Make scaling factor arguments "FixedRatio" and "Auto" case-insensitive
Brian Hinz
2012-08-26
1
-7
/
+7
*
Fix AccessControlException caused by using System.exit() in applet mode, and ...
Brian Hinz
2012-08-26
1
-16
/
+10
*
Split the Viewport out from CConn, really should never have been in there to ...
Brian Hinz
2012-08-26
1
-86
/
+4
*
Change name of menu key class to be consistent with Java style guidelines.
Brian Hinz
2012-08-26
1
-4
/
+4
*
Changes to allow compiling on JDK7
Brian Hinz
2012-07-22
1
-2
/
+1
*
Fixed issue where viewer was not honoring cmd line arg SendLocalUsername
Brian Hinz
2012-05-31
1
-6
/
+1
*
Adds support for setting the menu key via cmd line arg. Adds all menu keys s...
Brian Hinz
2012-05-16
1
-5
/
+5
*
Implemented rfb/Configuration similar to the native client methods. Added equ...
Brian Hinz
2012-05-14
1
-4
/
+2
*
Fix Socket methods for querying the socket endpoints. Fix the address display...
Brian Hinz
2012-04-26
1
-1
/
+1
*
Spawn a new viewer on ClientRedirects, otherwise ConnParams may not be initia...
Brian Hinz
2012-04-25
1
-3
/
+1
*
Fixes issue with java viewer exiting altogether when the New Connection Serve...
Brian Hinz
2012-04-13
1
-2
/
+17
[next]