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.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
/
Viewport.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moved OS X setDockIconImage call into VncViewer.setLookAndFeel so that the do...
Brian Hinz
2014-01-10
1
-16
/
+1
*
Set the dock icon on OS X. Not perfect as it still shows the standard Java l...
Brian Hinz
2014-01-04
1
-2
/
+18
*
Release all downKeys when the focus is lost, otherwise the state of the keybo...
Brian Hinz
2014-01-02
1
-1
/
+1
*
Re-introduces embedded applet mode for the java viewer. On Windows and Linux,...
Brian Hinz
2014-01-02
1
-12
/
+16
*
Copied Lion fullScreen code from TurboVNC viewer. This is a more robust impl...
Brian Hinz
2013-12-01
1
-3
/
+53
*
Whitespace cleanup only
Brian Hinz
2013-05-12
1
-5
/
+5
*
Fixes some regressions introduced in r5056. Losing window focus caused key mo...
Brian Hinz
2013-03-06
1
-0
/
+3
*
Replace multiple instantiations of code to retrieve resources (icons, timesta...
Brian Hinz
2013-03-01
1
-0
/
+1
*
Fixes yet another case where the viewport background wasn't painted black whe...
Brian Hinz
2013-02-21
1
-8
/
+8
*
r5037 was not quite right. Both the viewport and scrollbar background colors ...
Brian Hinz
2013-02-18
1
-2
/
+2
*
Cosmetic change. The background color of the viewport was not being applied p...
Brian Hinz
2013-01-24
1
-1
/
+1
*
Fixes a number of issues related to fullscreen mode. When switching out of fu...
Brian Hinz
2013-01-23
1
-10
/
+7
*
Cleanup linter warnings wherever possible and suppress all linter warnings fr...
Brian Hinz
2012-12-14
1
-1
/
+1
*
Forces all dialogs except for the clipboard to be modal. Fixes cases where d...
Brian Hinz
2012-09-01
1
-1
/
+23
*
Make scaling factor arguments "FixedRatio" and "Auto" case-insensitive
Brian Hinz
2012-08-26
1
-2
/
+3
*
Fix AccessControlException caused by using System.exit() in applet mode, and ...
Brian Hinz
2012-08-26
1
-1
/
+1
*
Split the Viewport out from CConn, really should never have been in there to ...
Brian Hinz
2012-08-26
1
-0
/
+112