1. accdd95 More fixes for key event issues. It seems that on WindowsXP sending the actual key press/release separately can be mis-interpreted by the server as holding the key down. Using a keyTyped event for all character input ensures that we can send an immediate down/up. It also works around the broken AltGr detection in Java 6. Also added support for more keys (F13-F24, etc.). Some key definitions in java don't have X11 equivalents or I could not be sure so I've left them commented out. by Brian Hinz · 12 years ago
  2. 776c558 Backported a number of fixes/enhancements (mostly related to keymapping) from TurboVNC viewer. Also cleaned up some whitespace and minor formatting changes. by Brian Hinz · 13 years ago
  3. b213da6 Update address of FSF and copyright notices to assign proper credit. by Brian Hinz · 13 years ago
  4. 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/rfb/Keysyms.java]
  5. c5dc038 Completely reworked Java viewer (contributed by Brian Hinz) by DRC · 14 years ago