aboutsummaryrefslogtreecommitdiff
path: root/geminirenderer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Moves source code into subdirectory.Felix (xq) Queißner2020-06-061-404/+0
|
* Navigation via outline is now possible. Sexy!Felix (xq) Queißner2020-06-061-6/+27
|
* Improves navigation with hotkeys, adds sane default theme, adds page margin ↵Felix (xq) Queißner2020-06-061-28/+31
| | | | settings.
* Moves from favourites.db to QSettings, moves theming to MainWindow, ↵Felix (xq) Queißner2020-06-061-63/+148
| | | | save/load installed theme.
* Adds color theming, adds automatic color theming with dark/light themesFelix (xq) Queißner2020-06-061-26/+105
|
* Starts to implement settings dialog, allows styling the fonts, fixes ↵Felix (xq) Queißner2020-06-061-0/+216
stop/reload button, refactors text document rendering into own file, fixes stuff in README