77 Commits (a9ac7ae94c2922e8baefb7e293213ff8db8f560a)

Autor SHA1 Mensaje Fecha
  Samuel Mannehed a9ac7ae94c Update copyright year to 2024 hace 5 meses
  Samuel Mannehed 0509a396d8 Update copyright year to 2023 hace 11 meses
  pdlan 33a37c8c7c Add support for RSA-AES security types in Java viewer hace 1 año
  Brian P. Hinz 969f927220 Fix for reflection warnings for strongly encapsulated Desktop methods in Java > 9 hace 2 años
  Pierre Ossman ec5d0d9bb1 Update copyright year to 2022 hace 2 años
  Pierre Ossman 6bc7ae91ff Update copyright year to 2021 hace 3 años
  Pierre Ossman 6d39667c42 Update copyright year to 2020 hace 4 años
  Brian P. Hinz 23c646bd8b Remove old Java applet support hace 4 años
  Samuel Mannehed 7198491ad2 Update visible copyright years to 2019 hace 5 años
  Pierre Ossman 32b96ffec1 Change to https for tigervnc URL hace 5 años
  Alexander Duryagin 6790199680 Increase maximum vnc server name length hace 5 años
  Mathias Jonsson 50439d78fa Accept a cfg as an argument as an alt way to start the viewer hace 6 años
  Samuel Mannehed 518698a28c Update visible copyright year to 2018 hace 6 años
  Peter Åstrand (astrand) 6011f96cdc Rename README.txt to README.rst and convert to reStructuredText hace 6 años
  Brian P. Hinz 9a9f9f0ec1 Move UserPasswordGetter out of CConn hace 6 años
  Brian P. Hinz e5b4003bfb Refactoring and implementation changes to keyboard and mouse handling hace 6 años
  Brian P. Hinz d698a6c953 Fully implement support for alpha cursor pseudo encoding. hace 6 años
  Brian P. Hinz 8081c33861 Fixed issue where CLI paramters specified as "-param value" caused hace 6 años
  Brian P. Hinz 8601826e63 Name threads for easier profiling hace 7 años
  Samuel Mannehed 8e5a29e4b2 Update visible copyright year to 2017 hace 7 años
  Brian P. Hinz 733f259342 Java client was not honoring "ServerName" option in config files hace 7 años
  Brian P. Hinz 985d0eb065 Complete rewrite of pixel buffer & decoder implementation. hace 7 años
  Brian P. Hinz c456387fe1 Make all viewer parameters static. Viewer instances are isolated from each other by spawning a completely new process for each viewer, rather than simply starting a new thread. All dialogs were redesigned to better match the look of the native viewer, and also to be more tolerant of sizing differences between platforms. hace 7 años
  Brian P. Hinz d6288adf71 Overhaul of SSH tunneling features in Java viewer hace 8 años
  Bojan Memetovic fa937783d7 change the Copyright year hace 8 años
  Brian P. Hinz a5e18bd7d5 Various fixes to Java viewer UI hace 8 años
  Brian P. Hinz 536a00e35c Fix exit routine in java viewer hace 8 años
  Brian P. Hinz 8442509bca Add multiple monitor spanning feature to java viewer hace 8 años
  Brian P. Hinz fa85642107 Java viewer UI updates hace 8 años
  Toni Spets 0da7b708bc Allow java viewer to load without manifest properly hace 9 años
  Brian P. Hinz 85bfb1c2e6 Fixed issue where java viewer in listen mode did not exit properly. hace 9 años
  Brian P. Hinz 1338c0dc2d Embedded applet should not show server dialog hace 10 años
  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 hace 10 años
  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. hace 10 años
  Brian Hinz 77453e6f87 Moved OS X setDockIconImage call into VncViewer.setLookAndFeel so that the dockImage gets set faster. hace 10 años
  Brian Hinz 430d8cf098 Re-introduces embedded applet mode for the java viewer. On Windows and Linux, the embedded applet can be dragged from the browser window and detached from the browser process. The mouse gesture for detaching the applet is ALT+drag on Windows and SHIFT+drag on Linux. hace 10 años
  Brian Hinz 48ce3621d1 Copied Lion fullScreen code from TurboVNC viewer. This is a more robust implementation and does not suffer from Java bugs 8009911 or 4783448 like the existing code did. CMakeLists file was also updated to be more similar to the TurboVNC cmake file. This wasn't strictly necessary but it simplifies things a bit. hace 10 años
  Brian Hinz fefa48d3c4 Fixes a condition where too much data on the local clipboard causes the client to exceed the max heap size and exit. Since the server will, by default, discard clipboard transfers greater than 256KB anyway, a parameter was added which sets the default max clipboard size that the client will hold to 256KB also. hace 10 años
  Peter Åstrand f8212b949c Update more copyrights to 2013. hace 11 años
  Brian Hinz c0a360943a Whitespace cleanup only hace 11 años
  Brian Hinz df03a901f1 Update copyright dates hace 11 años
  Brian Hinz 12da5fab8d Replace multiple instantiations of code to retrieve resources (icons, timestamp) from jar file with statics. hace 11 años
  Brian Hinz 504d98fcaa Make exception handling more user friendly. Not all exceptions are 'errors' (for example, exiting the server intentionally via the window manager's logoff button). hace 11 años
  Brian Hinz d93a26d665 Cleanup linter warnings wherever possible and suppress all linter warnings from Jsch code hace 11 años
  Brian Hinz 5c98b211e3 Updated copyright notice, fixed build string hace 11 años
  Brian Hinz 314f74d584 secondary viewers were not loading user preferences hace 11 años
  Brian Hinz 92ddde29b0 adds initial support for loading & saving of both configuration files and user preferences hace 11 años
  Brian Hinz 9fa671aca7 Properly handle zero-length arguments hace 11 años
  Brian Hinz 932fac573a Fix AccessControlException caused by using System.exit() in applet mode, and close viewer properly in several other cases. hace 11 años
  Brian Hinz ecd5ee772b removed ANSI character escapes, not supported on Windows cmd line hace 12 años