aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/tightvnc
Commit message (Expand)AuthorAgeFilesLines
* [Refactoring, cleanup] Write encoding ID of real decoders in decoders classes...enikey2008-12-248-32/+132
* [BugFix] Removed type casting from int to byte in method writeByte(int).enikey2008-12-241-1/+1
* [Developement, debug] Added Encodings constants to decoders classes. Temporar...enikey2008-12-247-11/+28
* [Refactoring] Write record data to data output interface instead of record in...enikey2008-12-243-23/+23
* [Developement] Added body to "writeByte" and "writeInt" methods to RecordOutp...enikey2008-12-241-2/+13
* [Refactoring] Write record data to data output interface instead of record in...enikey2008-12-241-6/+6
* [BugFix] Added check to verify that data can be written to record output stre...enikey2008-12-241-3/+6
* [Developement] All decoders have pointer to record output stream.enikey2008-12-241-0/+3
* [BugFix] Changed type of member "dos" from DataOutputStream to DataOutput.enikey2008-12-241-3/+3
* [Developement] Added temporary method "setDataOutputStream" and member "dos" ...enikey2008-12-241-1/+12
* [Layout] Added class RecordOutputStream (implements DataOutputStream). Class ...enikey2008-12-191-0/+37
* [BugFix] Slow mouse movement on server-side. Fixed by settings socket option ...enikey2008-12-191-0/+1
* [Refactoring] Code blocks that was used by old decoding code (means in decodi...enikey2008-12-191-450/+6
* [Refactoring] Data encoded with raw, hextile, rre, corre encoders decodes by...enikey2008-12-191-136/+9
* [Refactoring] All methods and members that were used by old tight decode code...enikey2008-12-191-128/+1
* [Refactoring] Using tight decoder class to decode and draw data on screen whe...enikey2008-12-191-277/+14
* [BugFix] Decoder zlibDecoder was not created in constructor VncCanvas and app...enikey2008-12-191-0/+27
* [Refactoring] Added decoders to VncCanvas class. Decoders creates in VncCanva...enikey2008-12-191-4/+68
* [Developement] Class VncCanvas implements Repaintable interface. Method schel...enikey2008-12-191-2/+4
* [Developement] Added decode methods to Tight decoder class.enikey2008-12-191-1/+301
* [Developement] Added helper methods that decodes data in tight encoding (mono...enikey2008-12-191-0/+90
* [Layout] Added base Tight data decoder class (TightDecoder).enikey2008-12-191-0/+79
* [Developement] Added decode methods to ZRLE decoder class.enikey2008-12-191-0/+139
* [Developement] Added private methods for reading data from ZRLE decoded strea...enikey2008-12-191-1/+143
* [Layout] Added empty ZRLE data decoder class (ZRLEDecoder).enikey2008-12-191-0/+21
* [Developement] Added decoding methods to hextile data decoder class.enikey2008-12-191-1/+167
* [Developement] Added decoder private members and setRepaitableControl method.enikey2008-12-191-0/+19
* [Layout, Developement] Added interface Repaintable. Interface will be used in...enikey2008-12-191-0/+7
* [Developement] Added hextile decoder constants and class constructor.enikey2008-12-191-1/+21
* [Layout] Added empty Hextile data decoder class.enikey2008-12-191-0/+5
* [Layout, Developement] Added ZLib data decoder class.enikey2008-12-191-0/+99
* [Layout, Developement] Added CoRRE data decoder class.enikey2008-12-191-0/+74
* [Developement] Added RREDecoder body (overrided handleRect method and constru...enikey2008-12-192-1/+71
* [Layout] Added empty RRE data decoder class (RREDecoder).enikey2008-12-191-0/+5
* [Cleanup] Spelling error in comment is corrected.enikey2008-12-191-1/+1
* [Documentation] Added comments to methods.enikey2008-12-191-5/+16
* [Developement] Added setSessionRecorder method to RawDecoder class.enikey2008-12-191-0/+4
* [Developement] Added handleRect method to RawDecoder class.enikey2008-12-191-1/+52
* [Developement] Added update() method to RawDecoder class. This method must be...enikey2008-12-191-0/+28
* [Developement] Added protected getColorModel8, getColorModel24, getColor256 m...enikey2008-12-191-0/+48
* [Developement] Added constructor, base set methods (setRfbInputStream, setGra...enikey2008-12-191-0/+59
* [Developement] VncCanvas class implements RecordInterface interface.enikey2008-12-191-1/+41
* [Developement] Added base methods headers to interface RecordInterface.enikey2008-12-191-0/+17
* [Layout] Added RecordInterface interface. This interface will be used for rec...enikey2008-12-191-0/+9
* [Documentation] Added comments to RfbInputStream class.enikey2008-12-191-0/+10
* [Developement] Added readFully, readU32, readU8, readCompactLen methods to Rf...enikey2008-12-191-0/+22
* [Developement] Added constructor and class member (variable "rfb").enikey2008-12-191-1/+5
* [Layout] Added public class RfbInputStream. This class will be used as layer ...enikey2008-12-191-0/+5
* [Layout] Added file RawDecoder.java and RawDecoder class.enikey2008-12-081-0/+5
* [Developement] Added auto scaling on resizing window (non applet mode), auto ...enikey2008-12-042-9/+65