summaryrefslogtreecommitdiffstats
path: root/java/src/com
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [Developement] Added "auto scaling" feature to Applet.enikey2008-12-032-5/+9
* [Developement] Added feature to change "Scaling factor" parameter from Option...enikey2008-12-031-13/+39
* [Developement] Added method setScalingFactor.enikey2008-12-031-0/+6
* [Enhancement] Sending zero coordinates of the video area selection if that se...Constantin Kaplinsky2008-09-051-0/+5
* [Bugfix, cleanups] All the remaining problems with video rectangle selection ...Constantin Kaplinsky2008-09-031-59/+53
* [Bugfix] Selection grew incorrectly when it passed left or upper boundary of ...Constantin Kaplinsky2008-09-031-2/+10
* [Bugfix] Make sure the video selection is always a multiple of 16x8 pixels. P...Constantin Kaplinsky2008-09-031-9/+12
* [Bugfix] Fixed a problem with recursive seeking and unhandled EOFException("[...Constantin Kaplinsky2008-06-233-6/+8
* [Development] Using index-driven positioning when seeking forward over more t...Constantin Kaplinsky2008-06-232-10/+12
* [Debug] Printing entry points at index-driven seeking, for testing and debugg...Constantin Kaplinsky2008-06-231-0/+2
* [Refactoring] Added a separate function to compute the number of index record...Constantin Kaplinsky2008-06-231-17/+24
* [Cleanup] Minor code formatting change.Constantin Kaplinsky2008-06-231-2/+2
* [Development] Graceful fallback to non-indexed seeking if Range headers in HT...Constantin Kaplinsky2008-06-231-3/+7
* [Cleanup] Renamed a variable.Constantin Kaplinsky2008-06-231-10/+8
* [Development] Changed the .fbi file format, now key_fpos and key_size refer t...Constantin Kaplinsky2008-06-231-3/+2
* [Development] Data format of the .fbi file has been changed. In addition to t...Constantin Kaplinsky2008-06-231-23/+22
* [Enhancement] Validating the .fbi file contents - timestamps should go in asc...Constantin Kaplinsky2008-06-231-0/+8
* [Development] Indexed seeking (using HTTP 1.1 Range request headers) is worki...Constantin Kaplinsky2008-06-221-12/+39
* [Cleanup] Declared FbsConnection.openByteRange() static.Constantin Kaplinsky2008-06-211-1/+1
* [Refactoring] Added a separate function to connect to a byte range via HTTP u...Constantin Kaplinsky2008-06-211-11/+17
* [Development] Loading the keyframe data, using HTTP Range headers to load onl...Constantin Kaplinsky2008-06-202-3/+30
* [Development] Added two methods to open FBS files, with and without index-dri...Constantin Kaplinsky2008-06-201-6/+44
* [Development] Print FBS entry point information when efficient seeking via in...Constantin Kaplinsky2008-06-201-0/+15
* [Cleanup] Renamed member variable idx to indexData.Constantin Kaplinsky2008-06-201-4/+4