summaryrefslogtreecommitdiffstats
path: root/java
Commit message (Expand)AuthorAgeFilesLines
* improved Tight decoder performance.Brian Hinz2011-11-141-11/+15
* java client should accept server port specified as either rfb port or display...Brian Hinz2011-11-111-1/+4
* null out BufferedImage object to make sure it doesn't lead to a memory leakBrian Hinz2011-11-111-0/+1
* remove unsupported sectypeBrian Hinz2011-11-111-76/+0
* Remove Visual C++ supportDRC2011-11-081-19/+6
* re: bug #3429667. adds support for reverse connection modeBrian Hinz2011-10-301-3/+36
* corrected endianess bug introduced in r4742Brian Hinz2011-10-301-3/+3
* massive performance improvements. zrle measured at 2.5x faster (no measuremen...Brian Hinz2011-10-306-90/+60
* Use the same window naming convention as the other viewersBrian Hinz2011-10-241-2/+2
* performance improvementsBrian Hinz2011-10-244-16/+19
* set dialog locations relative to parent window, otherwise dialogs appear on w...Brian Hinz2011-10-243-9/+17
* Added a favicon for embedded http server. Even less useful than a 50 cent co...Brian Hinz2011-10-142-0/+1
* Improved TightJPEG decoder by using a BufferedImage. It simplifies the code, ...Brian Hinz2011-10-142-56/+14
* removed unnecessary hint for window sizing.Brian Hinz2011-10-131-3/+0
* Revert a change from yesterday that broke the viewer (setAccelerationPriority...Brian Hinz2011-10-123-22/+24
* Some tweaks to improve performance.Brian Hinz2011-10-123-25/+40
* Remove some redundant variables related to scaling, fix loop when fixedRatioS...Brian Hinz2011-10-113-54/+53
* Fix more unused local variables and static (class) variables and methods bein...Brian Hinz2011-10-096-11/+9
* cleaned up unused local variables, unnecessary package imports, and fixed som...Brian Hinz2011-10-0915-53/+9
* Move Java source up one level and allow Java viewer to be built as a standalo...DRC2011-10-07102-1/+36
* Fix rendering issue when scrollbars are present. Only set options.{autoScale,...Brian Hinz2011-10-062-13/+6
* Pull version and build number from CMake build system; Change About dialog wo...DRC2011-10-063-6/+22
* More changes to scaling code. Tested on Ubuntu 11.04/OpenJDK and Win7/Sun Ja...Brian Hinz2011-10-063-31/+39
* 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