| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | 3 | -3/+5 |
| | | | | | 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 | ||||
| * | List item symbol prefernece | Mike Skec | 2021-02-20 | 1 | -1/+1 |
| | | |||||
| * | Improved blockquotes | Mike Skec | 2021-02-16 | 4 | -13/+31 |
| | | |||||
| * | renderhelpers: move global funcs to namespace | Mike Skec | 2021-02-13 | 4 | -10/+11 |
| | | |||||
| * | Margins are now split into seperate horizontal/vertical options | Mike Skec | 2021-02-13 | 6 | -6/+27 |
| | | |||||
| * | 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 | 3 | -15/+20 |
| | | |||||
| * | geminirenderer: readibility improvements | Mike Skec | 2021-02-10 | 3 | -4/+35 |
| | | | | | Values are hard-coded at the moment. Need preferences | ||||
| * | MarkdownRenderer: remove redundant reinitialization | Karol Kosek | 2021-01-20 | 1 | -4/+0 |
| | | |||||
| * | MarkdownRenderer: render images as links | Karol Kosek | 2021-01-20 | 1 | -5/+1 |
| | | |||||
| * | GophermapRenderer: set default font to the icon format | Karol Kosek | 2021-01-20 | 1 | -0/+1 |
| | | | | | This fixes the icon padding change on Ctrl+Scroll. | ||||
| * | RenderHelpers: inline incrementations | Karol Kosek | 2021-01-17 | 1 | -16/+8 |
| | | |||||
| * | RenderHelpers: remove duplicated setColor() call | Karol Kosek | 2021-01-17 | 1 | -4/+0 |
| | | |||||
| * | RenderHelpers: don't insert Reset code when where is only one parameter | Karol Kosek | 2021-01-17 | 1 | -2/+0 |
| | | | | | | This caused each parameter to be reset when used color codes 30–37 and 40–47, which resulted in displaying only background or foreground color. | ||||
| * | Save ansi colors to configs | Karol Kosek | 2021-01-17 | 1 | -24/+2 |
| | | |||||
| * | RenderHelpers: add strikeout | Karol Kosek | 2021-01-17 | 1 | -0/+4 |
| | | | | | StrikeOutOff was already there, but StrikeOut was not. | ||||
| * | RenderHelpers: use enum instead of magic numbers with comments | Karol Kosek | 2021-01-17 | 1 | -18/+34 |
| | | |||||
| * | RenderHelpers: support setting 30-38 and 40-48 color codes | Karol Kosek | 2021-01-17 | 1 | -0/+12 |
| | | |||||
| * | RenderHelpers: simpler colors generation | Karol Kosek | 2021-01-17 | 1 | -79/+36 |
| | | | | | | | - use Qt::GlobalColor table instead of switch-case for default 16 colors - move background or foreground check below color generation - remove setFgColor() and setBgColor() functions since we can do it in one line. | ||||
| * | RenderHelpers: use correct codes for bright colors | Karol Kosek | 2021-01-17 | 1 | -8/+8 |
| | | |||||
| * | RenderHelpers: use const iterators | Karol Kosek | 2021-01-17 | 1 | -8/+8 |
| | | |||||
| * | Fixes a few warnings and deprecation notices | Mike Skec | 2020-12-31 | 1 | -0/+1 |
| | | |||||
| * | const-reference large types | Karol Kosek | 2020-12-30 | 2 | -4/+4 |
| | | |||||
| * | MarkdownRenderer: indent lists | Karol Kosek | 2020-12-28 | 1 | -8/+11 |
| | | |||||
| * | MarkdownRenderer: add title parsing | Karol Kosek | 2020-12-28 | 2 | -17/+26 |
| | | |||||
| * | Added page title parsing for Gemini and HTML | Mike Skec | 2020-12-27 | 2 | -2/+10 |
| | | |||||
| * | GeminiDocument: drop background_color | Karol Kosek | 2020-12-24 | 2 | -5/+1 |
| | | | | | It isn't used anywhere | ||||
| * | markdown: support outline generation | nixo | 2020-11-01 | 1 | -3/+4 |
| | | |||||
| * | markdown renderer: use only exported cmark functions | nixo | 2020-10-27 | 1 | -13/+13 |
| | | |||||
| * | bugfix | John Sennesael | 2020-10-20 | 1 | -2/+2 |
| | | |||||
| * | initial work on ansi escape char rendering | John Sennesael | 2020-10-20 | 4 | -3/+414 |
| | | |||||
| * | Huge refacoring of the settings stuff. Provides automated migration between ↵ | Felix (xq) Queißner | 2020-06-28 | 2 | -2/+2 |
| | | | | | old and new configuration file stuff. Themes are now just files in a folder instead of encoded data in the config file. | ||||
| * | Adds link coloring for markdown. | Felix (xq) Queißner | 2020-06-23 | 1 | -2/+26 |
| | | |||||
| * | Further improves markdown rendering. | Felix (xq) Queißner | 2020-06-23 | 4 | -49/+90 |
| | | |||||
| * | Starts to implement new markdown rendering | Felix (xq) Queißner | 2020-06-23 | 5 | -45/+363 |
| | | |||||
| * | Restructures the project source and cleans up a bit | Felix (xq) Queißner | 2020-06-22 | 6 | -0/+646 |
