- f53e62a Rename all java modules to tigervnc from tightvnc by Adam Tkac · 16 years ago
- d0e8463 Rename java/src/com/tightvnc to java/src/com/tigervnc. by Adam Tkac · 16 years ago[Renamed from java/src/com/tightvnc/decoder/RawDecoder.java]
- cbf937d [Refactoring] Decoders not using RecordInterface no more. by enikey · 17 years ago
- 1b59070 [Refactoring] Unused part of code in constructor (dublicating code) removed. Unused getBPP() method removed. by enikey · 17 years ago
- 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
- 6558a30 [Developement, debug] Added Encodings constants to decoders classes. Temporary disable session recording when using Zlib decoder. by enikey · 17 years ago
- 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