| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename java/src/com/tightvnc to java/src/com/tigervnc. | Adam Tkac | 2009-03-13 | 28 | -7728/+0 |
* | Rebrand the source as TigerVNC. It is my hope that this patch is | Peter Åstrand | 2009-02-27 | 7 | -23/+23 |
* | [BugFix] Fixed: Skipping some mouse events when limiting mouse event sending.... | enikey | 2009-01-20 | 1 | -4/+36 |
* | [Developement] Viewer can limit mouse events transfer (see mouseMaxFreq member). | enikey | 2009-01-19 | 1 | -1/+9 |
* | [User interface] Changed labels for the video freeze button. | Constantin Kaplinsky | 2008-12-27 | 1 | -2/+2 |
* | [Layout] Application don't needs interface RecordInterface anymore. Interface... | enikey | 2008-12-25 | 1 | -25/+0 |
* | [Refactoring] RecordOutputStream use RfbProto for recording. Not using Record... | enikey | 2008-12-25 | 2 | -52/+22 |
* | [Cleanup, bugfix] Wrong CopyRect recording. Removed unusefull comments. | enikey | 2008-12-25 | 1 | -28/+1 |
* | [Developement] Added ability to freeze video (enable/disabe rectangular scree... | enikey | 2008-12-25 | 3 | -10/+62 |
* | [Refactoring] Removed unused method "isRecordFromBeggining". | enikey | 2008-12-25 | 2 | -7/+1 |
* | [Refactoring] Decoders not using RecordInterface no more. | enikey | 2008-12-25 | 1 | -1/+0 |
* | [Refactoring] Methods "recordCompactLen", "recordCompresedData" removed from ... | enikey | 2008-12-25 | 3 | -52/+0 |
* | [Refactoring] Body of "recordCompactLen", "recordCompresedData" commented. Pl... | enikey | 2008-12-25 | 1 | -2/+2 |
* | [Refactoring] Member "recordFromBeggining" removed from class RfbProto. Added... | enikey | 2008-12-25 | 2 | -14/+4 |
* | [Cleanup] Unused method "readCopyRect" and members "copyRectSrcX", "copyRectS... | enikey | 2008-12-25 | 1 | -16/+0 |
* | [Refactoring] Using CopyRect decoder to handle copyrect encoded data. | enikey | 2008-12-25 | 1 | -5/+6 |
* | [Developement] Added "writeShort" method code that writes int as int16 (in bi... | enikey | 2008-12-25 | 2 | -2/+11 |
* | [Developement] Added "writeShortBE" method to interface RecordInterface and c... | enikey | 2008-12-25 | 2 | -1/+5 |
* | [Developement] Add ability to add "Video Ignore" (use "addVideoIgnoreButton" ... | enikey | 2008-12-24 | 1 | -1/+17 |
* | [BugFix] Negative statistics (pixel data, update rectangles etc). Fixed by re... | enikey | 2008-12-24 | 2 | -16/+16 |
* | [BugFix] Tight encoding statistics enabled. | enikey | 2008-12-24 | 1 | -1/+5 |
* | [Refactoring, cleanup] Write encoding ID of real decoders in decoders classes... | enikey | 2008-12-24 | 1 | -12/+42 |
* | [BugFix] Removed type casting from int to byte in method writeByte(int). | enikey | 2008-12-24 | 1 | -1/+1 |
* | [Developement] Added body to "writeByte" and "writeInt" methods to RecordOutp... | enikey | 2008-12-24 | 1 | -2/+13 |
* | [BugFix] Added check to verify that data can be written to record output stre... | enikey | 2008-12-24 | 1 | -3/+6 |
* | [Developement] All decoders have pointer to record output stream. | enikey | 2008-12-24 | 1 | -0/+3 |
* | [Layout] Added class RecordOutputStream (implements DataOutputStream). Class ... | enikey | 2008-12-19 | 1 | -0/+37 |
* | [BugFix] Slow mouse movement on server-side. Fixed by settings socket option ... | enikey | 2008-12-19 | 1 | -0/+1 |
* | [Refactoring] Code blocks that was used by old decoding code (means in decodi... | enikey | 2008-12-19 | 1 | -450/+6 |
* | [Refactoring] Data encoded with raw, hextile, rre, corre encoders decodes by... | enikey | 2008-12-19 | 1 | -136/+9 |
* | [Refactoring] All methods and members that were used by old tight decode code... | enikey | 2008-12-19 | 1 | -128/+1 |
* | [Refactoring] Using tight decoder class to decode and draw data on screen whe... | enikey | 2008-12-19 | 1 | -277/+14 |
* | [BugFix] Decoder zlibDecoder was not created in constructor VncCanvas and app... | enikey | 2008-12-19 | 1 | -0/+27 |
* | [Refactoring] Added decoders to VncCanvas class. Decoders creates in VncCanva... | enikey | 2008-12-19 | 1 | -4/+68 |
* | [Developement] Class VncCanvas implements Repaintable interface. Method schel... | enikey | 2008-12-19 | 1 | -2/+4 |
* | [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 |
* | [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 |