aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer/OptionsDialog.cxx
Commit message (Expand)AuthorAgeFilesLines
* Add emulated middle mouse buttonAlex Tanskanen2020-01-161-0/+8
* Use the correct minimum value for compression lvlSamuel Mannehed2019-12-201-1/+1
* 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-4/+4
* Fix memory leaksJan Grulich2018-11-201-1/+1
* Disable checkboxes for primary selection when relevantPierre Ossman2017-01-021-1/+19
* Don't mention cut buffersPierre Ossman2016-03-291-1/+1
* Add option to set primary selection for cut textPierre Ossman2016-03-291-0/+14
* Only show sendPrimary on X11 platformsPierre Ossman2015-12-111-0/+6
* Merge branch 'upreqs' of https://github.com/CendioOssman/tigervncPierre Ossman2015-03-121-16/+0
|\
| * Raise FLTK requirement to 1.3.3Pierre Ossman2015-01-271-16/+0
* | Remove unused variablesPierre Ossman2015-03-031-5/+1
* | Escape FLTK menu entriesPierre Ossman2015-02-251-2/+2
* | Revert "Switch to FLTK's copy() method for menus"Pierre Ossman2015-02-251-12/+2
* | Switch to FLTK's copy() method for menusPierre Ossman2015-02-201-2/+12
|/
* Correct naming convention for some parametersPierre Ossman2014-09-171-4/+4
* Clean up header dependencies in the vncviewer directoryPierre Ossman2014-07-071-0/+4
* Implement client side multi-head support. Requires a FLTK patched to supportPierre Ossman2012-07-131-0/+16
* Hide the full screen setting when support isn't present.Pierre Ossman2012-07-101-0/+8
* Make RemoteResize configurable from the options dialog.Pierre Ossman2012-07-051-0/+8
* Make DesktopSize configurable from the options dialog.Pierre Ossman2012-07-051-0/+55
* Move the fullscreen option to a separate tab, in preparation for morePierre Ossman2012-07-051-8/+24
* Remove VeNCrypt settings from the GUI as lower layers will always be forcingPierre Ossman2011-09-301-53/+19
* Avoid resetting the options whenever you click on the window.Pierre Ossman2011-09-301-1/+3
* Forgot to save the security settings when closing the options dialog.Pierre Ossman2011-09-301-0/+2
* Support other keys than F8 as menu keyMartin Koegler2011-09-041-13/+7
* JPEG quality level 0 is a perfectly valid setting (NOTE: this should be expos...DRC2011-08-231-1/+1
* Make sure to include config.h in every compilation unit. Otherwise,Peter Åstrand2011-08-231-0/+4
* Implement recommendations from low-level performance study (undocument compre...DRC2011-08-171-1/+1
* Do not translate the encoding names: These are just that:Peter Åstrand2011-08-151-4/+4
* Managed to consistently get the colour levels reversed. Fix up everything soPierre Ossman2011-07-141-4/+4
* Fix build issues with Visual C++ (implemented macro version of snprintf + re-...DRC2011-06-241-4/+4
* Bah, not enough coffee today. I had already implemented the pointer ratePierre Ossman2011-06-081-8/+0
* Implement support for grabbing the keyboard when in full screen mode.Pierre Ossman2011-05-261-0/+8
* Handling a full range of keys for the menu key is not as trivial in FLTK asPierre Ossman2011-05-241-0/+30
* Add a callback mechanism to the options dialog so that other parts of vncviewerPierre Ossman2011-05-171-0/+19
* Implement support for storing settings from the options dialog.Pierre Ossman2011-05-161-0/+81
* Initial options dialog (read-only) loosly based on the Unix vncviewer.Pierre Ossman2011-05-161-0/+689
* Migrating to new directory structure adopted from the RealVNC's source tree. ...Constantin Kaplinsky2006-05-251-346/+0
* Added the scale controls to the vncviewer options dialoggeorge822006-05-241-6/+6
* Added the scale controls to the vncviewer options dialog.george822006-05-241-0/+9
* SendSysKeys setting removed as it almost duplicates new DisableWinKeys settin...Constantin Kaplinsky2006-05-171-2/+0
* Win32 vncviewer merged with VNC 4.1.1 code. The merge is incomplete - the cod...Constantin Kaplinsky2006-05-161-28/+28
* Added implementation of the vnc viewer options parameter "Show toolbar by def...george822005-12-011-0/+2
* Added new option, SendSysKeys, which controls if Alt-Tab, Alt-F4 and Alt-Spac...Peter Åstrand2005-01-281-0/+2
* Make compression and quality level input boxes inactive, if custom compressio...Peter Åstrand2004-12-291-0/+10
* IDC_ALLOW_COMPRESSLEVEL -> IDC_CUSTOM_COMPRESSLEVELPeter Åstrand2004-12-291-2/+2
* Added options CompressLevel and CustomCompressLevelPeter Åstrand2004-12-291-0/+4
* Added new parameter NoJPEG, hooked up with GUIPeter Åstrand2004-12-281-0/+2