summaryrefslogtreecommitdiffstats
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
...
* [Refactoring] Added decoders to VncCanvas class. Decoders creates in ↵enikey2008-12-191-4/+68
| | | | | | | | VncCanvas constructor. [Cleanup] Spaces removed from end of some lines. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3435 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Developement] Class VncCanvas implements Repaintable interface. Method ↵enikey2008-12-191-2/+4
| | | | | | scheludeRepaint maked public. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3434 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Developement] Added decode methods to Tight decoder class.enikey2008-12-191-1/+301
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3433 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Developement] Added helper methods that decodes data in tight encoding ↵enikey2008-12-191-0/+90
| | | | | | (mono data and gradient data) to tight decoder class. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3432 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Layout] Added base Tight data decoder class (TightDecoder).enikey2008-12-191-0/+79
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3431 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Developement] Added decode methods to ZRLE decoder class.enikey2008-12-191-0/+139
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3430 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Developement] Added private methods for reading data from ZRLE decoded ↵enikey2008-12-191-1/+143
| | | | | | stream in ZRLEDecoder class. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3429 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Layout] Added empty ZRLE data decoder class (ZRLEDecoder).enikey2008-12-191-0/+21
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3428 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Developement] Added decoding methods to hextile data decoder class.enikey2008-12-191-1/+167
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3427 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Developement] Added decoder private members and setRepaitableControl method.enikey2008-12-191-0/+19
| | | | | | [Documentation] Added comments to HextileDecoder class. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3426 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Layout, Developement] Added interface Repaintable. Interface will be used ↵enikey2008-12-191-0/+7
| | | | | | in HextileDecoder class to draw immediantly little rectangles of data while processing big rectangle. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3425 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Developement] Added hextile decoder constants and class constructor.enikey2008-12-191-1/+21
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3423 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Layout] Added empty Hextile data decoder class.enikey2008-12-191-0/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3422 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Layout, Developement] Added ZLib data decoder class.enikey2008-12-191-0/+99
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3421 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Layout, Developement] Added CoRRE data decoder class.enikey2008-12-191-0/+74
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3420 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Developement] Added RREDecoder body (overrided handleRect method and ↵enikey2008-12-192-1/+71
| | | | | | constructors). git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3419 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Layout] Added empty RRE data decoder class (RREDecoder).enikey2008-12-191-0/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3418 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Cleanup] Spelling error in comment is corrected.enikey2008-12-191-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3417 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Documentation] Added comments to methods.enikey2008-12-191-5/+16
| | | | | | [Cleanup] Added newlines after comments. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3416 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Developement] Added setSessionRecorder method to RawDecoder class.enikey2008-12-191-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3415 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Developement] Added handleRect method to RawDecoder class.enikey2008-12-191-1/+52
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3414 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Developement] Added update() method to RawDecoder class. This method must ↵enikey2008-12-191-0/+28
| | | | | | be called when framebuffer is resized or BPP is changed. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3413 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Developement] Added protected getColorModel8, getColorModel24, getColor256 ↵enikey2008-12-191-0/+48
| | | | | | methods to access private static members (cm8, cm24, color256). git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3412 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Developement] Added constructor, base set methods (setRfbInputStream, ↵enikey2008-12-191-0/+59
| | | | | | setGraphics, setBPP, setFrameBufferSize). Added base protected and private static and non-static members. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3411 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Developement] VncCanvas class implements RecordInterface interface.enikey2008-12-191-1/+41
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3410 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Developement] Added base methods headers to interface RecordInterface.enikey2008-12-191-0/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3409 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Layout] Added RecordInterface interface. This interface will be used for ↵enikey2008-12-191-0/+9
| | | | | | recording sessions by decoders classes in com.tighvnc.decoder package. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3408 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Documentation] Added comments to RfbInputStream class.enikey2008-12-191-0/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3407 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Developement] Added readFully, readU32, readU8, readCompactLen methods to ↵enikey2008-12-191-0/+22
| | | | | | RfbInputStream class. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3406 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Developement] Added constructor and class member (variable "rfb").enikey2008-12-191-1/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3405 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Layout] Added public class RfbInputStream. This class will be used as layer ↵enikey2008-12-191-0/+5
| | | | | | between class com.tightvnc.vncviewer.RfbProto and decoders in com.tightvnc.decoder package. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3404 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Layout] Added file RawDecoder.java and RawDecoder class.enikey2008-12-081-0/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3320 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Developement] Added auto scaling on resizing window (non applet mode), auto ↵enikey2008-12-042-9/+65
| | | | | | | | scaling in applet. [BugFix] Wrong auto scaling in applet and application. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3293 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Developement] Added "auto scaling" feature to Applet.enikey2008-12-032-5/+9
| | | | | | | [BugFix] NullPointerException when changing option before canvas created. [BugFix] Wrong default value in "Auto Scroll" combo box (class OptionsFrame). git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3287 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Developement] Added feature to change "Scaling factor" parameter from ↵enikey2008-12-031-13/+39
| | | | | | OptionsFrame.java ("TightVnc Options" dialog). git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3286 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Developement] Added method setScalingFactor.enikey2008-12-031-0/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3285 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Enhancement] Sending zero coordinates of the video area selection if that ↵Constantin Kaplinsky2008-09-051-0/+5
| | | | | | selection is zero-size. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2754 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Bugfix, cleanups] All the remaining problems with video rectangle selection ↵Constantin Kaplinsky2008-09-031-59/+53
| | | | | | coordinates seem to be fixed now. Now the selection rectangle should always be a multiple of 16x8 pixels and its coordinates should always fit the framebuffer. The code of VncCanvas.getSelection(boolean) looks much better now. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2748 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Bugfix] Selection grew incorrectly when it passed left or upper boundary of ↵Constantin Kaplinsky2008-09-031-2/+10
| | | | | | the framebuffer. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2747 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Bugfix] Make sure the video selection is always a multiple of 16x8 pixels. ↵Constantin Kaplinsky2008-09-031-9/+12
| | | | | | Previously, the selection could cross the framebuffer boundaries and clipping it back to screen could break 16x8 alignment. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2746 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Bugfix] Fixed a problem with recursive seeking and unhandled ↵Constantin Kaplinsky2008-06-233-6/+8
| | | | | | EOFException("[JUMP]"). git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2622 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Development] Using index-driven positioning when seeking forward over more ↵Constantin Kaplinsky2008-06-232-10/+12
| | | | | | than 10 seconds. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2621 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Debug] Printing entry points at index-driven seeking, for testing and ↵Constantin Kaplinsky2008-06-231-0/+2
| | | | | | debugging purposes. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2620 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Refactoring] Added a separate function to compute the number of index ↵Constantin Kaplinsky2008-06-231-17/+24
| | | | | | record for the given time offset. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2619 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Cleanup] Minor code formatting change.Constantin Kaplinsky2008-06-231-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2618 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Development] Graceful fallback to non-indexed seeking if Range headers in ↵Constantin Kaplinsky2008-06-231-3/+7
| | | | | | HTTP requests are not supported by the HTTP server or HTTP proxy. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2617 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Cleanup] Renamed a variable.Constantin Kaplinsky2008-06-231-10/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2616 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Development] Changed the .fbi file format, now key_fpos and key_size refer ↵Constantin Kaplinsky2008-06-231-3/+2
| | | | | | to pure data within FBS data block. Previously, they referred to the whole block with its service fields. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2615 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Development] Data format of the .fbi file has been changed. In addition to ↵Constantin Kaplinsky2008-06-231-23/+22
| | | | | | the list of entry points, it will include RFB initialization data that should be prepended to each keyframe. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2614 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Enhancement] Validating the .fbi file contents - timestamps should go in ↵Constantin Kaplinsky2008-06-231-0/+8
| | | | | | ascending order. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2613 3789f03b-4d11-0410-bbf8-ca57d06f2519