| Commit message (Expand) | Author | Age | Files | Lines |
* | TigerVNC 1.5.90 (1.6.0 beta)v1.5.90 | Pierre Ossman | 2015-11-26 | 1 | -1/+1 |
* | Fix exit routine in java viewer | Brian P. Hinz | 2015-10-11 | 1 | -4/+3 |
* | More cleanup of x509 exception handling in java viewer | Brian P. Hinz | 2015-10-11 | 1 | -27/+20 |
* | Cleanup exception handling for x509* auth types in java viewer | Brian P. Hinz | 2015-10-10 | 1 | -58/+17 |
* | Added hostname verification for x509 authentication types | Brian P. Hinz | 2015-10-09 | 2 | -3/+84 |
* | Don't exit completely if single viewer declines server cert | Brian P. Hinz | 2015-09-20 | 2 | -4/+38 |
* | Fixes for X509 CA certificate handling | Brian P. Hinz | 2015-09-19 | 1 | -24/+97 |
* | Fix Viewport initial sizing issue on OS X | Brian P. Hinz | 2015-09-13 | 1 | -1/+3 |
* | Handle CA chain certificates | Brian P. Hinz | 2015-09-13 | 1 | -4/+7 |
* | Improve handling of x509 authentication | Brian P. Hinz | 2015-09-13 | 1 | -24/+101 |
* | Fix UI logic in Java viewer | Brian P. Hinz | 2015-08-20 | 1 | -1/+0 |
* | Disable window functions for embedded applet | Brian P. Hinz | 2015-08-20 | 2 | -0/+6 |
* | Disable desktopSize option for embedded applets | Brian P. Hinz | 2015-08-20 | 1 | -1/+2 |
* | Add multiple monitor spanning feature to java viewer | Brian P. Hinz | 2015-08-20 | 4 | -12/+65 |
* | Java viewer UI updates | Brian P. Hinz | 2015-08-20 | 2 | -14/+11 |
* | Fix desktopSize parameter issue | Brian P. Hinz | 2015-08-20 | 1 | -5/+3 |
* | Add resize on connect menu controls to Java viewer | Brian P. Hinz | 2015-07-12 | 2 | -2/+65 |
* | Update OptionsDialog UI layout for better consistency with Fltk viewer | Brian P. Hinz | 2015-07-12 | 1 | -25/+30 |
* | Allow java viewer to load without manifest properly | Toni Spets | 2015-07-01 | 2 | -2/+2 |
* | Change development version to 1.5.80 | Pierre Ossman | 2015-06-18 | 1 | -1/+1 |
* | Decode serverCutText to ISO-8859-1 | Brian P. Hinz | 2015-03-02 | 1 | -7/+6 |
* | Don't violate RFB spec by sending UTF-8 | Brian P. Hinz | 2015-03-01 | 1 | -6/+5 |
* | Merge pull request #75 from bphinz/java | Brian Hinz | 2014-11-19 | 1 | -4/+9 |
|\ |
|
| * | More Java viewer clipboard handler fixes | Brian P. Hinz | 2014-11-19 | 1 | -4/+9 |
* | | Change development version to 1.4.80 | Pierre Ossman | 2014-11-19 | 1 | -1/+1 |
|/ |
|
* | Major rework of Java viewer clipboard handling | Brian P. Hinz | 2014-11-19 | 2 | -71/+83 |
* | Fixed issue where java viewer in listen mode did not exit properly. | Brian P. Hinz | 2014-11-13 | 1 | -1/+1 |
* | Fix getSockPort methods in java TcpSocket | Brian P. Hinz | 2014-11-13 | 2 | -6/+5 |
* | Make sure sockets are shutdown in java viewer listen mode | Brian P. Hinz | 2014-11-13 | 2 | -6/+15 |
* | Java code cleanup | Brian P. Hinz | 2014-11-13 | 3 | -50/+0 |
* | More enhancements to java SSLEngineManager | Brian P. Hinz | 2014-11-04 | 1 | -44/+44 |
* | Major overhaul of SSLEngineManager | Brian P. Hinz | 2014-11-02 | 4 | -184/+151 |
* | Embedded applet should not show server dialog | Brian P. Hinz | 2014-06-26 | 1 | -1/+1 |
* | r5142 and r5149 borrowed code from the TurboVNC viewer, which has different C... | Brian Hinz | 2014-01-11 | 1 | -5/+6 |
* | r5138 did not completely resolve the problem with clipboard data consuming to... | Brian Hinz | 2014-01-11 | 3 | -21/+28 |
* | Fixes for modality issues & dialog behavior in embedded mode. | Brian Hinz | 2014-01-10 | 2 | -4/+5 |
* | Moved OS X setDockIconImage call into VncViewer.setLookAndFeel so that the do... | Brian Hinz | 2014-01-10 | 2 | -16/+13 |
* | Set the dock icon on OS X. Not perfect as it still shows the standard Java l... | Brian Hinz | 2014-01-04 | 1 | -2/+18 |
* | Release all downKeys when the focus is lost, otherwise the state of the keybo... | Brian Hinz | 2014-01-02 | 3 | -24/+7 |
* | Re-introduces embedded applet mode for the java viewer. On Windows and Linux,... | Brian Hinz | 2014-01-02 | 8 | -66/+241 |
* | Updated copyright notices | Brian Hinz | 2013-12-29 | 3 | -3/+5 |
* | Another overhaul of the key event handlers. There was a fundamental flaw in t... | Brian Hinz | 2013-12-29 | 4 | -1092/+1184 |
* | Added attributes to the Java viewer MANIFEST file in order to conform to upco... | Brian Hinz | 2013-12-02 | 3 | -13/+69 |
* | Fix regression in java install path introduced in r5143 | Brian Hinz | 2013-12-02 | 1 | -4/+4 |
* | Fixed incorrect ConnParam initial value in CConn constructor. Thanks to Pier... | Brian Hinz | 2013-12-01 | 1 | -1/+1 |
* | Copied Lion fullScreen code from TurboVNC viewer. This is a more robust impl... | Brian Hinz | 2013-12-01 | 4 | -69/+114 |
* | Fixes a condition where too much data on the local clipboard causes the clien... | Brian Hinz | 2013-11-23 | 3 | -29/+30 |
* | Applied DRC's patch to fix broken RRE decoder in java client | Brian Hinz | 2013-10-03 | 1 | -1/+2 |
* | Update more copyrights to 2013. | Peter Åstrand | 2013-06-11 | 2 | -2/+2 |
* | Whitespace cleanup only | Brian Hinz | 2013-05-12 | 93 | -639/+639 |