aboutsummaryrefslogtreecommitdiff
path: root/src/documentstyle.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix for the windows build.Felix (xq) Queißner2021-03-071-2/+2
* Moves all globals into a structure that can be deleted before the app exists....Felix (xq) Queißner2021-03-061-14/+33
* Add preference for centred H1Mike Skec2021-02-281-0/+3
* DocumentStyle: fix build error on unsupported emoji buildsMike Skec2021-02-271-0/+3
* Adds emoji toggle preference.Mike Skec2021-02-271-7/+13
* DocumentStyle: fixes for font issuesMike Skec2021-02-251-54/+50
* More consistent line height in headings and preformatted blocksMike Skec2021-02-231-1/+1
* Add 'indent size' optionMike Skec2021-02-231-0/+3
* List item symbol preferneceMike Skec2021-02-201-1/+4
* Change default blockquote indent to 1Mike Skec2021-02-201-1/+1
* DocumentStyle: better default blockquote fontMike Skec2021-02-201-2/+2
* blockquotes: better default value when using old themesMike Skec2021-02-161-2/+1
* Improved blockquotesMike Skec2021-02-161-7/+33
* Margins are now split into seperate horizontal/vertical optionsMike Skec2021-02-131-4/+7
* Adds per-style pref for text widthMike Skec2021-02-131-0/+6
* Add preferences for new gemini formatting optionsMike Skec2021-02-101-1/+31
* Save ansi colors to configsKarol Kosek2021-01-171-1/+13
* DocumentStyle: escape special chars when saving the styleKarol Kosek2021-01-051-1/+1
* better default fontsMike Skec2021-01-041-6/+27
* Resolves the emoji problem, hopefully once and for all! Closes #102.Felix (xq) Queißner2021-01-011-21/+42
* DocumentStyle: fix for #39Mike Skec2020-12-311-1/+1
* DocumentStyle: use cheaper QColor initializationKarol Kosek2020-12-301-8/+8
* Use multi-arg overload to save memory allocationsKarol Kosek2020-12-301-6/+6
* DocumentStyle: add blockquote background rule to cssKarol Kosek2020-12-151-0/+1
* Adds primitive support for emoji fonts.Felix (xq) Queißner2020-08-171-3/+25
* Huge refacoring of the settings stuff. Provides automated migration between o...Felix (xq) Queißner2020-06-281-59/+173
* Streamlines HTTP(S) interface and routes the redirects through BrowserTab as ...Felix (xq) Queißner2020-06-161-1/+1
* Windows (MSVC) build fixesAlexandros Naskos2020-06-111-0/+1
* Adds internal preset handling. Still missing import/export.Felix (xq) Queißner2020-06-091-8/+0
* Adds help document, adds block quote support, updates gemini parser to newest...Felix (xq) Queißner2020-06-091-0/+7
* Adds some notes about MacOS in bug section, adds patch for more casserts!Felix (xq) Queißner2020-06-081-1/+1
* Starts to implement gopher protocol and gophermap support. Heavily WIP, but y...Felix (xq) Queißner2020-06-081-0/+290