| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix crash when encountering incomplete ANSI codes | Tomas Åkesson | 2023-04-02 | 1 | -6/+6 |
| | | | | | | Add bounds checking before increasing iterator pointer, to prevent incomplete ANSI codes causing iterators going to far. | ||||
| * | Introduce Qt 6 support | Alexey Andreyev | 2023-03-24 | 1 | -0/+5 |
| | | | | | With QT_VERSION_CHECK and core5compat module | ||||
| * | Move replace_quotes to renderhelpers | Karol Kosek | 2021-04-05 | 1 | -0/+68 |
| | | |||||
| * | Add preference for ANSI escape codes | Mike Skec | 2021-03-07 | 1 | -1/+16 |
| | | |||||
| * | Add multi-line ansi escape sequences | Mike Skec | 2021-03-07 | 1 | -4/+3 |
| | | |||||
| * | Moves all globals into a structure that can be deleted before the app ↵ | Felix (xq) Queißner | 2021-03-06 | 1 | -1/+1 |
| | | | | | exists. Fixes #193. | ||||
| * | Fix double line-feed in plain text documents | Mike Skec | 2021-03-01 | 1 | -1/+15 |
| | | |||||
| * | renderhelpers: move global funcs to namespace | Mike Skec | 2021-02-13 | 1 | -6/+7 |
| | | |||||
| * | Margins are now split into seperate horizontal/vertical options | Mike Skec | 2021-02-13 | 1 | -2/+14 |
| | | |||||
| * | 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 |
| | | |||||
| * | bugfix | John Sennesael | 2020-10-20 | 1 | -2/+2 |
| | | |||||
| * | initial work on ansi escape char rendering | John Sennesael | 2020-10-20 | 1 | -0/+396 |
