aboutsummaryrefslogtreecommitdiff
path: root/src/dialogs
Commit message (Collapse)AuthorAgeFilesLines
* SettingsDialog: search engine combobox fixMike Skec2021-02-231-1/+3
| | | | | | Custom search engines were not being displayed in the combobox after closing/reopening the settings dialog, it was defaulting to the default option. This fixes that. Also adds the Veronica gopher search engine to list of default options
* SettingsDialog: set minimum width to the style settingsKarol Kosek2021-02-232-0/+12
|
* SettingsDialog: make style settings scrollableKarol Kosek2021-02-231-799/+822
|
* Add 'indent size' optionMike Skec2021-02-233-3/+33
| | | | Also includes some about:help additions
* List item symbol preferneceMike Skec2021-02-203-1/+35
|
* Update help.geminiMike Skec2021-02-181-6/+6
| | | | Also add icons to root/parent navigation menu options, and move the preferences for them in the settings dialog
* Add optional root/parent toolbar buttonsMike Skec2021-02-183-0/+30
|
* Add unlimited cache life optionMike Skec2021-02-183-12/+36
|
* Add seperate 'icon theme' preferenceMike Skec2021-02-163-35/+70
|
* Improved blockquotesMike Skec2021-02-163-31/+100
|
* SettingsDialog: fix build failureMike Skec2021-02-152-3/+1
|
* Added search engine preferenceMike Skec2021-02-153-29/+61
|
* Margins are now split into seperate horizontal/vertical optionsMike Skec2021-02-133-19/+51
|
* Adds per-style pref for text widthMike Skec2021-02-133-13/+73
|
* add pref for typographer quotesMike Skec2021-02-133-22/+72
| | | | Also includes a fix for single-quotes on words like "'till"
* Add preferences for new gemini formatting optionsMike Skec2021-02-103-2/+235
|
* new-tab button: add preferenceMike Skec2021-01-213-6/+25
|
* Functional cache limit, albeit a little inefficientMike Skec2021-01-081-2/+2
|
* cache: item expiry and max item sizeMike Skec2021-01-083-2/+99
| | | | currently no total limit yet
* Added UI density option.Mike Skec2021-01-013-23/+57
| | | | 'Compact' is the default - saves screen space a bit. The old layout is available in the 'Classic' option
* Fix bug in settings dialogMike Skec2020-12-311-8/+8
| | | | Rows were not offsetted properly
* Add preference for url bar stylingMike Skec2020-12-313-0/+53
|
* Use const variablesKarol Kosek2020-12-302-3/+3
|
* const-reference large typesKarol Kosek2020-12-303-3/+3
|
* Use multi-arg overload to save memory allocationsKarol Kosek2020-12-302-13/+7
|
* Add preference to show hidden files in directory listingsMike Skec2020-12-303-7/+60
| | | | 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-293-0/+24
| | | | Can be disable in settings
* Use standard icon namesKarol Kosek2020-12-274-24/+12
| | | | | | document-{export,import}, and view-certificate aren't in the standard though. https://specifications.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html
* 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-286-34/+60
| | | | old and new configuration file stuff. Themes are now just files in a folder instead of encoded data in the config file.
* Fixes typo, adds middle-click to open link in new tab.Felix (xq) Queißner2020-06-271-1/+1
|
* Fixes tab orderFelix (xq) Queißner2020-06-234-17/+86
|
* Restructures the project source and cleans up a bitFelix (xq) Queißner2020-06-2215-0/+3242