1. 985d0eb Complete rewrite of pixel buffer & decoder implementation. by Brian P. Hinz · 9 years ago
  2. 2272734 Added filename filters to file chooser dialogs by Brian P. Hinz · 9 years ago
  3. c456387 Make all viewer parameters static. Viewer instances are isolated from each other by spawning a completely new process for each viewer, rather than simply starting a new thread. All dialogs were redesigned to better match the look of the native viewer, and also to be more tolerant of sizing differences between platforms. by Brian P. Hinz · 9 years ago
  4. 09e1507 Disable window functions for embedded applet by Brian P. Hinz · 10 years ago
  5. 430d8cf Re-introduces embedded applet mode for the java viewer. On Windows and Linux, the embedded applet can be dragged from the browser window and detached from the browser process. The mouse gesture for detaching the applet is ALT+drag on Windows and SHIFT+drag on Linux. by Brian Hinz · 12 years ago
  6. c0a3609 Whitespace cleanup only by Brian Hinz · 12 years ago
  7. 8b61dd5 Make viewport the parent of "Save As" dialog so that the window frame icon is inherited correctly. by Brian Hinz · 13 years ago
  8. 1e252c6 Sending menu key from F8 menu was sending the keycode instead of the keysym. by Brian Hinz · 13 years ago
  9. 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
  10. 92ddde2 adds initial support for loading & saving of both configuration files and user preferences by Brian Hinz · 13 years ago
  11. 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
  12. 3b5ce72 Change name of menu key class to be consistent with Java style guidelines. by Brian Hinz · 13 years ago
  13. 8d9c463 Changes to allow compiling on JDK7 by Brian Hinz · 13 years ago
  14. 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
  15. b213da6 Update address of FSF and copyright notices to assign proper credit. by Brian Hinz · 13 years ago
  16. 64ee6fd make sure FullScreen checkbox is initialized correctly. by Brian Hinz · 13 years ago
  17. 06b92cf set dialog locations relative to parent window, otherwise dialogs appear on wrong screen in multi-monitor configurations. by Brian Hinz · 14 years ago
  18. 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
  19. 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]
  20. 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
  21. c5dc038 Completely reworked Java viewer (contributed by Brian Hinz) by DRC · 14 years ago