aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/tightvnc/vncviewer
Commit message (Expand)AuthorAgeFilesLines
* Rename java/src/com/tightvnc to java/src/com/tigervnc.Adam Tkac2009-03-1328-7728/+0
* Rebrand the source as TigerVNC. It is my hope that this patch isPeter Åstrand2009-02-277-23/+23
* [BugFix] Fixed: Skipping some mouse events when limiting mouse event sending....enikey2009-01-201-4/+36
* [Developement] Viewer can limit mouse events transfer (see mouseMaxFreq member).enikey2009-01-191-1/+9
* [User interface] Changed labels for the video freeze button.Constantin Kaplinsky2008-12-271-2/+2
* [Layout] Application don't needs interface RecordInterface anymore. Interface...enikey2008-12-251-25/+0
* [Refactoring] RecordOutputStream use RfbProto for recording. Not using Record...enikey2008-12-252-52/+22
* [Cleanup, bugfix] Wrong CopyRect recording. Removed unusefull comments.enikey2008-12-251-28/+1
* [Developement] Added ability to freeze video (enable/disabe rectangular scree...enikey2008-12-253-10/+62
* [Refactoring] Removed unused method "isRecordFromBeggining".enikey2008-12-252-7/+1
* [Refactoring] Decoders not using RecordInterface no more.enikey2008-12-251-1/+0
* [Refactoring] Methods "recordCompactLen", "recordCompresedData" removed from ...enikey2008-12-253-52/+0
* [Refactoring] Body of "recordCompactLen", "recordCompresedData" commented. Pl...enikey2008-12-251-2/+2
* [Refactoring] Member "recordFromBeggining" removed from class RfbProto. Added...enikey2008-12-252-14/+4
* [Cleanup] Unused method "readCopyRect" and members "copyRectSrcX", "copyRectS...enikey2008-12-251-16/+0
* [Refactoring] Using CopyRect decoder to handle copyrect encoded data.enikey2008-12-251-5/+6
* [Developement] Added "writeShort" method code that writes int as int16 (in bi...enikey2008-12-252-2/+11
* [Developement] Added "writeShortBE" method to interface RecordInterface and c...enikey2008-12-252-1/+5
* [Developement] Add ability to add "Video Ignore" (use "addVideoIgnoreButton" ...enikey2008-12-241-1/+17
* [BugFix] Negative statistics (pixel data, update rectangles etc). Fixed by re...enikey2008-12-242-16/+16
* [BugFix] Tight encoding statistics enabled.enikey2008-12-241-1/+5
* [Refactoring, cleanup] Write encoding ID of real decoders in decoders classes...enikey2008-12-241-12/+42
* [BugFix] Removed type casting from int to byte in method writeByte(int).enikey2008-12-241-1/+1
* [Developement] Added body to "writeByte" and "writeInt" methods to RecordOutp...enikey2008-12-241-2/+13
* [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
* [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] 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
* [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