aboutsummaryrefslogtreecommitdiffstats
path: root/java/com/tigervnc/vncviewer/OptionsDialog.java
Commit message (Expand)AuthorAgeFilesLines
* Use the correct maximum value for compression lvlSamuel Mannehed2019-12-201-1/+1
* Remove confusing note about compression levelSamuel Mannehed2019-12-201-1/+1
* Simplify color level descriptionsSamuel Mannehed2019-12-201-8/+4
* Remove old Java applet supportBrian P. Hinz2019-11-211-25/+1
* RFB refactoring to sync with native clientBrian P. Hinz2019-11-211-1/+1
* Fix external SSH arguments dialogBrian P. Hinz2019-11-031-2/+5
* Restore menukey function to java viewerBrian P. Hinz2018-01-161-2/+0
* Fix for issue #455Brian P. Hinz2017-05-061-0/+2
* Complete rewrite of pixel buffer & decoder implementation.Brian P. Hinz2016-12-101-43/+104
* Cosmetic change (increased border spacing)Brian P. Hinz2016-10-191-1/+1
* Added filename filters to file chooser dialogsBrian P. Hinz2016-08-281-2/+7
* Make all viewer parameters static. Viewer instances are isolated from each ot...Brian P. Hinz2016-08-271-749/+887
* Overhaul of SSH tunneling features in Java viewerBrian P. Hinz2016-03-311-21/+428
* Fix names of menu keys in options dialog on OS XBrian P. Hinz2016-03-171-1/+1
* Various fixes to Java viewer UIBrian P. Hinz2016-03-171-343/+715
* Fix UI logic in Java viewerBrian P. Hinz2015-08-201-1/+0
* Disable desktopSize option for embedded appletsBrian P. Hinz2015-08-201-1/+2
* Add multiple monitor spanning feature to java viewerBrian P. Hinz2015-08-201-2/+9
* Java viewer UI updatesBrian P. Hinz2015-08-201-13/+11
* Add resize on connect menu controls to Java viewerBrian P. Hinz2015-07-091-2/+52
* Update OptionsDialog UI layout for better consistency with Fltk viewerBrian P. Hinz2015-07-081-25/+30
* Re-introduces embedded applet mode for the java viewer. On Windows and Linux,...Brian Hinz2014-01-021-10/+10
* Whitespace cleanup onlyBrian Hinz2013-05-121-15/+15
* Send the focus back to the viewport after leaving the options dialogBrian Hinz2013-01-121-0/+9
* Cleanup linter warnings wherever possible and suppress all linter warnings fr...Brian Hinz2012-12-141-0/+2
* Forces all dialogs except for the clipboard to be modal. Fixes cases where d...Brian Hinz2012-09-011-4/+1
* adds initial support for loading & saving of both configuration files and use...Brian Hinz2012-08-291-32/+196
* Change name of menu key class to be consistent with Java style guidelines.Brian Hinz2012-08-261-3/+3
* Adds support for setting the menu key via cmd line arg. Adds all menu keys s...Brian Hinz2012-05-161-2/+3
* Fixed cut & paste errorBrian Hinz2012-04-261-1/+1
* Remove hard-coded font names from UI settings.Brian Hinz2012-04-251-1/+1
* UI tweaks to improve look & feel consistency.Brian Hinz2012-04-251-35/+44
* 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-7/+4
* oops, bad commit! I only meant to commit the changes to the TightDecoder.Brian Hinz2011-12-041-1/+0
* Grabbing the RGB components from the BufferedImage one at a time and converti...Brian Hinz2011-12-041-0/+1
* Remove some redundant variables related to scaling, fix loop when fixedRatioS...Brian Hinz2011-10-111-9/+0
* cleaned up unused local variables, unnecessary package imports, and fixed som...Brian Hinz2011-10-091-5/+0
* Move Java source up one level and allow Java viewer to be built as a standalo...DRC2011-10-071-0/+413