| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
