summaryrefslogtreecommitdiffstats
path: root/java/com/tigervnc/vncviewer/F8Menu.java
Commit message (Expand)AuthorAgeFilesLines
* Re-introduces embedded applet mode for the java viewer. On Windows and Linux,...Brian Hinz2014-01-021-1/+3
* Whitespace cleanup onlyBrian Hinz2013-05-121-3/+3
* Make viewport the parent of "Save As" dialog so that the window frame icon is...Brian Hinz2013-03-011-1/+1
* Sending menu key from F8 menu was sending the keycode instead of the keysym.Brian Hinz2013-02-091-2/+2
* Forces all dialogs except for the clipboard to be modal. Fixes cases where d...Brian Hinz2012-09-011-0/+6
* adds initial support for loading & saving of both configuration files and use...Brian Hinz2012-08-291-1/+14
* Fix AccessControlException caused by using System.exit() in applet mode, and ...Brian Hinz2012-08-261-1/+1
* Change name of menu key class to be consistent with Java style guidelines.Brian Hinz2012-08-261-1/+1
* Changes to allow compiling on JDK7Brian Hinz2012-07-221-1/+1
* Adds support for setting the menu key via cmd line arg. Adds all menu keys s...Brian Hinz2012-05-161-3/+3
* Update address of FSF and copyright notices to assign proper credit.Brian Hinz2012-04-111-1/+2
* make sure FullScreen checkbox is initialized correctly.Brian Hinz2012-04-081-0/+1
* set dialog locations relative to parent window, otherwise dialogs appear on w...Brian Hinz2011-10-241-2/+2
* cleaned up unused local variables, unnecessary package imports, and fixed som...Brian Hinz2011-10-091-1/+0
* Move Java source up one level and allow Java viewer to be built as a standalo...DRC2011-10-071-0/+133