| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [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 |
* | [Developement] VncCanvas class implements RecordInterface interface. | enikey | 2008-12-19 | 1 | -1/+41 |
* | [Developement] Added base methods headers to interface RecordInterface. | enikey | 2008-12-19 | 1 | -0/+17 |
* | [Layout] Added RecordInterface interface. This interface will be used for rec... | enikey | 2008-12-19 | 1 | -0/+9 |
* | [Documentation] Added comments to RfbInputStream class. | enikey | 2008-12-19 | 1 | -0/+10 |
* | [Developement] Added readFully, readU32, readU8, readCompactLen methods to Rf... | enikey | 2008-12-19 | 1 | -0/+22 |
* | [Developement] Added constructor and class member (variable "rfb"). | enikey | 2008-12-19 | 1 | -1/+5 |
* | [Layout] Added public class RfbInputStream. This class will be used as layer ... | enikey | 2008-12-19 | 1 | -0/+5 |
* | [Layout] Added file RawDecoder.java and RawDecoder class. | enikey | 2008-12-08 | 1 | -0/+5 |
* | [Developement] Added auto scaling on resizing window (non applet mode), auto ... | enikey | 2008-12-04 | 2 | -9/+65 |
* | [Developement] Added "auto scaling" feature to Applet. | enikey | 2008-12-03 | 2 | -5/+9 |
* | [Developement] Added feature to change "Scaling factor" parameter from Option... | enikey | 2008-12-03 | 1 | -13/+39 |
* | [Developement] Added method setScalingFactor. | enikey | 2008-12-03 | 1 | -0/+6 |
* | [Enhancement] Sending zero coordinates of the video area selection if that se... | Constantin Kaplinsky | 2008-09-05 | 1 | -0/+5 |
* | [Bugfix, cleanups] All the remaining problems with video rectangle selection ... | Constantin Kaplinsky | 2008-09-03 | 1 | -59/+53 |
* | [Bugfix] Selection grew incorrectly when it passed left or upper boundary of ... | Constantin Kaplinsky | 2008-09-03 | 1 | -2/+10 |
* | [Bugfix] Make sure the video selection is always a multiple of 16x8 pixels. P... | Constantin Kaplinsky | 2008-09-03 | 1 | -9/+12 |
* | [Bugfix] Fixed a problem with recursive seeking and unhandled EOFException("[... | Constantin Kaplinsky | 2008-06-23 | 3 | -6/+8 |
* | [Development] Using index-driven positioning when seeking forward over more t... | Constantin Kaplinsky | 2008-06-23 | 2 | -10/+12 |
* | [Debug] Printing entry points at index-driven seeking, for testing and debugg... | Constantin Kaplinsky | 2008-06-23 | 1 | -0/+2 |
* | [Refactoring] Added a separate function to compute the number of index record... | Constantin Kaplinsky | 2008-06-23 | 1 | -17/+24 |
* | [Cleanup] Minor code formatting change. | Constantin Kaplinsky | 2008-06-23 | 1 | -2/+2 |
* | [Development] Graceful fallback to non-indexed seeking if Range headers in HT... | Constantin Kaplinsky | 2008-06-23 | 1 | -3/+7 |
* | [Cleanup] Renamed a variable. | Constantin Kaplinsky | 2008-06-23 | 1 | -10/+8 |
* | [Development] Changed the .fbi file format, now key_fpos and key_size refer t... | Constantin Kaplinsky | 2008-06-23 | 1 | -3/+2 |
* | [Development] Data format of the .fbi file has been changed. In addition to t... | Constantin Kaplinsky | 2008-06-23 | 1 | -23/+22 |
* | [Enhancement] Validating the .fbi file contents - timestamps should go in asc... | Constantin Kaplinsky | 2008-06-23 | 1 | -0/+8 |
* | [Development] Indexed seeking (using HTTP 1.1 Range request headers) is worki... | Constantin Kaplinsky | 2008-06-22 | 1 | -12/+39 |
* | [Cleanup] Declared FbsConnection.openByteRange() static. | Constantin Kaplinsky | 2008-06-21 | 1 | -1/+1 |
* | [Refactoring] Added a separate function to connect to a byte range via HTTP u... | Constantin Kaplinsky | 2008-06-21 | 1 | -11/+17 |
* | [Development] Loading the keyframe data, using HTTP Range headers to load onl... | Constantin Kaplinsky | 2008-06-20 | 2 | -3/+30 |
* | [Development] Added two methods to open FBS files, with and without index-dri... | Constantin Kaplinsky | 2008-06-20 | 1 | -6/+44 |
* | [Development] Print FBS entry point information when efficient seeking via in... | Constantin Kaplinsky | 2008-06-20 | 1 | -0/+15 |
* | [Cleanup] Renamed member variable idx to indexData. | Constantin Kaplinsky | 2008-06-20 | 1 | -4/+4 |