aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer/parameters.cxx
Commit message (Expand)AuthorAgeFilesLines
* Use std::list for server historyPierre Ossman2024-09-061-5/+10
* Add more usage of SystemExceptionPierre Ossman2024-09-041-7/+10
* Improve error messages for base directory creationPierre Ossman2024-08-291-2/+2
* Simplify code using range-based for loopsPierre Ossman2024-06-241-17/+17
* Use nullptr in all C++ codePierre Ossman2024-06-241-29/+30
* Begin work on XDGBDS compliance and overrideable configs902024-03-151-8/+8
* Use smaller, stable, int for history indexPierre Ossman2023-07-051-2/+2
* Remove trailing slash from getvnchomedir()Pierre Ossman2023-02-041-2/+2
* Namespace directory functionsPierre Ossman2023-02-041-2/+2
* Return static char buffer from some methodsPierre Ossman2023-02-041-6/+4
* Get rid of TCHAR magicPierre Ossman2023-02-041-1/+0
* Don't include unused file path parameterPierre Ossman2023-01-041-3/+3
* Add headings/groups for optionsPierre Ossman2021-12-101-1/+1
* Rename "Screen" tab to "Display"Pierre Ossman2021-12-101-1/+1
* Simplify screen settingsPierre Ossman2021-12-101-2/+0
* Add comments to stored parameters listPierre Ossman2021-12-091-2/+11
* Be consistent in "full screen" and "full-screen" useWilliam Sjöblom2021-11-241-1/+1
* Clean up some error stringsPierre Ossman2021-09-081-7/+6
* Consistently use exceptions for parameter errorsPierre Ossman2021-09-081-177/+192
* Tolerate carriage return in config filesPierre Ossman2021-09-021-0/+4
* Fix inconsistent line endings in vncviewer configuration fileMeng Dong2021-09-021-2/+2
* Expose reconnect setting in options dialogPierre Ossman2021-07-231-0/+1
* Retry connection in case of an errorJohannes2021-07-231-0/+4
* Add fullscreen mode for selected monitorsHugo Lundin2021-07-161-1/+6
* Add fullscreen mode parameterHugo Lundin2021-07-161-53/+113
* Have a history of used vnc servers to select from in the vncviewerJohannes2021-01-111-3/+70
* Add emulated middle mouse buttonAlex Tanskanen2020-01-161-0/+5
* Fix maximum compress lvl in parameter listSamuel Mannehed2019-12-201-1/+1
* Simplify color level descriptionsSamuel Mannehed2019-12-201-2/+1
* replace free with delete[]Marcel Schneider2019-04-031-2/+2
* Only save parameters that are visible from the UIPierre Ossman2019-04-011-3/+2
* Hide setPrimary parameter on non-X11 platformsPierre Ossman2019-04-011-3/+3
* Merge branch 'vla' of https://github.com/CendioOssman/tigervncPierre Ossman2018-11-211-11/+16
|\
| * Remove variable length arraysPierre Ossman2018-11-071-11/+16
* | Fix memory leaksJan Grulich2018-11-201-0/+2
|/
* Don't require server name in config filePierre Ossman2018-05-291-0/+2
* Stop treating "\\\\" as a special casePierre Ossman2018-05-291-35/+20
* Fix parameter escape sequence parsingPierre Ossman2018-05-291-1/+1
* Don't parse FLTK arguments using Fl::arg; handle -display as other optionsPeter Åstrand (astrand)2018-01-291-0/+3
* Increase default pointer event intervalPierre Ossman2017-07-191-1/+1
* Allow removal of GUI prompt on fatal errorsDr. David Alan Gilbert2017-07-191-1/+6
* Don't mention cut buffersPierre Ossman2016-03-291-1/+1
* Add option to set primary selection for cut textPierre Ossman2016-03-291-0/+3
* Only show sendPrimary on X11 platformsPierre Ossman2015-12-111-0/+4
* Fix some bad signed/unsigned mismatchesPierre Ossman2015-06-171-2/+2
* Merge branch 'upreqs' of https://github.com/CendioOssman/tigervncPierre Ossman2015-03-121-8/+0
|\
| * Raise FLTK requirement to 1.3.3Pierre Ossman2015-01-271-8/+0
* | Fix bad long line detection logic in config file parserPierre Ossman2015-03-041-3/+4
* | Fix bad initialiser listsPierre Ossman2015-03-031-2/+2
* | Fix mismatches between format string and argumentsPierre Ossman2015-03-031-8/+8