aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* adds experimental support for SSH tunneling to the Java client. Has not been...Brian Hinz2012-04-05116-27/+19970
* Prevent viewer from reconfiguring viewport on pixel format changes.Brian Hinz2012-04-052-11/+17
* BufferedImage performance is poor on Microsoft Windows platforms, so fallback...Brian Hinz2012-04-059-190/+306
* Move the last remnants of autotools into config.h.Pierre Ossman2012-03-273-6/+5
* Set a proper icon for the vncviewer windows on Unix and Windows.Pierre Ossman2012-03-273-2/+73
* Convert media Makefile to CMake.Pierre Ossman2012-03-273-30/+57
* Add a resource file to vncviewer.exe so we can get an icon.Pierre Ossman2012-03-273-2/+99
* Using libXft means using libfontconfig, so make sure we add that toPierre Ossman2012-03-271-1/+4
* Missed vncviewer in previous commit.Pierre Ossman2012-03-271-6/+2
* Consolidate the installation paths and make sure we have decent defaults.Pierre Ossman2012-03-279-16/+27
* Fixes handshake failure caused by premature loop break when data is not ready.Brian Hinz2012-03-192-8/+8
* Changes aimed at making the behavior of the java client more consistent with ...Brian Hinz2012-03-188-112/+177
* Workaround for potential failure to read the version string if the data isn't...Brian Hinz2012-03-161-1/+1
* 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
* Comment where the mysterious 0xFFFF number of rectangles comes from.Pierre Ossman2012-02-281-0/+4
* 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
* Fix regression caused by r4841. That patch assumed that JPEG encoding always...DRC2012-02-133-45/+47
* Bump version number to prepare for post-1.2 developmentDRC2012-02-123-4/+4
* 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
* The Tight encoder uses the pixel buffer as a scratch pad, which doesn'tPierre Ossman2012-01-305-56/+64
* Be more liberal with const in places where write access isn't needed.Pierre Ossman2012-01-305-11/+11
* Fix a race condition where we might get updates thrown at us right after aPierre Ossman2012-01-236-1/+55
* Failure to find FLTK dependencies is only fatal for our version of FLTK.Pierre Ossman2012-01-231-8/+16
* TypoDRC2012-01-181-1/+1
* Don't perform checks for extra X11 libs on WindowsDRC2012-01-171-1/+1
* Bump version to 1.1.91 (1.2 beta2)DRC2012-01-173-4/+4
* Our FLTK patches modified FLTK's autotools-based build system so that HAVE_XF...DRC2012-01-174-1/+51
* Add note about service mode incompatibility with > XPDRC2012-01-171-1/+2
* Forgot some comments for the mouse cursor workaround.Pierre Ossman2012-01-051-0/+3
* Make sure the mouse pointer is always the standard arrow for the popup menu.Pierre Ossman2012-01-051-0/+11
* Make sure that all FLTK features are enabled when using the in-tree FLTK libraryv1.1.90DRC2011-12-311-0/+5
* 1.1.90 (1.2 beta1)DRC2011-12-233-4/+4
* Changing the deferred update timer to 10 ms caused a large performance regres...DRC2011-12-221-1/+1
* We need to explicitly trigger a framebuffer update for server side renderedPierre Ossman2011-12-211-1/+3
* 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