| Commit message (Expand) | Author | Age | Files | Lines |
* | Use JDialog for connection info dialog so that frame icon is set correctly. | Brian Hinz | 2013-03-06 | 1 | -14/+27 |
* | Backported a number of fixes/enhancements (mostly related to keymapping) from... | Brian Hinz | 2013-03-03 | 3 | -189/+396 |
* | Update copyright dates | Brian Hinz | 2013-03-01 | 4 | -4/+4 |
* | Replace multiple instantiations of code to retrieve resources (icons, timesta... | Brian Hinz | 2013-03-01 | 5 | -34/+18 |
* | Make viewport the parent of "Save As" dialog so that the window frame icon is... | Brian Hinz | 2013-03-01 | 1 | -1/+1 |
* | Using DirectColorModel constructor with an alpha mask other than 0 creates a ... | Brian Hinz | 2013-03-01 | 1 | -3/+3 |
* | comboBoxEdited events are fired if the content of the JComboBox is edited and... | Brian Hinz | 2013-02-22 | 1 | -13/+13 |
* | Fixes yet another case where the viewport background wasn't painted black whe... | Brian Hinz | 2013-02-21 | 1 | -8/+8 |
* | Notify the server of mouse release events even if they're outside the desktop... | Brian Hinz | 2013-02-18 | 1 | -4/+6 |
* | r5037 was not quite right. Both the viewport and scrollbar background colors ... | Brian Hinz | 2013-02-18 | 2 | -5/+4 |
* | Sending menu key from F8 menu was sending the keycode instead of the keysym. | Brian Hinz | 2013-02-09 | 2 | -24/+40 |
* | Fix a regression introduced in r5034 that causes window to be resized unneces... | Brian Hinz | 2013-02-09 | 1 | -1/+1 |
* | Cosmetic change. The background color of the viewport was not being applied p... | Brian Hinz | 2013-01-24 | 1 | -1/+1 |
* | When the desktop size is less than the viewport size, ignore mouse events tha... | Brian Hinz | 2013-01-23 | 1 | -5/+8 |
* | Fixes a number of issues related to fullscreen mode. When switching out of fu... | Brian Hinz | 2013-01-23 | 4 | -35/+23 |
* | more fixes for remote cursor rendering. State wasn't always being initialized... | Brian Hinz | 2013-01-15 | 1 | -14/+15 |
* | fix a regression introduced by r5025 | Brian Hinz | 2013-01-15 | 1 | -1/+1 |
* | Send the focus back to the viewport after leaving the options dialog | Brian Hinz | 2013-01-12 | 1 | -0/+9 |
* | Make the icon used for the titlebar consistent for About... dialog | Brian Hinz | 2013-01-12 | 1 | -5/+11 |
* | Fixes a number of issues related to cursor handling, including "invalid hotsp... | Brian Hinz | 2013-01-12 | 1 | -26/+59 |
* | Make exception handling more user friendly. Not all exceptions are 'errors' ... | Brian Hinz | 2012-12-16 | 7 | -30/+36 |
* | Cleanup linter warnings wherever possible and suppress all linter warnings fr... | Brian Hinz | 2012-12-14 | 14 | -29/+33 |
* | Fixes regression introduced by r5016 (exception produced when connecting to 8... | Brian Hinz | 2012-12-11 | 1 | -1/+4 |
* | fixed bug where IndexColorModel was reset when switching to 8bpp from another... | Brian Hinz | 2012-12-06 | 2 | -5/+4 |
* | Updated copyright notice, fixed build string | Brian Hinz | 2012-09-01 | 1 | -1/+1 |
* | 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 | 10 | -382/+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 |