| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | GeminiRenderer: remove empty GeminiDocument class and unused includes | Karol Kosek | 2021-04-11 | 1 | -10/+2 |
| | | |||||
| * | Move replace_quotes to renderhelpers | Karol Kosek | 2021-04-05 | 1 | -81/+7 |
| | | |||||
| * | Strip carriage-returns in gemtext | Mike Skec | 2021-03-17 | 1 | -0/+2 |
| | | |||||
| * | Starts to implement new HTML renderer based on gumbo. Everything is a bit ↵ | Felix (xq) Queißner | 2021-03-08 | 1 | -5/+4 |
| | | | | | borked and only trivial documents work correctly. | ||||
| * | Add preference for ANSI escape codes | Mike Skec | 2021-03-07 | 1 | -13/+2 |
| | | |||||
| * | Add multi-line ansi escape sequences | Mike Skec | 2021-03-07 | 1 | -1/+4 |
| | | |||||
| * | GeminiRenderer: basis for ansi rendering in gemtext added | Mike Skec | 2021-03-07 | 1 | -2/+13 |
| | | | | | Only applied to preformatted text currently. Does not work across multiple lines. No preference just yet | ||||
| * | GeminiRenderer: restructure code; makes highlighting work on non-paragraphs | Mike Skec | 2021-03-07 | 1 | -322/+328 |
| | | |||||
| * | Moves all globals into a structure that can be deleted before the app ↵ | Felix (xq) Queißner | 2021-03-06 | 1 | -2/+2 |
| | | | | | exists. Fixes #193. | ||||
| * | URI fix: mention RFC reference | Mike Skec | 2021-03-01 | 1 | -4/+4 |
| | | | | | also checks if the *authority* is empty rather than the host | ||||
| * | Domain-relative URL fix | Mike Skec | 2021-03-01 | 1 | -1/+12 |
| | | |||||
| * | Add preference for centred H1 | Mike Skec | 2021-02-28 | 1 | -1/+1 |
| | | | | | Also moves the 'enable text width' checkbox to next to the text width option, to save space. | ||||
| * | GeminiRenderer: add centred first H1 capability | Mike Skec | 2021-02-28 | 1 | -1/+16 |
| | | | | | Pref added in next commit | ||||
| * | GeminiRenderer: list indentation fix | Mike Skec | 2021-02-27 | 1 | -1/+3 |
| | | |||||
| * | GeminiRenderer: don't replace quotes in page title | Mike Skec | 2021-02-27 | 1 | -4/+4 |
| | | |||||
| * | More consistent line height in headings and preformatted blocks | Mike Skec | 2021-02-23 | 1 | -0/+9 |
| | | | | | Also updates help.gemini to reflect changes | ||||
| * | Add 'indent size' option | Mike Skec | 2021-02-23 | 1 | -1/+1 |
| | | | | | Also includes some about:help additions | ||||
| * | Fix experimental text highlights | Mike Skec | 2021-02-20 | 1 | -42/+133 |
| | | | | | The that was used to achieve this is a bit messy/crazy, however, it seems to work quite well for all the cases I tested it on. This will finally close #141 | ||||
| * | Improved blockquotes | Mike Skec | 2021-02-16 | 1 | -6/+15 |
| | | |||||
| * | Margins are now split into seperate horizontal/vertical options | Mike Skec | 2021-02-13 | 1 | -1/+2 |
| | | |||||
| * | GeminiRenderer: fix typographer quote bug | Mike Skec | 2021-02-13 | 1 | -1/+1 |
| | | |||||
| * | add pref for typographer quotes | Mike Skec | 2021-02-13 | 1 | -0/+11 |
| | | | | | Also includes a fix for single-quotes on words like "'till" | ||||
| * | Adds typographer's quotes replacement | Mike Skec | 2021-02-13 | 1 | -7/+78 |
| | | |||||
| * | Add preferences for new gemini formatting options | Mike Skec | 2021-02-10 | 1 | -2/+1 |
| | | |||||
| * | geminirenderer: readibility improvements | Mike Skec | 2021-02-10 | 1 | -3/+13 |
| | | | | | Values are hard-coded at the moment. Need preferences | ||||
| * | const-reference large types | Karol Kosek | 2020-12-30 | 1 | -1/+1 |
| | | |||||
| * | Added page title parsing for Gemini and HTML | Mike Skec | 2020-12-27 | 1 | -1/+8 |
| | | |||||
| * | GeminiDocument: drop background_color | Karol Kosek | 2020-12-24 | 1 | -3/+1 |
| | | | | | It isn't used anywhere | ||||
| * | Huge refacoring of the settings stuff. Provides automated migration between ↵ | Felix (xq) Queißner | 2020-06-28 | 1 | -1/+1 |
| | | | | | old and new configuration file stuff. Themes are now just files in a folder instead of encoded data in the config file. | ||||
| * | Further improves markdown rendering. | Felix (xq) Queißner | 2020-06-23 | 1 | -15/+5 |
| | | |||||
| * | Starts to implement new markdown rendering | Felix (xq) Queißner | 2020-06-23 | 1 | -45/+17 |
| | | |||||
| * | Restructures the project source and cleans up a bit | Felix (xq) Queißner | 2020-06-22 | 1 | -0/+343 |
