aboutsummaryrefslogtreecommitdiffstats
path: root/java/src
Commit message (Expand)AuthorAgeFilesLines
* Update documentation for Java viewer and add build instructionsDRC2011-10-062-425/+68
* The previous fix to the NullPointer issue did not work, because it was simply...DRC2011-10-052-8/+8
* Remove old Makefile in favor of new CMake-based Java build systemDRC2011-10-051-65/+0
* Fix null pointer issue. Thanks DRC, that was driving me nuts.Brian Hinz2011-10-051-1/+1
* Fix WinVNC so that it embeds and serves up the Java viewer whenever BUILD_JAVA=1DRC2011-10-051-5/+8
* Only sign JAR when it is builtDRC2011-10-051-7/+6
* Undocument the PARAMS variableDRC2011-10-051-5/+1
* Sign the JAR file so clipboard transfer will workDRC2011-10-051-0/+7
* Remove unneeded $PARAMS variable (not sure why it was there in the first plac...DRC2011-10-051-1/+0
* Ignore serial and cast warningsDRC2011-10-051-1/+1
* Revert accidental change to index.vnc fileBrian Hinz2011-10-051-0/+1
* More fixes for bug #3418256. Copied jarsigning routine from TurboVNC in order...Brian Hinz2011-10-058-76/+114
* Fixes for bug #3418258. Cleans up all of the 'unchecked' and 'deprecated' li...Brian Hinz2011-10-045-13/+13
* Fixes for bug #3418256. Need to verify that applets deployed via JWS can stil...Brian Hinz2011-10-046-13/+41
* OpenJDK needs '-source 1.5'DRC2011-10-041-1/+1
* Integrate Java TigerVNC Viewer build into CMake build systemDRC2011-10-042-0/+103
* cleanup of rdr code, uniquify variable names, etc.Brian Hinz2011-10-024-50/+64
* fix for invalid hotspot error when scalingFactor becomes small. Override rep...Brian Hinz2011-10-022-17/+11
* lots of fixes to scaling code. Adds support for FixedRatio and AutoScaling (c...Brian Hinz2011-10-013-27/+102
* initial support for client side scaling. Options dialog offers "Auto" and "Fi...Brian Hinz2011-09-304-35/+145
* 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
* remove unused variablesBrian Hinz2011-08-242-4/+0
* prevent window artifact during clientRedirectBrian Hinz2011-08-231-1/+2
* added sanity checks for setting jpeg quality level from command lineBrian Hinz2011-08-231-1/+5
* expose jpeg quality level 0 in guiBrian Hinz2011-08-231-2/+2
* added option to disable system bell. added missing callback for setting optio...Brian Hinz2011-08-183-3/+16
* add support for "hidden" compression levels 0,7,8,9 in the gui (JComboBox is ...Brian Hinz2011-08-182-2/+22
* Implement recommendations from low-level performance study into java client. ...Brian Hinz2011-08-172-4/+4
* make sure support for clientRedirect is enabled in java viewerBrian Hinz2011-07-141-0/+1
* corrected all inconsistent eol-styles and set eol-style:native on *.java. Al...Brian Hinz2011-06-307-2540/+2540
* 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
* Remove version number from Java README file (so we don't have to keep updatin...DRC2011-06-281-4/+3
* Update copyright messages to reflect actual source codeDRC2011-06-281-4/+3
* 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