| Commit message (Expand) | Author | Age | Files | Lines |
* | [Bugfix] Update default CODE path in index.vnc file appropriately. | Adam Tkac | 2010-03-22 | 1 | -1/+1 |
* | Fix JAR file so that Java viewer can be run without a web server | DRC | 2010-03-04 | 3 | -4/+9 |
* | [Development] Bump version numbers to 1.0.90. | Adam Tkac | 2009-12-21 | 1 | -1/+1 |
* | Bump version to 0.0.91. | Adam Tkac | 2009-06-12 | 1 | -1/+1 |
* | Make java viewer compilable via OpenJDK 1.6.0 series (thanks to Karl | Adam Tkac | 2009-03-13 | 1 | -1/+1 |
* | Rename all java modules to tigervnc from tightvnc | Adam Tkac | 2009-03-13 | 31 | -56/+56 |
* | Rename java/src/com/tightvnc to java/src/com/tigervnc. | Adam Tkac | 2009-03-13 | 37 | -0/+0 |
* | Rebrand the source as TigerVNC. It is my hope that this patch is | Peter Åstrand | 2009-02-27 | 7 | -23/+23 |
* | Removed Java-based rfbplayer, not a part of the TigerVNC project. | Peter Åstrand | 2009-02-25 | 15 | -3694/+0 |
* | [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 | 2 | -7/+0 |
* | [Refactoring] Usage of RecordInterface removed from ZRLEDecoder. | enikey | 2008-12-25 | 1 | -5/+2 |
* | [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] Move "recordCompactLen", "recordCompressedData" methods from cl... | enikey | 2008-12-25 | 1 | -2/+43 |
* | [Refactoring] Most part of code that using RecordInterface to record session(... | enikey | 2008-12-25 | 1 | -39/+28 |
* | [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] Add copyrect handler code to copyrect decoder. | enikey | 2008-12-25 | 1 | -3/+11 |
* | [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 |
* | [Layout, developement] Added base copy rect decoder class. | enikey | 2008-12-25 | 1 | -0/+42 |
* | [Developement] Add ability to add "Video Ignore" (use "addVideoIgnoreButton" ... | enikey | 2008-12-24 | 1 | -1/+17 |
* | [Refactoring] Unused part of code in constructor (dublicating code) removed. ... | enikey | 2008-12-24 | 1 | -11/+0 |
* | [BugFix] Negative statistics (pixel data, update rectangles etc). Fixed by re... | enikey | 2008-12-24 | 3 | -20/+20 |
* | [BugFix] Tight encoding statistics enabled. | enikey | 2008-12-24 | 2 | -1/+21 |
* | [Refactoring, cleanup] Write encoding ID of real decoders in decoders classes... | enikey | 2008-12-24 | 8 | -32/+132 |
* | [BugFix] Removed type casting from int to byte in method writeByte(int). | enikey | 2008-12-24 | 1 | -1/+1 |
* | [Developement, debug] Added Encodings constants to decoders classes. Temporar... | enikey | 2008-12-24 | 7 | -11/+28 |
* | [Refactoring] Write record data to data output interface instead of record in... | enikey | 2008-12-24 | 3 | -23/+23 |
* | [Developement] Added body to "writeByte" and "writeInt" methods to RecordOutp... | enikey | 2008-12-24 | 1 | -2/+13 |
* | [Refactoring] Write record data to data output interface instead of record in... | enikey | 2008-12-24 | 1 | -6/+6 |
* | [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 |
* | [BugFix] Changed type of member "dos" from DataOutputStream to DataOutput. | enikey | 2008-12-24 | 1 | -3/+3 |
* | [Developement] Added temporary method "setDataOutputStream" and member "dos" ... | enikey | 2008-12-24 | 1 | -1/+12 |
* | [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 |