| Commit message (Expand) | Author | Age | Files | Lines |
* | [Refactoring] Move "recordCompactLen", "recordCompressedData" methods from cl... | enikey | 2008-12-25 | 1 | -2/+43 |
* | [Refactoring] Most part of code that using RecordInterface to record session(... | enikey | 2008-12-25 | 1 | -39/+28 |
* | [Developement] Add copyrect handler code to copyrect decoder. | enikey | 2008-12-25 | 1 | -3/+11 |
* | [Layout, developement] Added base copy rect decoder class. | enikey | 2008-12-25 | 1 | -0/+42 |
* | [Refactoring] Unused part of code in constructor (dublicating code) removed. ... | enikey | 2008-12-24 | 1 | -11/+0 |
* | [BugFix] Negative statistics (pixel data, update rectangles etc). Fixed by re... | enikey | 2008-12-24 | 1 | -4/+4 |
* | [BugFix] Tight encoding statistics enabled. | enikey | 2008-12-24 | 1 | -0/+16 |
* | [Refactoring, cleanup] Write encoding ID of real decoders in decoders classes... | enikey | 2008-12-24 | 7 | -20/+90 |
* | [Developement, debug] Added Encodings constants to decoders classes. Temporar... | enikey | 2008-12-24 | 7 | -11/+28 |
* | [Refactoring] Write record data to data output interface instead of record in... | enikey | 2008-12-24 | 3 | -23/+23 |
* | [Refactoring] Write record data to data output interface instead of record in... | enikey | 2008-12-24 | 1 | -6/+6 |
* | [BugFix] Changed type of member "dos" from DataOutputStream to DataOutput. | enikey | 2008-12-24 | 1 | -3/+3 |
* | [Developement] Added temporary method "setDataOutputStream" and member "dos" ... | enikey | 2008-12-24 | 1 | -1/+12 |
* | [Developement] Added decode methods to Tight decoder class. | enikey | 2008-12-19 | 1 | -1/+301 |
* | [Developement] Added helper methods that decodes data in tight encoding (mono... | enikey | 2008-12-19 | 1 | -0/+90 |
* | [Layout] Added base Tight data decoder class (TightDecoder). | enikey | 2008-12-19 | 1 | -0/+79 |
* | [Developement] Added decode methods to ZRLE decoder class. | enikey | 2008-12-19 | 1 | -0/+139 |
* | [Developement] Added private methods for reading data from ZRLE decoded strea... | enikey | 2008-12-19 | 1 | -1/+143 |
* | [Layout] Added empty ZRLE data decoder class (ZRLEDecoder). | enikey | 2008-12-19 | 1 | -0/+21 |
* | [Developement] Added decoding methods to hextile data decoder class. | enikey | 2008-12-19 | 1 | -1/+167 |
* | [Developement] Added decoder private members and setRepaitableControl method. | enikey | 2008-12-19 | 1 | -0/+19 |
* | [Layout, Developement] Added interface Repaintable. Interface will be used in... | enikey | 2008-12-19 | 1 | -0/+7 |
* | [Developement] Added hextile decoder constants and class constructor. | enikey | 2008-12-19 | 1 | -1/+21 |
* | [Layout] Added empty Hextile data decoder class. | enikey | 2008-12-19 | 1 | -0/+5 |
* | [Layout, Developement] Added ZLib data decoder class. | enikey | 2008-12-19 | 1 | -0/+99 |
* | [Layout, Developement] Added CoRRE data decoder class. | enikey | 2008-12-19 | 1 | -0/+74 |
* | [Developement] Added RREDecoder body (overrided handleRect method and constru... | enikey | 2008-12-19 | 2 | -1/+71 |
* | [Layout] Added empty RRE data decoder class (RREDecoder). | enikey | 2008-12-19 | 1 | -0/+5 |
* | [Cleanup] Spelling error in comment is corrected. | enikey | 2008-12-19 | 1 | -1/+1 |
* | [Documentation] Added comments to methods. | enikey | 2008-12-19 | 1 | -5/+16 |
* | [Developement] Added setSessionRecorder method to RawDecoder class. | enikey | 2008-12-19 | 1 | -0/+4 |
* | [Developement] Added handleRect method to RawDecoder class. | enikey | 2008-12-19 | 1 | -1/+52 |
* | [Developement] Added update() method to RawDecoder class. This method must be... | enikey | 2008-12-19 | 1 | -0/+28 |
* | [Developement] Added protected getColorModel8, getColorModel24, getColor256 m... | enikey | 2008-12-19 | 1 | -0/+48 |
* | [Developement] Added constructor, base set methods (setRfbInputStream, setGra... | enikey | 2008-12-19 | 1 | -0/+59 |
* | [Layout] Added file RawDecoder.java and RawDecoder class. | enikey | 2008-12-08 | 1 | -0/+5 |