| Commit message (Expand) | Author | Age | Files | Lines |
* | upgrade jzlib to 1.1.1 | Brian Hinz | 2012-09-01 | 19 | -459/+1584 |
* | Updated copyright notice, fixed build string | Brian Hinz | 2012-09-01 | 2 | -2/+8 |
* | Forces all dialogs except for the clipboard to be modal. Fixes cases where d... | Brian Hinz | 2012-09-01 | 8 | -103/+104 |
* | reduce the time threshold for autoSelectFormatAndEncoding, otherwise early fo... | Brian Hinz | 2012-09-01 | 1 | -1/+1 |
* | r4960 broke support for pixel formats with depth < 24. This corrects that and... | Brian Hinz | 2012-09-01 | 3 | -19/+33 |
* | fix initialization of dialog state variables | Brian Hinz | 2012-08-31 | 1 | -3/+3 |
* | improve the look & functionality of the clipboard dialog | Brian Hinz | 2012-08-30 | 1 | -1/+8 |
* | secondary viewers were not loading user preferences | Brian Hinz | 2012-08-30 | 1 | -0/+1 |
* | adds initial support for loading & saving of both configuration files and use... | Brian Hinz | 2012-08-29 | 11 | -383/+599 |
* | The x509ca and x509crl parameters were being set to the value of the button t... | Brian Hinz | 2012-08-26 | 1 | -3/+0 |
* | Make the window actually occupy the full screen in full-screen mode (without ... | Brian Hinz | 2012-08-26 | 1 | -4/+15 |
* | Properly handle zero-length arguments | Brian Hinz | 2012-08-26 | 1 | -0/+3 |
* | Make sure we send a full FBUR whenever forceNonincremental=true (which it is ... | Brian Hinz | 2012-08-26 | 1 | -1/+1 |
* | "Requesting" is more accurate, because the requested encoding is only used if... | Brian Hinz | 2012-08-26 | 1 | -1/+1 |
* | Make scaling factor arguments "FixedRatio" and "Auto" case-insensitive | Brian Hinz | 2012-08-26 | 3 | -12/+14 |
* | Fix AccessControlException caused by using System.exit() in applet mode, and ... | Brian Hinz | 2012-08-26 | 9 | -52/+50 |
* | Split the Viewport out from CConn, really should never have been in there to ... | Brian Hinz | 2012-08-26 | 3 | -87/+117 |
* | Remove unused class | Brian Hinz | 2012-08-26 | 1 | -27/+0 |
* | Refactor the handshake code from first principles to remove code that was bor... | Brian Hinz | 2012-08-26 | 1 | -54/+29 |
* | Remove the AWTPixelBuffer class. After switching to using rasters in BIPixel... | Brian Hinz | 2012-08-26 | 2 | -104/+1 |
* | Significantly improve performance by eliminating the intermediary MemoryImage... | Brian Hinz | 2012-08-26 | 1 | -19/+6 |
* | Change name of menu key class to be consistent with Java style guidelines. | Brian Hinz | 2012-08-26 | 5 | -24/+31 |
* | Changes to allow compiling on JDK7 | Brian Hinz | 2012-07-22 | 5 | -15/+46 |
* | Fixed issue where viewer was not honoring cmd line arg SendLocalUsername | Brian Hinz | 2012-05-31 | 1 | -6/+1 |
* | removed ANSI character escapes, not supported on Windows cmd line | Brian Hinz | 2012-05-23 | 1 | -13/+11 |
* | Significantly improves the peak frame rate on platforms that support using BI... | Brian Hinz | 2012-05-23 | 1 | -21/+62 |
* | Shortened SSH tunneling System property names, fixed problem with parsing of ... | Brian Hinz | 2012-05-23 | 2 | -8/+9 |
* | Fixes what appears to be a Java bug on Linux. Graphics2D.copyArea corrupts th... | Brian Hinz | 2012-05-19 | 1 | -1/+1 |
* | Adds support for setting the menu key via cmd line arg. Adds all menu keys s... | Brian Hinz | 2012-05-16 | 6 | -17/+102 |
* | Implemented rfb/Configuration similar to the native client methods. Added equ... | Brian Hinz | 2012-05-14 | 10 | -118/+447 |
* | Reverted change introduced in r4910, r4911 didn't fix the problem that was cr... | Brian Hinz | 2012-05-07 | 1 | -2/+3 |
* | Fixed a null pointer exception introduced by r4909 | Brian Hinz | 2012-05-07 | 1 | -2/+2 |
* | Re-implemented SSH tunneling features in Java viewer based on TurboVNC native... | Brian Hinz | 2012-05-06 | 2 | -102/+406 |
* | improve readability of usage message displayed by Java viewer. | Brian Hinz | 2012-05-06 | 2 | -40/+77 |
* | Fixed an issue with -listen mode where java client wasn't listening on the wi... | Brian Hinz | 2012-04-27 | 1 | -3/+1 |
* | Fixed cut & paste error | Brian Hinz | 2012-04-26 | 1 | -1/+1 |
* | Fix Socket methods for querying the socket endpoints. Fix the address display... | Brian Hinz | 2012-04-26 | 3 | -5/+13 |
* | Remove hard-coded font names from UI settings. | Brian Hinz | 2012-04-25 | 2 | -11/+13 |
* | Spawn a new viewer on ClientRedirects, otherwise ConnParams may not be initia... | Brian Hinz | 2012-04-25 | 2 | -5/+9 |
* | Set Nimbus as the default look and feel if it's available, otherwise fallback... | Brian Hinz | 2012-04-25 | 1 | -8/+16 |
* | UI tweaks to improve look & feel consistency. | Brian Hinz | 2012-04-25 | 3 | -45/+65 |
* | dispose of graphics object to prevent memory leaks | Brian Hinz | 2012-04-21 | 1 | -0/+1 |
* | Allows java client in listen mode to continue listening and spawning new view... | Brian Hinz | 2012-04-14 | 1 | -6/+9 |
* | Make the Swing LookAndFeel consistent between applet mode and standalone mode. | Brian Hinz | 2012-04-13 | 1 | -2/+9 |
* | Fixes issue with java viewer exiting altogether when the New Connection Serve... | Brian Hinz | 2012-04-13 | 3 | -6/+42 |
* | Update address of FSF and copyright notices to assign proper credit. | Brian Hinz | 2012-04-11 | 91 | -130/+174 |
* | Try to eliminate spurious repaints, improve rendering speed, and simplify vie... | Brian Hinz | 2012-04-11 | 2 | -69/+26 |
* | Fix potential null pointer exception if cursor hotspot isn't available | Brian Hinz | 2012-04-11 | 1 | -0/+3 |
* | remove some bits of dead/unused code | Brian Hinz | 2012-04-11 | 4 | -19/+5 |
* | Enable setDesktopSize feature. | Brian Hinz | 2012-04-08 | 1 | -0/+1 |