503 Commits (a4308c9ec45b0ebcafaed2280b442d2840098e4e)

Author SHA1 Message Date
  Pierre Ossman f524072e54 Change development version to 1.7.80 8 years ago
  Brian P. Hinz d6288adf71 Overhaul of SSH tunneling features in Java viewer 8 years ago
  Bojan Memetovic fa937783d7 change the Copyright year 8 years ago
  Brian P. Hinz f0913ffb5c Fix names of menu keys in options dialog on OS X 8 years ago
  Brian P. Hinz 4daae978e8 Code formatting tweaks (shorter line lengths) 8 years ago
  Brian P. Hinz a5e18bd7d5 Various fixes to Java viewer UI 8 years ago
  Brian P. Hinz 0ba4508f79 (U) Fix invalid String comparison 8 years ago
  Brian P. Hinz 668873aed0 Regression fix for Java window size 8 years ago
  Brian P. Hinz 43147c38f9 Add workaround for Vino's VeNCrypt implementation to Java viewer 8 years ago
  Brian P. Hinz 10d9af57ca Suppress/eliminate JDK warnings 8 years ago
  Brian P. Hinz ce48cc8962 Upgrade in-tree jsch and jzlib to latest upstream versions 8 years ago
  Brian P. Hinz 9a521de919 Suppress/eliminate JDK warnings 8 years ago
  Brian P. Hinz e963766614 Upgrade in-tree jsch and jzlib to latest upstream versions 8 years ago
  Pierre Ossman c416ad5389 Change development version to 1.6.80 8 years ago
  Brian P. Hinz 536a00e35c Fix exit routine in java viewer 8 years ago
  Brian P. Hinz fdb669952d More cleanup of x509 exception handling in java viewer 8 years ago
  Brian P. Hinz 63ee86708f Cleanup exception handling for x509* auth types in java viewer 8 years ago
  Brian P. Hinz 218be2803a Added hostname verification for x509 authentication types 8 years ago
  Brian P. Hinz b7f18a36a4 Don't exit completely if single viewer declines server cert 8 years ago
  Brian P. Hinz 395a93418b Fixes for X509 CA certificate handling 8 years ago
  Brian P. Hinz 6262bac01e Fix Viewport initial sizing issue on OS X 8 years ago
  Brian P. Hinz 3ee966ed4e Handle CA chain certificates 8 years ago
  Brian P. Hinz 95f39a5685 Improve handling of x509 authentication 8 years ago
  Brian P. Hinz 9495afeb87 Fix UI logic in Java viewer 8 years ago
  Brian P. Hinz 09e1507620 Disable window functions for embedded applet 8 years ago
  Brian P. Hinz 4644abb3e6 Disable desktopSize option for embedded applets 8 years ago
  Brian P. Hinz 8442509bca Add multiple monitor spanning feature to java viewer 8 years ago
  Brian P. Hinz fa85642107 Java viewer UI updates 8 years ago
  Brian P. Hinz 3c7eb5b594 Fix desktopSize parameter issue 8 years ago
  Brian P. Hinz 780f974ca2 Add resize on connect menu controls to Java viewer 9 years ago
  Brian P. Hinz caabb15acd Update OptionsDialog UI layout for better consistency with Fltk viewer 9 years ago
  Brian P. Hinz 260e73aa53 Add resize on connect menu controls to Java viewer 9 years ago
  Brian P. Hinz f5964384bf Update OptionsDialog UI layout for better consistency with Fltk viewer 9 years ago
  Toni Spets 0da7b708bc Allow java viewer to load without manifest properly 9 years ago
  Pierre Ossman 8d6e356f7d Change development version to 1.5.80 9 years ago
  Brian P. Hinz ea4b642874 Decode serverCutText to ISO-8859-1 9 years ago
  Brian P. Hinz 08f3ab61ca Don't violate RFB spec by sending UTF-8 9 years ago
  Brian P. Hinz 4f95737b72 More Java viewer clipboard handler fixes 9 years ago
  Pierre Ossman 532e4e364f Change development version to 1.4.80 9 years ago
  Brian P. Hinz dfbb32446c Major rework of Java viewer clipboard handling 9 years ago
  Brian P. Hinz 85bfb1c2e6 Fixed issue where java viewer in listen mode did not exit properly. 9 years ago
  Brian P. Hinz d5147453f7 Fix getSockPort methods in java TcpSocket 9 years ago
  Brian P. Hinz 12c3582306 Make sure sockets are shutdown in java viewer listen mode 9 years ago
  Brian P. Hinz a9595fbf79 Java code cleanup 9 years ago
  Brian P. Hinz 93721e78f1 More enhancements to java SSLEngineManager 9 years ago
  Brian P. Hinz e20370827b Major overhaul of SSLEngineManager 9 years ago
  Brian P. Hinz 1338c0dc2d Embedded applet should not show server dialog 10 years ago
  Brian Hinz 94896e56d2 r5142 and r5149 borrowed code from the TurboVNC viewer, which has different Configuration parameter logic. This caused an exception in the usage() method 10 years ago
  Brian Hinz d121c1430d r5138 did not completely resolve the problem with clipboard data consuming too much heap space. Large amounts of clipboard data could still cause the heap size to grow to huge sizes. This patch tries to address the problem by opening a Reader to the underlying IO stream and then reading only up to MaxCutText characters. The garbage collector is invoked manually rather than waiting for the JVM to do it in order to prevent the heap size from growing in between JVM invoked garbage collections. 10 years ago
  Brian Hinz 79055f7ba6 Fixes for modality issues & dialog behavior in embedded mode. 10 years ago