1. c92c1d1 [Refactoring] Code blocks that was used by old decoding code (means in decoding in VncCanvas class) is removed. by enikey · 17 years ago
  2. 6c72ce1 [Refactoring] Data encoded with raw, hextile, rre, corre encoders decodes by RawDecoder, HextileDecoder, RREDecoder, CoRREDecoder classes. by enikey · 17 years ago
  3. 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
  4. 2f7f46e [Refactoring] Using tight decoder class to decode and draw data on screen when using tight encoding. by enikey · 17 years ago
  5. 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
  6. c41ba1d [Refactoring] Added decoders to VncCanvas class. Decoders creates in VncCanvas constructor. by enikey · 17 years ago
  7. 0dbc153 [Developement] Class VncCanvas implements Repaintable interface. Method scheludeRepaint maked public. by enikey · 17 years ago
  8. 418611f [Developement] VncCanvas class implements RecordInterface interface. by enikey · 17 years ago
  9. 87647e9 [Developement] Added auto scaling on resizing window (non applet mode), auto scaling in applet. by enikey · 17 years ago
  10. 7368320 [Developement] Added "auto scaling" feature to Applet. by enikey · 17 years ago
  11. 45cfaa5 [Developement] Added method setScalingFactor. by enikey · 17 years ago
  12. 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
  13. ef0cfaa [Bugfix] Selection grew incorrectly when it passed left or upper boundary of the framebuffer. by Constantin Kaplinsky · 17 years ago
  14. 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
  15. f7cb2bf Support for video area selection (revision range 2467:2563 from branches/javaviewer-selectvideo) merged back to trunk. by Constantin Kaplinsky · 17 years ago
  16. 90d8a50 Using package name com.tightvnc.vncviewer. by Constantin Kaplinsky · 17 years ago
  17. 107934b Moved the Java Viewer source into the proper location. by Constantin Kaplinsky · 17 years ago[Renamed from java/com/tightvnc/vncviewer/VncCanvas.java]
  18. 2844fd5 TightVNC Java Viewer source copied to trunk from its old location under orig/trunk. by Constantin Kaplinsky · 17 years ago