aboutsummaryrefslogtreecommitdiffstats
path: root/java
Commit message (Expand)AuthorAgeFilesLines
* Re-order from least to most recentDRC2011-06-241-3/+3
* Update copyrights to reflect the new Java code we're usingDRC2011-06-241-3/+5
* Change version number to 1.1.80 (1.2 alpha) to distinguish from the 1.1 branchDRC2011-06-242-2/+2
* corrected missing index ptr in new ZlibInStream implementationBrian Hinz2011-06-171-0/+2
* Imported JZlib source tree and re-implemented ZlibInStream using JZlib, simil...Brian Hinz2011-06-1723-178/+5436
* initial support for ClientRedirect and VeNCrypt sub-type Ident in java viewerBrian Hinz2011-06-1011-36/+172
* Make the install target install the same files as the xserver-install targetDRC2011-06-021-2/+3
* [java client] improve gui set/get methods for compression & quality levels.Brian Hinz2011-05-282-6/+6
* [java viewer] fixed typo in makefileBrian Hinz2011-05-251-1/+1
* [java viewer] fixed incorrect offset value in custom compression setting from...Brian Hinz2011-05-251-2/+2
* fixed bug in java viewer when disabling security typesBrian Hinz2011-05-171-1/+1
* add support for SetDesktopSize to java viewerBrian Hinz2011-05-174-9/+35
* add support for SetDesktopSizeBrian Hinz2011-05-173-29/+51
* Ensure that a modified source file under rdr/ or rfb/ will trigger a rebuildDRC2011-05-171-1/+1
* changed string reads/writes to use utf-8. Also fixed location of icon resource.Brian Hinz2011-05-1710-34/+58
* Update location of resource used to store build timestamp.Brian Hinz2011-05-132-5/+12
* Completely reworked Java viewer (contributed by Brian Hinz)DRC2011-05-13106-7166/+9200
* [Development] Remove support for the "Tight" security type from Java code.Adam Tkac2010-11-188-933/+23
* [Bugfix] java: Disable Tight security type.Adam Tkac2010-11-181-0/+2
* [Development] java: Implement X509 Security types. (Martin Koegler)Adam Tkac2010-11-184-2/+128
* [Development] java: Implement TLS security type. (Martin Koegler)Adam Tkac2010-11-185-2/+167
* [Doc] Add copyrights to recently added Message Box code.Adam Tkac2010-11-112-0/+2
* [Development] java: Add simple Message Box implementation. (Martin Koegler)Adam Tkac2010-11-113-2/+166
* [Development] java: Implement Plain Security type. (Martin Koegler)Adam Tkac2010-11-112-0/+20
* [Development] java: Support asking for a user name. (Martin Koegler)Adam Tkac2010-11-112-4/+40
* [Development] java: Implement VeNCrypt chooser (Martin Koegler)Adam Tkac2010-11-112-18/+58
* [Development] java: Add VeNCrypt security types. (Martin Koegler)Adam Tkac2010-11-111-4/+12
* [Bugfix] Update default CODE path in index.vnc file appropriately.Adam Tkac2010-03-221-1/+1
* Fix JAR file so that Java viewer can be run without a web serverDRC2010-03-043-4/+9
* [Development] Bump version numbers to 1.0.90.Adam Tkac2009-12-211-1/+1
* Bump version to 0.0.91.Adam Tkac2009-06-121-1/+1
* Make java viewer compilable via OpenJDK 1.6.0 series (thanks to KarlAdam Tkac2009-03-131-1/+1
* Rename all java modules to tigervnc from tightvncAdam Tkac2009-03-1331-56/+56
* Rename java/src/com/tightvnc to java/src/com/tigervnc.Adam Tkac2009-03-1337-0/+0
* Rebrand the source as TigerVNC. It is my hope that this patch isPeter Åstrand2009-02-277-23/+23
* Removed Java-based rfbplayer, not a part of the TigerVNC project. Peter Åstrand2009-02-2515-3694/+0
* [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-252-7/+0
* [Refactoring] Usage of RecordInterface removed from ZRLEDecoder.enikey2008-12-251-5/+2
* [Refactoring] Methods "recordCompactLen", "recordCompresedData" removed from ...enikey2008-12-253-52/+0
* [Refactoring] Body of "recordCompactLen", "recordCompresedData" commented. Pl...enikey2008-12-251-2/+2
* [Refactoring] Move "recordCompactLen", "recordCompressedData" methods from cl...enikey2008-12-251-2/+43
* [Refactoring] Most part of code that using RecordInterface to record session(...enikey2008-12-251-39/+28