summaryrefslogtreecommitdiffstats
path: root/java/com/tigervnc/vncviewer/Viewport.java
Commit message (Expand)AuthorAgeFilesLines
* Moved OS X setDockIconImage call into VncViewer.setLookAndFeel so that the do...Brian Hinz2014-01-101-16/+1
* Set the dock icon on OS X. Not perfect as it still shows the standard Java l...Brian Hinz2014-01-041-2/+18
* Release all downKeys when the focus is lost, otherwise the state of the keybo...Brian Hinz2014-01-021-1/+1
* Re-introduces embedded applet mode for the java viewer. On Windows and Linux,...Brian Hinz2014-01-021-12/+16
* Copied Lion fullScreen code from TurboVNC viewer. This is a more robust impl...Brian Hinz2013-12-011-3/+53
* Whitespace cleanup onlyBrian Hinz2013-05-121-5/+5
* Fixes some regressions introduced in r5056. Losing window focus caused key mo...Brian Hinz2013-03-061-0/+3
* Replace multiple instantiations of code to retrieve resources (icons, timesta...Brian Hinz2013-03-011-0/+1
* Fixes yet another case where the viewport background wasn't painted black whe...Brian Hinz2013-02-211-8/+8
* r5037 was not quite right. Both the viewport and scrollbar background colors ...Brian Hinz2013-02-181-2/+2
* Cosmetic change. The background color of the viewport was not being applied p...Brian Hinz2013-01-241-1/+1
* Fixes a number of issues related to fullscreen mode. When switching out of fu...Brian Hinz2013-01-231-10/+7
* Cleanup linter warnings wherever possible and suppress all linter warnings fr...Brian Hinz2012-12-141-1/+1
* Forces all dialogs except for the clipboard to be modal. Fixes cases where d...Brian Hinz2012-09-011-1/+23
* Make scaling factor arguments "FixedRatio" and "Auto" case-insensitiveBrian Hinz2012-08-261-2/+3
* Fix AccessControlException caused by using System.exit() in applet mode, and ...Brian Hinz2012-08-261-1/+1
* Split the Viewport out from CConn, really should never have been in there to ...Brian Hinz2012-08-261-0/+112