aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Allow gcc to check for correct usage of the formatting string for thePierre Ossman2012-04-261-2/+8
* Fixed cut & paste errorBrian Hinz2012-04-261-1/+1
* Fix Socket methods for querying the socket endpoints. Fix the address display...Brian Hinz2012-04-263-5/+13
* Remove hard-coded font names from UI settings.Brian Hinz2012-04-252-11/+13
* Make sure we're paranoid about accidentally feeding a format string.Pierre Ossman2012-04-254-25/+17
* The reformatting of all the Xserver sources in the 1.12.1 release changedPierre Ossman2012-04-251-2/+2
* Proper support for icons in FLTK (upstream STR 2816).Pierre Ossman2012-04-258-71/+388
* Use the gcc way of creating shared segments in DLLs. The previous wayPierre Ossman2012-04-253-26/+18
* Build wm_hooks in its own directory. Makes the build structure more clear.Pierre Ossman2012-04-253-12/+14
* Spawn a new viewer on ClientRedirects, otherwise ConnParams may not be initia...Brian Hinz2012-04-252-5/+9
* Set Nimbus as the default look and feel if it's available, otherwise fallback...Brian Hinz2012-04-251-8/+16
* UI tweaks to improve look & feel consistency.Brian Hinz2012-04-253-45/+65
* dispose of graphics object to prevent memory leaksBrian Hinz2012-04-211-0/+1
* Allows java client in listen mode to continue listening and spawning new view...Brian Hinz2012-04-141-6/+9
* Make the Swing LookAndFeel consistent between applet mode and standalone mode.Brian Hinz2012-04-131-2/+9
* Fixes issue with java viewer exiting altogether when the New Connection Serve...Brian Hinz2012-04-133-6/+42
* Update address of FSF and copyright notices to assign proper credit.Brian Hinz2012-04-1191-130/+174
* Try to eliminate spurious repaints, improve rendering speed, and simplify vie...Brian Hinz2012-04-112-69/+26
* Fix potential null pointer exception if cursor hotspot isn't availableBrian Hinz2012-04-111-0/+3
* remove some bits of dead/unused codeBrian Hinz2012-04-114-19/+5
* Enable setDesktopSize feature.Brian Hinz2012-04-081-0/+1
* make sure FullScreen checkbox is initialized correctly.Brian Hinz2012-04-081-0/+1
* 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