1. 28d8389 [Development] java: Implement X509 Security types. (Martin Koegler) by Adam Tkac · 15 years ago
  2. 4be9da8 [Development] java: Implement TLS security type. (Martin Koegler) by Adam Tkac · 15 years ago
  3. 6a663cd [Development] java: Implement Plain Security type. (Martin Koegler) by Adam Tkac · 15 years ago
  4. 053597c [Development] java: Implement VeNCrypt chooser (Martin Koegler) by Adam Tkac · 15 years ago
  5. ea79b47 [Development] java: Add VeNCrypt security types. (Martin Koegler) by Adam Tkac · 15 years ago
  6. f53e62a Rename all java modules to tigervnc from tightvnc by Adam Tkac · 16 years ago
  7. d0e8463 Rename java/src/com/tightvnc to java/src/com/tigervnc. by Adam Tkac · 16 years ago[Renamed from java/src/com/tightvnc/vncviewer/RfbProto.java]
  8. 7716b71 [Cleanup, bugfix] Wrong CopyRect recording. Removed unusefull comments. by enikey · 17 years ago
  9. d765356 [Developement] Added ability to freeze video (enable/disabe rectangular screen area that treated as video) using tight rfb video freeze extension(if server support it). by enikey · 17 years ago
  10. b48d64f [Refactoring] Methods "recordCompactLen", "recordCompresedData" removed from RfbProto, RecordInterface, VncCanvas. by enikey · 17 years ago
  11. 7d017fe [Refactoring] Member "recordFromBeggining" removed from class RfbProto. Added "rec != null" test to tight decoder record methods that located in RfbProto class. Method "isRecordFromBeggining" of class VncCanvas always returns false. by enikey · 17 years ago
  12. 3f1c2d8 [Cleanup] Unused method "readCopyRect" and members "copyRectSrcX", "copyRectSrcY" removed from RfbProto class. by enikey · 17 years ago
  13. 2f0294e [Refactoring, cleanup] Write encoding ID of real decoders in decoders classes. Pseudo encoding ID still writes in RfbProto class. ZlibDecoder recoding enabled. ZRLEDecoder recoding still not working. by enikey · 17 years ago
  14. 17ac181 [BugFix] Slow mouse movement on server-side. Fixed by settings socket option TCP_NODELAY to on (disable Nagle algorithm). by enikey · 17 years ago
  15. 4f65285 [Enhancement] Sending zero coordinates of the video area selection if that selection is zero-size. by Constantin Kaplinsky · 17 years ago
  16. f7cb2bf Support for video area selection (revision range 2467:2563 from branches/javaviewer-selectvideo) merged back to trunk. by Constantin Kaplinsky · 17 years ago
  17. 90d8a50 Using package name com.tightvnc.vncviewer. by Constantin Kaplinsky · 17 years ago
  18. 107934b Moved the Java Viewer source into the proper location. by Constantin Kaplinsky · 17 years ago[Renamed from java/com/tightvnc/vncviewer/RfbProto.java]
  19. 2844fd5 TightVNC Java Viewer source copied to trunk from its old location under orig/trunk. by Constantin Kaplinsky · 17 years ago