- b213da6 Update address of FSF and copyright notices to assign proper credit. by Brian Hinz · 13 years ago
- 6255347 Try to eliminate spurious repaints, improve rendering speed, and simplify viewport constructor. by Brian Hinz · 13 years ago
- a8ee243 Fix potential null pointer exception if cursor hotspot isn't available by Brian Hinz · 13 years ago
- 967f72d remove some bits of dead/unused code by Brian Hinz · 13 years ago
- 1b79a87 Enable setDesktopSize feature. by Brian Hinz · 13 years ago
- 64ee6fd make sure FullScreen checkbox is initialized correctly. by Brian Hinz · 13 years ago
- cf0e312 adds experimental support for SSH tunneling to the Java client. Has not been tested with large desktop sizes yet. CMakeLists.txt needs some rework. by Brian Hinz · 13 years ago
- b3ea375 Prevent viewer from reconfiguring viewport on pixel format changes. by Brian Hinz · 13 years ago
- 28aa3a8 BufferedImage performance is poor on Microsoft Windows platforms, so fallback to the 1.2 implementation if the BI cannot be HW accelerated. Also streamline some of the code by removing synchronized statements and making the method calls themselves synchronized. Modification to the selector implementation to make it behave more like a unix selector by Brian Hinz · 13 years ago
- 95e28f7 Consolidate the installation paths and make sure we have decent defaults. by Pierre Ossman · 13 years ago
- 84c9467 Fixes handshake failure caused by premature loop break when data is not ready. by Brian Hinz · 13 years ago
- 35022e0 Changes aimed at making the behavior of the java client more consistent with the binary client. by Brian Hinz · 13 years ago
- ef41e92 Workaround for potential failure to read the version string if the data isn't already in the buffer. May need further consideration, the problem can't be reproduced with the binary viewer. by Brian Hinz · 13 years ago
- 25fd2a9 Fixes TimedOut exception during clientRedirect caused by missing callback by Brian Hinz · 13 years ago
- 956ac1d Fix an issue where java viewer appears to hang on Mac OS X. As far as I can tell, this is caused by an upstream bug which might be fixed in JDK 7, but for now this gets around the problem without significantly affecting performance. by Brian Hinz · 13 years ago
- 60a2ece pass correct timeout value to selector. limit pixel depth to 24 (OS X defaults to 32). Increase write buffer size to match CXX value. by Brian Hinz · 13 years ago
- 32fee35 Fix problem noted in feature request 3482254 where selecting Raw encoding caused the Java viewer to freeze. by Brian Hinz · 14 years ago
- 44bc7d2 Improve performance of Java viewer by using buffered image as drawing surface. Simplified soft cursor construction. by Brian Hinz · 14 years ago
- dcfcca4 revert 4857, could potentially cause protocol problems by Brian Hinz · 14 years ago
- 595c1d4 adds keepAlive feature requested in #3482254 to java viewer by Brian Hinz · 14 years ago
- 93464bc make sure we actually throw caught execptions in java viewer by Brian Hinz · 14 years ago
- 60c1555 Applied fix for issue with Win7 and German metakeys. Patch submitted by Albert Fluegel by Brian Hinz · 14 years ago
- 550a4df Bump version number to prepare for post-1.2 development by DRC · 14 years ago
- af15db2 Adds support for fence & continuous updates extensions to java viewer. Adds low level hooks for TurboVNC fine grained quality controls. by Brian Hinz · 14 years ago
- 8d37f20 corrected return value for read function to match unix socket read. updated exception handling to match C code. by Brian Hinz · 14 years ago
- 4a611ce cleanup unused/unnecessary Graphics objects/ops by Brian Hinz · 14 years ago
- c4053bb Improved Tight JPEG decode time by ~25% using PixelGrabber rather than getting each pixel manually. by Brian Hinz · 14 years ago
- 3217fec Graphics clip rect setting was not being honored, causing full frame repaints! by Brian Hinz · 14 years ago
- 0eaec7d Replace all stream-based IO with non-blocking NIO-based implementation. Still a fair amount of cleanup to do, particularly in the SSL handler, which is not very robust, and exception handling in general. All core functionality appears to be working fine though. by Brian Hinz · 14 years ago
- 4f3b254 Bump version to 1.1.91 (1.2 beta2) by DRC · 14 years ago
- a2f5f1a 1.1.90 (1.2 beta1) by DRC · 14 years ago
- f399910 make sure that color map is set for all pixel formats or throw an exception by Brian Hinz · 14 years ago
- e7f53dc oops, bad commit! I only meant to commit the changes to the TightDecoder. by Brian Hinz · 14 years ago
- 57e6143 Grabbing the RGB components from the BufferedImage one at a time and converting the to a 24bpp RGB color manually is about 25% faster than using BufferedImage.getRGB(). by Brian Hinz · 14 years ago
- 16ec1a0 Tight decoder fixes to address issues described in bug #3444605 by Brian Hinz · 14 years ago
- 13dbd6b Sync up java Tight decoder with recent changes to C client as much as possible. These changes should also fix the 16bpp issue reported in bug #3429667. I think there are probably errors in the FilterGradient* code but I can't get any servers to actually send this type of data to test it. by Brian Hinz · 14 years ago
- a0d836b add PasswordFile parameter as requested in tracker #3441859 by Brian Hinz · 14 years ago
- 6b4aea7 improved Tight decoder performance. by Brian Hinz · 14 years ago
- 9b7b087 java client should accept server port specified as either rfb port or display offset. Credit to Dan Garton for pointing this out. by Brian Hinz · 14 years ago
- a2ebd52 null out BufferedImage object to make sure it doesn't lead to a memory leak by Brian Hinz · 14 years ago
- 74213fc remove unsupported sectype by Brian Hinz · 14 years ago
- ccc0969 Remove Visual C++ support by DRC · 14 years ago
- 1b84bcd re: bug #3429667. adds support for reverse connection mode by Brian Hinz · 14 years ago
- 7482887 corrected endianess bug introduced in r4742 by Brian Hinz · 14 years ago
- ad78f75 massive performance improvements. zrle measured at 2.5x faster (no measurements for tight, but should be the same or better). by Brian Hinz · 14 years ago
- 7d4e888 Use the same window naming convention as the other viewers by Brian Hinz · 14 years ago
- a5f0fc8 performance improvements by Brian Hinz · 14 years ago
- 06b92cf set dialog locations relative to parent window, otherwise dialogs appear on wrong screen in multi-monitor configurations. by Brian Hinz · 14 years ago
- 308b7ed Added a favicon for embedded http server. Even less useful than a 50 cent coin, but I'm a sucker for eye candy. by Brian Hinz · 14 years ago
- 2998de6 Improved TightJPEG decoder by using a BufferedImage. It simplifies the code, and even though it's just used for grabbing the pixels, it should be faster since it can be HW accelerated. Also added a super.finalize() to the finalizer method in the ZlibInStream class for good measure. by Brian Hinz · 14 years ago
- 7708353 removed unnecessary hint for window sizing. by Brian Hinz · 14 years ago
- 552f3db Revert a change from yesterday that broke the viewer (setAccelerationPriority). Fix some more issues with window sizing and scaling. Trying to eliminate unnecessary synchronization. by Brian Hinz · 14 years ago
- 83ca5ec Some tweaks to improve performance. by Brian Hinz · 14 years ago
- f4723ba Remove some redundant variables related to scaling, fix loop when fixedRatioScale and viewer is maximized. by Brian Hinz · 14 years ago
- cb74626 Fix more unused local variables and static (class) variables and methods being used in instance warnings by Brian Hinz · 14 years ago
- 6a42a37 cleaned up unused local variables, unnecessary package imports, and fixed some methods and variables that were incorrectly defined as static by Brian Hinz · 14 years ago
- c19ab9e Move Java source up one level and allow Java viewer to be built as a standalone project (per community request) by DRC · 14 years ago
- bba54b0 Fix rendering issue when scrollbars are present. Only set options.{autoScale,fixedRatioScale} when the options dialog is submitted by Brian Hinz · 14 years ago
- 8165fb3 Pull version and build number from CMake build system; Change About dialog wording to match native viewer by DRC · 14 years ago
- 652953c More changes to scaling code. Tested on Ubuntu 11.04/OpenJDK and Win7/Sun Java 6u27. Auto, FixedRatio, & % scale all seem to work. Will test on other platforms soon. by Brian Hinz · 14 years ago
- 15b6e05 Update documentation for Java viewer and add build instructions by DRC · 14 years ago
- 979e2d1 The previous fix to the NullPointer issue did not work, because it was simply setting separator to null (not what we want.) Fix the issue properly + fix spelling of "separator". by DRC · 14 years ago
- 8249d5c Remove old Makefile in favor of new CMake-based Java build system by DRC · 14 years ago
- b8a8be5 Fix null pointer issue. Thanks DRC, that was driving me nuts. by Brian Hinz · 14 years ago
- f50ec7c Fix WinVNC so that it embeds and serves up the Java viewer whenever BUILD_JAVA=1 by DRC · 14 years ago
- d000252 Only sign JAR when it is built by DRC · 14 years ago
- 2e97b1a Undocument the PARAMS variable by DRC · 14 years ago
- 11ca3b4 Sign the JAR file so clipboard transfer will work by DRC · 14 years ago
- 5397062 Remove unneeded $PARAMS variable (not sure why it was there in the first place-- our HTTP server doesn't process it) by DRC · 14 years ago
- 27a80a7 Ignore serial and cast warnings by DRC · 14 years ago
- 9b78027 Revert accidental change to index.vnc file by Brian Hinz · 14 years ago
- c800321 More fixes for bug #3418256. Copied jarsigning routine from TurboVNC in order to produce a signed applet so the system clipboard can be accessed from when used in applet mode. These changes will need some testing to make sure that there aren't any corner-cases where something breaks. by Brian Hinz · 14 years ago
- f3120e4 Fixes for bug #3418258. Cleans up all of the 'unchecked' and 'deprecated' linter warnings. Several of the redundant casts have been intentionally left for clarity. Set '-serial' and '-cast' linter flags to reduce the number of warnings (it should be safe to ignore serial because the end product is a jar rather than individual class files. AFAIK, there is no performance penalty for redundant casts in Java). If anyone objects to the linter flags they can be removed (the linter flags, that is). by Brian Hinz · 14 years ago
- 1339485 Fixes for bug #3418256. Need to verify that applets deployed via JWS can still access the system clipboard. by Brian Hinz · 14 years ago
- d87412f OpenJDK needs '-source 1.5' by DRC · 14 years ago
- 7636ad0 Integrate Java TigerVNC Viewer build into CMake build system by DRC · 14 years ago
- b898b88 cleanup of rdr code, uniquify variable names, etc. by Brian Hinz · 14 years ago
- 93338f6 fix for invalid hotspot error when scalingFactor becomes small. Override repaint method to (hopefully) make updates immediate. by Brian Hinz · 14 years ago
- f5deb18 lots of fixes to scaling code. Adds support for FixedRatio and AutoScaling (code heavily leveraged from TurboVNC java client). Adds cursor scaling. by Brian Hinz · 14 years ago
- 476a8f5 initial support for client side scaling. Options dialog offers "Auto" and "FixedRatio" but these haven't been implemented yet by Brian Hinz · 14 years ago
- d69bcc4 Fixed the formatting of a few Cendio copyright lines, so that it is by Peter Åstrand · 14 years ago
- 9990eec fixed protocol version < 3.7 secType bug by Brian Hinz · 14 years ago
- e1b3476 remove unused variables by Brian Hinz · 14 years ago
- 6f9a3d7 prevent window artifact during clientRedirect by Brian Hinz · 14 years ago
- 244ef4f added sanity checks for setting jpeg quality level from command line by Brian Hinz · 14 years ago
- de7a3c9 expose jpeg quality level 0 in gui by Brian Hinz · 14 years ago
- 6b0edb0 added option to disable system bell. added missing callback for setting options dialog for fastCopyRect by Brian Hinz · 14 years ago
- 849cfbe add support for "hidden" compression levels 0,7,8,9 in the gui (JComboBox is now editable). Also addded some sanity checks to make sure only 0-9 can be passed in via the gui or the command line. by Brian Hinz · 14 years ago
- 12c81df Implement recommendations from low-level performance study into java client. Mirrors the changes made to the Fltk viewer in r4632. by Brian Hinz · 14 years ago
- 903a4e8 make sure support for clientRedirect is enabled in java viewer by Brian Hinz · 14 years ago
- 882a1d8 corrected all inconsistent eol-styles and set eol-style:native on *.java. Also set svn:ignore on *.class by Brian Hinz · 14 years ago
- 5f75df1 fix for java arraystore exception when bpp=8 with Tight encoding by Brian Hinz · 14 years ago
- 065a43c cleaned up readVersion/writeVersion routines in java client. readVersion wasn't failing when it should have. by Brian Hinz · 14 years ago
- 6cd1d84 Remove version number from Java README file (so we don't have to keep updating it) + "TightVNC=TigerVNC" by DRC · 14 years ago
- fa51f4b Update copyright messages to reflect actual source code by DRC · 14 years ago
- 007a4e3 Re-order from least to most recent by DRC · 14 years ago
- 2431161 Update copyrights to reflect the new Java code we're using by DRC · 14 years ago
- de30d95 Change version number to 1.1.80 (1.2 alpha) to distinguish from the 1.1 branch by DRC · 14 years ago
- ee4074b corrected missing index ptr in new ZlibInStream implementation by Brian Hinz · 14 years ago
- 2c5b44c Imported JZlib source tree and re-implemented ZlibInStream using JZlib, similar to the way it's implemented in C with zlib. Also set svn:eol-style keyword to 'native' for most of the java files. There are still a handful with inconsistent eols style that need to be corrected. by Brian Hinz · 14 years ago