aboutsummaryrefslogtreecommitdiffstats
path: root/java
Commit message (Expand)AuthorAgeFilesLines
...
* Fixes TimedOut exception during clientRedirect caused by missing callbackBrian Hinz2012-03-161-0/+1
* Fix an issue where java viewer appears to hang on Mac OS X. As far as I can ...Brian Hinz2012-03-151-1/+9
* pass correct timeout value to selector. limit pixel depth to 24 (OS X default...Brian Hinz2012-03-144-11/+16
* Fix problem noted in feature request 3482254 where selecting Raw encoding cau...Brian Hinz2012-03-061-3/+4
* Improve performance of Java viewer by using buffered image as drawing surface...Brian Hinz2012-03-055-93/+71
* revert 4857, could potentially cause protocol problemsBrian Hinz2012-03-052-33/+1
* adds keepAlive feature requested in #3482254 to java viewerBrian Hinz2012-02-162-1/+33
* make sure we actually throw caught execptions in java viewerBrian Hinz2012-02-163-4/+3
* Applied fix for issue with Win7 and German metakeys. Patch submitted by Alber...Brian Hinz2012-02-141-7/+24
* Bump version number to prepare for post-1.2 developmentDRC2012-02-121-1/+1
* Adds support for fence & continuous updates extensions to java viewer. Adds ...Brian Hinz2012-02-1218-107/+467
* corrected return value for read function to match unix socket read. updated e...Brian Hinz2012-02-087-36/+94
* cleanup unused/unnecessary Graphics objects/opsBrian Hinz2012-02-051-2/+0
* Improved Tight JPEG decode time by ~25% using PixelGrabber rather than gettin...Brian Hinz2012-02-051-19/+13
* Graphics clip rect setting was not being honored, causing full frame repaints!Brian Hinz2012-02-052-6/+3
* Replace all stream-based IO with non-blocking NIO-based implementation. Stil...Brian Hinz2012-02-0321-307/+1814
* Bump version to 1.1.91 (1.2 beta2)DRC2012-01-171-1/+1
* 1.1.90 (1.2 beta1)DRC2011-12-231-1/+1
* make sure that color map is set for all pixel formats or throw an exceptionBrian Hinz2011-12-081-0/+6
* oops, bad commit! I only meant to commit the changes to the TightDecoder.Brian Hinz2011-12-049-121/+51
* Grabbing the RGB components from the BufferedImage one at a time and converti...Brian Hinz2011-12-0410-54/+129
* Tight decoder fixes to address issues described in bug #3444605Brian Hinz2011-12-012-9/+26
* Sync up java Tight decoder with recent changes to C client as much as possibl...Brian Hinz2011-11-278-128/+282
* add PasswordFile parameter as requested in tracker #3441859Brian Hinz2011-11-253-1/+31
* 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