| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | DocumentStyle: escape special chars when saving the style | Karol Kosek | 2021-01-05 | 1 | -1/+1 |
| | | | | | | Before the change, the function printed "QString::arg: Argument missing" to stderr when it saw special characters and omitted them from the file name. | ||||
| * | better default fonts | Mike Skec | 2021-01-04 | 1 | -6/+27 |
| | | |||||
| * | Resolves the emoji problem, hopefully once and for all! Closes #102. | Felix (xq) Queißner | 2021-01-01 | 1 | -21/+42 |
| | | |||||
| * | DocumentStyle: fix for #39 | Mike Skec | 2020-12-31 | 1 | -1/+1 |
| | | | | | Was due to a missing 'break' statement, so settings with version value 1 would fall into the default case (returns from method). | ||||
| * | DocumentStyle: use cheaper QColor initialization | Karol Kosek | 2020-12-30 | 1 | -8/+8 |
| | | |||||
| * | Use multi-arg overload to save memory allocations | Karol Kosek | 2020-12-30 | 1 | -6/+6 |
| | | |||||
| * | DocumentStyle: add blockquote background rule to css | Karol Kosek | 2020-12-15 | 1 | -0/+1 |
| | | |||||
| * | Adds primitive support for emoji fonts. | Felix (xq) Queißner | 2020-08-17 | 1 | -3/+25 |
| | | |||||
| * | Huge refacoring of the settings stuff. Provides automated migration between ↵ | Felix (xq) Queißner | 2020-06-28 | 1 | -59/+173 |
| | | | | | old and new configuration file stuff. Themes are now just files in a folder instead of encoded data in the config file. | ||||
| * | Streamlines HTTP(S) interface and routes the redirects through BrowserTab as ↵ | Felix (xq) Queißner | 2020-06-16 | 1 | -1/+1 |
| | | | | | well. Prepares for unified protocol handling. | ||||
| * | Windows (MSVC) build fixes | Alexandros Naskos | 2020-06-11 | 1 | -0/+1 |
| | | |||||
| * | Adds internal preset handling. Still missing import/export. | Felix (xq) Queißner | 2020-06-09 | 1 | -8/+0 |
| | | |||||
| * | Adds help document, adds block quote support, updates gemini parser to ↵ | Felix (xq) Queißner | 2020-06-09 | 1 | -0/+7 |
| | | | | | newest spec, adds support for arbitrary gemini files in about: space, adds url bar shortcut, fixes bug with line breaks in preformatted text | ||||
| * | Adds some notes about MacOS in bug section, adds patch for more casserts! | Felix (xq) Queißner | 2020-06-08 | 1 | -1/+1 |
| | | |||||
| * | Starts to implement gopher protocol and gophermap support. Heavily WIP, but ↵ | Felix (xq) Queißner | 2020-06-08 | 1 | -0/+290 |
| you can already surf on gopherspace! | |||||
