aboutsummaryrefslogtreecommitdiff
path: root/src/dialogs/settingsdialog.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Added search engine preferenceMike Skec2021-02-151-0/+11
|
* Margins are now split into seperate horizontal/vertical optionsMike Skec2021-02-131-3/+10
|
* Adds per-style pref for text widthMike Skec2021-02-131-0/+15
|
* add pref for typographer quotesMike Skec2021-02-131-0/+16
| | | | Also includes a fix for single-quotes on words like "'till"
* Add preferences for new gemini formatting optionsMike Skec2021-02-101-0/+56
|
* new-tab button: add preferenceMike Skec2021-01-211-0/+6
|
* cache: item expiry and max item sizeMike Skec2021-01-081-2/+20
| | | | currently no total limit yet
* Added UI density option.Mike Skec2021-01-011-0/+19
| | | | 'Compact' is the default - saves screen space a bit. The old layout is available in the 'Classic' option
* Add preference for url bar stylingMike Skec2020-12-311-0/+16
|
* const-reference large typesKarol Kosek2020-12-301-1/+1
|
* Use multi-arg overload to save memory allocationsKarol Kosek2020-12-301-12/+6
|
* Add preference to show hidden files in directory listingsMike Skec2020-12-301-0/+16
| | | | also improved listing code so that files and dirs with spaces now display and function properly
* Add optional 'home' button to browser toolbar.Mike Skec2020-12-291-0/+7
| | | | Can be disable in settings
* Add font color rule for theme previewsKarol Kosek2020-12-241-3/+4
| | | | | Closes #46, although the real fix for sites was already in #58 - here it is for the rest of the places.
* Implements style preview for kristall document styles. Allows importing them ↵Felix (xq) Queißner2020-06-291-2/+2
| | | | via the preview site.
* Changes theme initialization a tad.Felix (xq) Queißner2020-06-291-0/+2
|
* Huge refacoring of the settings stuff. Provides automated migration between ↵Felix (xq) Queißner2020-06-281-16/+24
| | | | old and new configuration file stuff. Themes are now just files in a folder instead of encoded data in the config file.
* Restructures the project source and cleans up a bitFelix (xq) Queißner2020-06-221-0/+613