1. 1abaff9 [Developement] Viewer can limit mouse events transfer (see mouseMaxFreq member). by enikey · 17 years ago
  2. 54c1c7d [Refactoring] RecordOutputStream use RfbProto for recording. Not using RecordInterface anymore. Removed RecordInterface methods from VncCanvas class. by enikey · 17 years ago
  3. a0a955f [Refactoring] Removed unused method "isRecordFromBeggining". by enikey · 17 years ago
  4. cbf937d [Refactoring] Decoders not using RecordInterface no more. by enikey · 17 years ago
  5. b48d64f [Refactoring] Methods "recordCompactLen", "recordCompresedData" removed from RfbProto, RecordInterface, VncCanvas. by enikey · 17 years ago
  6. 9a4db7b [Refactoring] Body of "recordCompactLen", "recordCompresedData" commented. Planning to remove them from RfbProto, RecordInterface, VncCanvas. by enikey · 17 years ago
  7. 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
  8. 5805ba6 [Refactoring] Using CopyRect decoder to handle copyrect encoded data. by enikey · 17 years ago
  9. 1803c75 [Developement] Added "writeShortBE" method to interface RecordInterface and class VncCanvas. by enikey · 17 years ago
  10. 191695b [BugFix] Negative statistics (pixel data, update rectangles etc). Fixed by replacing statistics variables type from int to long. by enikey · 17 years ago
  11. 1214ab1 [BugFix] Tight encoding statistics enabled. by enikey · 17 years ago
  12. 1622a3c [Developement] All decoders have pointer to record output stream. by enikey · 17 years ago
  13. c92c1d1 [Refactoring] Code blocks that was used by old decoding code (means in decoding in VncCanvas class) is removed. by enikey · 17 years ago
  14. 6c72ce1 [Refactoring] Data encoded with raw, hextile, rre, corre encoders decodes by RawDecoder, HextileDecoder, RREDecoder, CoRREDecoder classes. by enikey · 17 years ago
  15. 479b18c [Refactoring] All methods and members that were used by old tight decode code block is removed. VncCanvas is no more overrides imageUpdate method of ImageObserver interface. by enikey · 17 years ago
  16. 2f7f46e [Refactoring] Using tight decoder class to decode and draw data on screen when using tight encoding. by enikey · 17 years ago
  17. 4582bab [BugFix] Decoder zlibDecoder was not created in constructor VncCanvas and application falls with NullPointerException when it tries to set session recorder for this decoder. by enikey · 17 years ago
  18. c41ba1d [Refactoring] Added decoders to VncCanvas class. Decoders creates in VncCanvas constructor. by enikey · 17 years ago
  19. 0dbc153 [Developement] Class VncCanvas implements Repaintable interface. Method scheludeRepaint maked public. by enikey · 17 years ago
  20. 418611f [Developement] VncCanvas class implements RecordInterface interface. by enikey · 17 years ago
  21. 87647e9 [Developement] Added auto scaling on resizing window (non applet mode), auto scaling in applet. by enikey · 17 years ago
  22. 7368320 [Developement] Added "auto scaling" feature to Applet. by enikey · 17 years ago
  23. 45cfaa5 [Developement] Added method setScalingFactor. by enikey · 17 years ago
  24. 4f374ff [Bugfix, cleanups] All the remaining problems with video rectangle selection coordinates seem to be fixed now. Now the selection rectangle should always be a multiple of 16x8 pixels and its coordinates should always fit the framebuffer. The code of VncCanvas.getSelection(boolean) looks much better now. by Constantin Kaplinsky · 17 years ago
  25. ef0cfaa [Bugfix] Selection grew incorrectly when it passed left or upper boundary of the framebuffer. by Constantin Kaplinsky · 17 years ago
  26. 10da44d [Bugfix] Make sure the video selection is always a multiple of 16x8 pixels. Previously, the selection could cross the framebuffer boundaries and clipping it back to screen could break 16x8 alignment. by Constantin Kaplinsky · 17 years ago
  27. f7cb2bf Support for video area selection (revision range 2467:2563 from branches/javaviewer-selectvideo) merged back to trunk. by Constantin Kaplinsky · 17 years ago
  28. 90d8a50 Using package name com.tightvnc.vncviewer. by Constantin Kaplinsky · 17 years ago
  29. 107934b Moved the Java Viewer source into the proper location. by Constantin Kaplinsky · 17 years ago[Renamed from java/com/tightvnc/vncviewer/VncCanvas.java]
  30. 2844fd5 TightVNC Java Viewer source copied to trunk from its old location under orig/trunk. by Constantin Kaplinsky · 17 years ago