aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/tigervnc/rfb
Commit message (Expand)AuthorAgeFilesLines
* Move Java source up one level and allow Java viewer to be built as a standalo...DRC2011-10-0754-5984/+0
* The previous fix to the NullPointer issue did not work, because it was simply...DRC2011-10-051-2/+2
* Fixes for bug #3418258. Cleans up all of the 'unchecked' and 'deprecated' li...Brian Hinz2011-10-042-4/+4
* Fixed the formatting of a few Cendio copyright lines, so that it isPeter Åstrand2011-09-281-1/+1
* fixed protocol version < 3.7 secType bugBrian Hinz2011-09-041-2/+3
* corrected all inconsistent eol-styles and set eol-style:native on *.java. Al...Brian Hinz2011-06-303-353/+353
* fix for java arraystore exception when bpp=8 with Tight encodingBrian Hinz2011-06-291-1/+2
* cleaned up readVersion/writeVersion routines in java client. readVersion wasn...Brian Hinz2011-06-292-24/+19
* Imported JZlib source tree and re-implemented ZlibInStream using JZlib, simil...Brian Hinz2011-06-171-11/+9
* initial support for ClientRedirect and VeNCrypt sub-type Ident in java viewerBrian Hinz2011-06-109-20/+106
* 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
* changed string reads/writes to use utf-8. Also fixed location of icon resource.Brian Hinz2011-05-175-6/+35
* Completely reworked Java viewer (contributed by Brian Hinz)DRC2011-05-1353-0/+5848