1. f53e62a Rename all java modules to tigervnc from tightvnc by Adam Tkac · 16 years ago
  2. 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]
  3. 7716b71 [Cleanup, bugfix] Wrong CopyRect recording. Removed unusefull comments. by enikey · 17 years ago
  4. 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
  5. b48d64f [Refactoring] Methods "recordCompactLen", "recordCompresedData" removed from RfbProto, RecordInterface, VncCanvas. by enikey · 17 years ago
  6. 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
  7. 3f1c2d8 [Cleanup] Unused method "readCopyRect" and members "copyRectSrcX", "copyRectSrcY" removed from RfbProto class. by enikey · 17 years ago
  8. 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
  9. 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
  10. 4f65285 [Enhancement] Sending zero coordinates of the video area selection if that selection is zero-size. by Constantin Kaplinsky · 17 years ago
  11. f7cb2bf Support for video area selection (revision range 2467:2563 from branches/javaviewer-selectvideo) merged back to trunk. by Constantin Kaplinsky · 17 years ago
  12. 90d8a50 Using package name com.tightvnc.vncviewer. by Constantin Kaplinsky · 17 years ago
  13. 107934b Moved the Java Viewer source into the proper location. by Constantin Kaplinsky · 17 years ago[Renamed from java/com/tightvnc/vncviewer/RfbProto.java]
  14. 2844fd5 TightVNC Java Viewer source copied to trunk from its old location under orig/trunk. by Constantin Kaplinsky · 17 years ago