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/decoder/TightDecoder.java]
  3. 9823291 [Refactoring] Move "recordCompactLen", "recordCompressedData" methods from class RfbProto to TightDecoder. Completely don't using RecordInterface in tight decoder to record session. by enikey · 17 years ago
  4. fd22cd6 [Refactoring] Most part of code that using RecordInterface to record session(when using tight encoding) replaced with code that use DataOutputStream to do it. by enikey · 17 years ago
  5. 191695b [BugFix] Negative statistics (pixel data, update rectangles etc). Fixed by replacing statistics variables type from int to long. by enikey · 17 years ago
  6. 1214ab1 [BugFix] Tight encoding statistics enabled. by enikey · 17 years ago
  7. 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
  8. 6558a30 [Developement, debug] Added Encodings constants to decoders classes. Temporary disable session recording when using Zlib decoder. by enikey · 17 years ago
  9. 1893c9a [Developement] Added decode methods to Tight decoder class. by enikey · 17 years ago
  10. a909a90 [Developement] Added helper methods that decodes data in tight encoding (mono data and gradient data) to tight decoder class. by enikey · 17 years ago
  11. f7160bd [Layout] Added base Tight data decoder class (TightDecoder). by enikey · 17 years ago