summaryrefslogtreecommitdiffstats
path: root/vncviewer/OptionsDialog.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* qualityLevel hooked up with GUIPeter Åstrand2004-12-281-0/+2
* Color level selection is disabled when using AutoSelectPeter Åstrand2004-12-281-0/+4
* Now possible to select tight encoding in win32 vncviewer GUIPeter Åstrand2004-12-191-1/+5
* Initial revisionConstantin Kaplinsky2004-10-081-0/+309