summaryrefslogtreecommitdiffstats
path: root/java/com/tigervnc/vncviewer
Commit message (Expand)AuthorAgeFilesLines
* Added attributes to the Java viewer MANIFEST file in order to conform to upco...Brian Hinz2013-12-021-0/+3
* Fixed incorrect ConnParam initial value in CConn constructor. Thanks to Pier...Brian Hinz2013-12-011-1/+1
* Copied Lion fullScreen code from TurboVNC viewer. This is a more robust impl...Brian Hinz2013-12-013-13/+71
* Fixes a condition where too much data on the local clipboard causes the clien...Brian Hinz2013-11-233-29/+30
* Update more copyrights to 2013. Peter Åstrand2013-06-112-2/+2
* Whitespace cleanup onlyBrian Hinz2013-05-1217-191/+191
* More fixes for key event issues. It seems that on WindowsXP sending the actu...Brian Hinz2013-03-252-42/+134
* Need to escape formatting character.Brian Hinz2013-03-061-2/+2
* Correct typo in r5058 that set an initial value on key location. Add a some v...Brian Hinz2013-03-061-4/+3
* Fixes some regressions introduced in r5056. Losing window focus caused key mo...Brian Hinz2013-03-063-35/+20
* Use JDialog for connection info dialog so that frame icon is set correctly.Brian Hinz2013-03-061-14/+27
* Backported a number of fixes/enhancements (mostly related to keymapping) from...Brian Hinz2013-03-032-186/+360
* Update copyright datesBrian Hinz2013-03-014-4/+4
* Replace multiple instantiations of code to retrieve resources (icons, timesta...Brian Hinz2013-03-015-34/+18
* Make viewport the parent of "Save As" dialog so that the window frame icon is...Brian Hinz2013-03-011-1/+1
* comboBoxEdited events are fired if the content of the JComboBox is edited and...Brian Hinz2013-02-221-13/+13
* Fixes yet another case where the viewport background wasn't painted black whe...Brian Hinz2013-02-211-8/+8
* Notify the server of mouse release events even if they're outside the desktop...Brian Hinz2013-02-181-4/+6
* r5037 was not quite right. Both the viewport and scrollbar background colors ...Brian Hinz2013-02-182-5/+4
* Sending menu key from F8 menu was sending the keycode instead of the keysym.Brian Hinz2013-02-092-24/+40
* Fix a regression introduced in r5034 that causes window to be resized unneces...Brian Hinz2013-02-091-1/+1
* Cosmetic change. The background color of the viewport was not being applied p...Brian Hinz2013-01-241-1/+1
* When the desktop size is less than the viewport size, ignore mouse events tha...Brian Hinz2013-01-231-5/+8
* Fixes a number of issues related to fullscreen mode. When switching out of fu...Brian Hinz2013-01-234-35/+23
* more fixes for remote cursor rendering. State wasn't always being initialized...Brian Hinz2013-01-151-14/+15
* fix a regression introduced by r5025Brian Hinz2013-01-151-1/+1
* Send the focus back to the viewport after leaving the options dialogBrian Hinz2013-01-121-0/+9
* Make the icon used for the titlebar consistent for About... dialogBrian Hinz2013-01-121-5/+11
* Fixes a number of issues related to cursor handling, including "invalid hotsp...Brian Hinz2013-01-121-26/+59
* Make exception handling more user friendly. Not all exceptions are 'errors' ...Brian Hinz2012-12-162-9/+15
* Cleanup linter warnings wherever possible and suppress all linter warnings fr...Brian Hinz2012-12-147-15/+19
* fixed bug where IndexColorModel was reset when switching to 8bpp from another...Brian Hinz2012-12-061-1/+1
* Updated copyright notice, fixed build stringBrian Hinz2012-09-011-1/+1
* Forces all dialogs except for the clipboard to be modal. Fixes cases where d...Brian Hinz2012-09-018-103/+104
* reduce the time threshold for autoSelectFormatAndEncoding, otherwise early fo...Brian Hinz2012-09-011-1/+1
* r4960 broke support for pixel formats with depth < 24. This corrects that and...Brian Hinz2012-09-012-17/+30
* fix initialization of dialog state variablesBrian Hinz2012-08-311-3/+3
* improve the look & functionality of the clipboard dialogBrian Hinz2012-08-301-1/+8
* secondary viewers were not loading user preferencesBrian Hinz2012-08-301-0/+1
* adds initial support for loading & saving of both configuration files and use...Brian Hinz2012-08-298-362/+514
* The x509ca and x509crl parameters were being set to the value of the button t...Brian Hinz2012-08-261-3/+0
* Make the window actually occupy the full screen in full-screen mode (without ...Brian Hinz2012-08-261-4/+15
* Properly handle zero-length argumentsBrian Hinz2012-08-261-0/+3
* Make sure we send a full FBUR whenever forceNonincremental=true (which it is ...Brian Hinz2012-08-261-1/+1
* "Requesting" is more accurate, because the requested encoding is only used if...Brian Hinz2012-08-261-1/+1
* Make scaling factor arguments "FixedRatio" and "Auto" case-insensitiveBrian Hinz2012-08-263-12/+14
* Fix AccessControlException caused by using System.exit() in applet mode, and ...Brian Hinz2012-08-265-45/+37
* Split the Viewport out from CConn, really should never have been in there to ...Brian Hinz2012-08-263-87/+117
* Remove the AWTPixelBuffer class. After switching to using rasters in BIPixel...Brian Hinz2012-08-262-104/+1
* Significantly improve performance by eliminating the intermediary MemoryImage...Brian Hinz2012-08-261-19/+6