1. 5276d79 [Refactoring] Write record data to data output interface instead of record interface in raw decoder class. by enikey · 17 years ago
  2. c6f6bab [BugFix] Changed type of member "dos" from DataOutputStream to DataOutput. by enikey · 17 years ago
  3. 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
  4. ccf6e7c [Developement] Added RREDecoder body (overrided handleRect method and constructors). by enikey · 17 years ago
  5. 1924c44 [Cleanup] Spelling error in comment is corrected. by enikey · 17 years ago
  6. 2c23ba1 [Documentation] Added comments to methods. by enikey · 17 years ago
  7. 292cf9d [Developement] Added setSessionRecorder method to RawDecoder class. by enikey · 17 years ago
  8. 4f92da4 [Developement] Added handleRect method to RawDecoder class. by enikey · 17 years ago
  9. 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
  10. b3e19f7 [Developement] Added protected getColorModel8, getColorModel24, getColor256 methods to access private static members (cm8, cm24, color256). by enikey · 17 years ago
  11. 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
  12. 00e0dbf [Layout] Added file RawDecoder.java and RawDecoder class. by enikey · 17 years ago