summaryrefslogtreecommitdiffstats
path: root/java/com/tigervnc/vncviewer
Commit message (Expand)AuthorAgeFilesLines
* Fix exit routine in java viewerBrian P. Hinz2015-10-111-4/+3
* Added hostname verification for x509 authentication typesBrian P. Hinz2015-10-091-0/+4
* Fix Viewport initial sizing issue on OS XBrian P. Hinz2015-09-131-1/+3
* Fix UI logic in Java viewerBrian P. Hinz2015-08-201-1/+0
* Disable window functions for embedded appletBrian P. Hinz2015-08-202-0/+6
* Disable desktopSize option for embedded appletsBrian P. Hinz2015-08-201-1/+2
* Add multiple monitor spanning feature to java viewerBrian P. Hinz2015-08-204-12/+65
* Java viewer UI updatesBrian P. Hinz2015-08-202-14/+11
* Fix desktopSize parameter issueBrian P. Hinz2015-08-201-5/+3
* Add resize on connect menu controls to Java viewerBrian P. Hinz2015-07-122-2/+65
* Update OptionsDialog UI layout for better consistency with Fltk viewerBrian P. Hinz2015-07-121-25/+30
* Allow java viewer to load without manifest properlyToni Spets2015-07-012-2/+2
* More Java viewer clipboard handler fixesBrian P. Hinz2014-11-191-4/+9
* Major rework of Java viewer clipboard handlingBrian P. Hinz2014-11-192-71/+83
* Fixed issue where java viewer in listen mode did not exit properly.Brian P. Hinz2014-11-131-1/+1
* Embedded applet should not show server dialogBrian P. Hinz2014-06-261-1/+1
* r5142 and r5149 borrowed code from the TurboVNC viewer, which has different C...Brian Hinz2014-01-111-5/+6
* r5138 did not completely resolve the problem with clipboard data consuming to...Brian Hinz2014-01-113-21/+28
* Fixes for modality issues & dialog behavior in embedded mode.Brian Hinz2014-01-102-4/+5
* Moved OS X setDockIconImage call into VncViewer.setLookAndFeel so that the do...Brian Hinz2014-01-102-16/+13
* Set the dock icon on OS X. Not perfect as it still shows the standard Java l...Brian Hinz2014-01-041-2/+18
* Release all downKeys when the focus is lost, otherwise the state of the keybo...Brian Hinz2014-01-023-24/+7
* Re-introduces embedded applet mode for the java viewer. On Windows and Linux,...Brian Hinz2014-01-028-66/+241
* Updated copyright noticesBrian Hinz2013-12-291-1/+1
* Another overhaul of the key event handlers. There was a fundamental flaw in t...Brian Hinz2013-12-292-301/+108
* 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