Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_tigervnc
/
8b61dd59f11bc5ad79a35d05977ddb0f73c0f392
/
java
/
com
/
tigervnc
/
vncviewer
/
F8Menu.java
8b61dd5
Make viewport the parent of "Save As" dialog so that the window frame icon is inherited correctly.
by Brian Hinz
· 13 years ago
1e252c6
Sending menu key from F8 menu was sending the keycode instead of the keysym.
by Brian Hinz
· 13 years ago
4a95c7f
Forces all dialogs except for the clipboard to be modal. Fixes cases where dialogs are not brought to the front while in fullscreen mode. Corrects a few corner cases where viewer did not exit properly.
by Brian Hinz
· 13 years ago
92ddde2
adds initial support for loading & saving of both configuration files and user preferences
by Brian Hinz
· 13 years ago
932fac5
Fix AccessControlException caused by using System.exit() in applet mode, and close viewer properly in several other cases.
by Brian Hinz
· 13 years ago
3b5ce72
Change name of menu key class to be consistent with Java style guidelines.
by Brian Hinz
· 13 years ago
8d9c463
Changes to allow compiling on JDK7
by Brian Hinz
· 13 years ago
6053053
Adds support for setting the menu key via cmd line arg. Adds all menu keys supported by native viewer to the combo box in the OptionsDialog.
by Brian Hinz
· 13 years ago
b213da6
Update address of FSF and copyright notices to assign proper credit.
by Brian Hinz
· 13 years ago
64ee6fd
make sure FullScreen checkbox is initialized correctly.
by Brian Hinz
· 13 years ago
06b92cf
set dialog locations relative to parent window, otherwise dialogs appear on wrong screen in multi-monitor configurations.
by Brian Hinz
· 14 years ago
6a42a37
cleaned up unused local variables, unnecessary package imports, and fixed some methods and variables that were incorrectly defined as static
by Brian Hinz
· 14 years ago
c19ab9e
Move Java source up one level and allow Java viewer to be built as a standalone project (per community request)
by DRC
· 14 years ago
[Renamed from java/src/com/tigervnc/vncviewer/F8Menu.java]
652953c
More changes to scaling code. Tested on Ubuntu 11.04/OpenJDK and Win7/Sun Java 6u27. Auto, FixedRatio, & % scale all seem to work. Will test on other platforms soon.
by Brian Hinz
· 14 years ago
c5dc038
Completely reworked Java viewer (contributed by Brian Hinz)
by DRC
· 14 years ago