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