Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_tigervnc
/
5276d7968c72a9d812f2735aa9a581e1d2bd7600
/
java
/
src
/
com
/
tightvnc
/
decoder
/
RawDecoder.java
5276d79
[Refactoring] Write record data to data output interface instead of record interface in raw decoder class.
by enikey
· 17 years ago
c6f6bab
[BugFix] Changed type of member "dos" from DataOutputStream to DataOutput.
by enikey
· 17 years ago
3e9ff9f
[Developement] Added temporary method "setDataOutputStream" and member "dos" (interface DataOutputStream). This method will be removed or renamed after class RawDecoder will need RecordInterface to record session no more.
by enikey
· 17 years ago
ccf6e7c
[Developement] Added RREDecoder body (overrided handleRect method and constructors).
by enikey
· 17 years ago
1924c44
[Cleanup] Spelling error in comment is corrected.
by enikey
· 17 years ago
2c23ba1
[Documentation] Added comments to methods.
by enikey
· 17 years ago
292cf9d
[Developement] Added setSessionRecorder method to RawDecoder class.
by enikey
· 17 years ago
4f92da4
[Developement] Added handleRect method to RawDecoder class.
by enikey
· 17 years ago
663025d
[Developement] Added update() method to RawDecoder class. This method must be called when framebuffer is resized or BPP is changed.
by enikey
· 17 years ago
b3e19f7
[Developement] Added protected getColorModel8, getColorModel24, getColor256 methods to access private static members (cm8, cm24, color256).
by enikey
· 17 years ago
2f811b8
[Developement] Added constructor, base set methods (setRfbInputStream, setGraphics, setBPP, setFrameBufferSize). Added base protected and private static and non-static members.
by enikey
· 17 years ago
00e0dbf
[Layout] Added file RawDecoder.java and RawDecoder class.
by enikey
· 17 years ago