aboutsummaryrefslogtreecommitdiffstats
path: root/java/com/tigervnc/vncviewer/CConn.java
Commit message (Expand)AuthorAgeFilesLines
* Release all downKeys when the focus is lost, otherwise the state of the keybo...Brian Hinz2014-01-021-22/+5
* Re-introduces embedded applet mode for the java viewer. On Windows and Linux,...Brian Hinz2014-01-021-12/+91
* Updated copyright noticesBrian Hinz2013-12-291-1/+1
* Another overhaul of the key event handlers. There was a fundamental flaw in t...Brian Hinz2013-12-291-287/+99
* Fixed incorrect ConnParam initial value in CConn constructor. Thanks to Pier...Brian Hinz2013-12-011-1/+1
* Copied Lion fullScreen code from TurboVNC viewer. This is a more robust impl...Brian Hinz2013-12-011-9/+9
* Whitespace cleanup onlyBrian Hinz2013-05-121-36/+36
* More fixes for key event issues. It seems that on WindowsXP sending the actu...Brian Hinz2013-03-251-39/+122
* Need to escape formatting character.Brian Hinz2013-03-061-2/+2
* Correct typo in r5058 that set an initial value on key location. Add a some v...Brian Hinz2013-03-061-4/+3
* Fixes some regressions introduced in r5056. Losing window focus caused key mo...Brian Hinz2013-03-061-30/+9
* Use JDialog for connection info dialog so that frame icon is set correctly.Brian Hinz2013-03-061-14/+27
* Backported a number of fixes/enhancements (mostly related to keymapping) from...Brian Hinz2013-03-031-119/+251
* Update copyright datesBrian Hinz2013-03-011-1/+1
* Replace multiple instantiations of code to retrieve resources (icons, timesta...Brian Hinz2013-03-011-17/+3
* Fix a regression introduced in r5034 that causes window to be resized unneces...Brian Hinz2013-02-091-1/+1
* Fixes a number of issues related to fullscreen mode. When switching out of fu...Brian Hinz2013-01-231-22/+12
* Make the icon used for the titlebar consistent for About... dialogBrian Hinz2013-01-121-5/+11
* Make exception handling more user friendly. Not all exceptions are 'errors' ...Brian Hinz2012-12-161-4/+4
* Cleanup linter warnings wherever possible and suppress all linter warnings fr...Brian Hinz2012-12-141-4/+4
* Forces all dialogs except for the clipboard to be modal. Fixes cases where d...Brian Hinz2012-09-011-5/+15
* reduce the time threshold for autoSelectFormatAndEncoding, otherwise early fo...Brian Hinz2012-09-011-1/+1
* r4960 broke support for pixel formats with depth < 24. This corrects that and...Brian Hinz2012-09-011-2/+6
* fix initialization of dialog state variablesBrian Hinz2012-08-311-3/+3
* adds initial support for loading & saving of both configuration files and use...Brian Hinz2012-08-291-23/+36
* The x509ca and x509crl parameters were being set to the value of the button t...Brian Hinz2012-08-261-3/+0
* Make the window actually occupy the full screen in full-screen mode (without ...Brian Hinz2012-08-261-4/+15
* 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