aboutsummaryrefslogtreecommitdiffstats
path: root/java/com/tigervnc/vncviewer/CConn.java
Commit message (Expand)AuthorAgeFilesLines
...
* Make sure we send a full FBUR whenever forceNonincremental=true (which it is ...Brian Hinz2012-08-261-1/+1
* "Requesting" is more accurate, because the requested encoding is only used if...Brian Hinz2012-08-261-1/+1
* Make scaling factor arguments "FixedRatio" and "Auto" case-insensitiveBrian Hinz2012-08-261-7/+7
* Fix AccessControlException caused by using System.exit() in applet mode, and ...Brian Hinz2012-08-261-16/+10
* Split the Viewport out from CConn, really should never have been in there to ...Brian Hinz2012-08-261-86/+4
* Change name of menu key class to be consistent with Java style guidelines.Brian Hinz2012-08-261-4/+4
* Changes to allow compiling on JDK7Brian Hinz2012-07-221-2/+1
* Fixed issue where viewer was not honoring cmd line arg SendLocalUsernameBrian Hinz2012-05-311-6/+1
* Adds support for setting the menu key via cmd line arg. Adds all menu keys s...Brian Hinz2012-05-161-5/+5
* Implemented rfb/Configuration similar to the native client methods. Added equ...Brian Hinz2012-05-141-4/+2
* Fix Socket methods for querying the socket endpoints. Fix the address display...Brian Hinz2012-04-261-1/+1
* Spawn a new viewer on ClientRedirects, otherwise ConnParams may not be initia...Brian Hinz2012-04-251-3/+1
* Fixes issue with java viewer exiting altogether when the New Connection Serve...Brian Hinz2012-04-131-2/+17
* Update address of FSF and copyright notices to assign proper credit.Brian Hinz2012-04-111-2/+4
* Try to eliminate spurious repaints, improve rendering speed, and simplify vie...Brian Hinz2012-04-111-12/+4
* remove some bits of dead/unused codeBrian Hinz2012-04-111-2/+0
* Enable setDesktopSize feature.Brian Hinz2012-04-081-0/+1
* adds experimental support for SSH tunneling to the Java client. Has not been...Brian Hinz2012-04-051-1/+1
* Prevent viewer from reconfiguring viewport on pixel format changes.Brian Hinz2012-04-051-10/+16
* BufferedImage performance is poor on Microsoft Windows platforms, so fallback...Brian Hinz2012-04-051-47/+20
* Changes aimed at making the behavior of the java client more consistent with ...Brian Hinz2012-03-181-1/+2
* Fixes TimedOut exception during clientRedirect caused by missing callbackBrian Hinz2012-03-161-0/+1
* Improve performance of Java viewer by using buffered image as drawing surface...Brian Hinz2012-03-051-1/+1
* revert 4857, could potentially cause protocol problemsBrian Hinz2012-03-051-25/+1
* adds keepAlive feature requested in #3482254 to java viewerBrian Hinz2012-02-161-1/+25
* Applied fix for issue with Win7 and German metakeys. Patch submitted by Alber...Brian Hinz2012-02-141-7/+24
* Adds support for fence & continuous updates extensions to java viewer. Adds ...Brian Hinz2012-02-121-73/+200
* cleanup unused/unnecessary Graphics objects/opsBrian Hinz2012-02-051-2/+0
* Replace all stream-based IO with non-blocking NIO-based implementation. Stil...Brian Hinz2012-02-031-42/+41
* oops, bad commit! I only meant to commit the changes to the TightDecoder.Brian Hinz2011-12-041-4/+0
* Grabbing the RGB components from the BufferedImage one at a time and converti...Brian Hinz2011-12-041-0/+4
* Sync up java Tight decoder with recent changes to C client as much as possibl...Brian Hinz2011-11-271-1/+7
* add PasswordFile parameter as requested in tracker #3441859Brian Hinz2011-11-251-0/+25
* Use the same window naming convention as the other viewersBrian Hinz2011-10-241-2/+2
* 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-121-3/+7
* Some tweaks to improve performance.Brian Hinz2011-10-121-7/+13
* Remove some redundant variables related to scaling, fix loop when fixedRatioS...Brian Hinz2011-10-111-41/+45
* Fix more unused local variables and static (class) variables and methods bein...Brian Hinz2011-10-091-3/+3
* cleaned up unused local variables, unnecessary package imports, and fixed som...Brian Hinz2011-10-091-12/+0
* Move Java source up one level and allow Java viewer to be built as a standalo...DRC2011-10-071-0/+1309