aboutsummaryrefslogtreecommitdiffstats
path: root/java/com/tigervnc/vncviewer/ServerDialog.java
Commit message (Expand)AuthorAgeFilesLines
* Fix for dialog modality on Mac OS XBrian P. Hinz2019-11-031-0/+3
* [java] Trim any leading/trailing whitespace from servernameBrian P. Hinz2019-10-221-0/+1
* Refactoring and implementation changes to keyboard and mouse handlingBrian P. Hinz2017-11-131-1/+1
* Java client was not honoring "ServerName" option in config filesBrian P. Hinz2017-02-201-19/+30
* Added filename filters to file chooser dialogsBrian P. Hinz2016-08-281-3/+8
* Make all viewer parameters static. Viewer instances are isolated from each ot...Brian P. Hinz2016-08-271-73/+161
* Various fixes to Java viewer UIBrian P. Hinz2016-03-171-57/+58
* Whitespace cleanup onlyBrian Hinz2013-05-121-6/+6
* Update copyright datesBrian Hinz2013-03-011-1/+1
* Replace multiple instantiations of code to retrieve resources (icons, timesta...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
* Cleanup linter warnings wherever possible and suppress all linter warnings fr...Brian Hinz2012-12-141-4/+7
* Forces all dialogs except for the clipboard to be modal. Fixes cases where d...Brian Hinz2012-09-011-34/+35
* adds initial support for loading & saving of both configuration files and use...Brian Hinz2012-08-291-20/+22
* Fix AccessControlException caused by using System.exit() in applet mode, and ...Brian Hinz2012-08-261-2/+2
* UI tweaks to improve look & feel consistency.Brian Hinz2012-04-251-1/+1
* Fixes issue with java viewer exiting altogether when the New Connection Serve...Brian Hinz2012-04-131-1/+12
* Update address of FSF and copyright notices to assign proper credit.Brian Hinz2012-04-111-1/+2
* remove some bits of dead/unused codeBrian Hinz2012-04-111-5/+1
* set dialog locations relative to parent window, otherwise dialogs appear on w...Brian Hinz2011-10-241-1/+1
* Fix more unused local variables and static (class) variables and methods bein...Brian Hinz2011-10-091-1/+1
* cleaned up unused local variables, unnecessary package imports, and fixed som...Brian Hinz2011-10-091-4/+0
* Move Java source up one level and allow Java viewer to be built as a standalo...DRC2011-10-071-0/+179