Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Store pixels per character/row | bptato | 2021-11-14 | 1 | -17/+3 | |
| | ||||||
* | Parse ansi escape codes when displaying plain text | bptato | 2021-11-13 | 1 | -4/+4 | |
| | ||||||
* | Refactor output formatting code, drop non-ansi support | bptato | 2021-11-13 | 1 | -0/+19 | |
| | ||||||
* | Colors, italic, bold, read from pipe | bptato | 2021-11-12 | 1 | -19/+17 | |
| | ||||||
* | Layout engine improvements, use author style sheet | bptato | 2021-11-10 | 1 | -17/+19 | |
| | ||||||
* | Get rid of some old code, work on css property handling | bptato | 2021-08-11 | 1 | -11/+20 | |
| | ||||||
* | Implement CSS display none in box renderer etc. | bptato | 2021-08-08 | 1 | -0/+11 | |
| | | | | | Other changes being bugfixes and a temporary implementation of "view source" | |||||
* | Reorganize imports | bptato | 2021-08-07 | 1 | -1/+1 | |
| | ||||||
* | Refactoring in buffer.nim | bptato | 2021-08-06 | 1 | -2/+0 | |
| | ||||||
* | Refactor display.nim and twtio.nim | bptato | 2021-08-06 | 1 | -0/+13 | |
| | ||||||
* | Implement new buffer model which supports X coords | bptato | 2021-08-05 | 4 | -19/+14 | |
| | | | | ...also, one can kinda use this as a file viewer now I guess | |||||
* | Remove static radix tree and small/full builds | bptato | 2021-08-05 | 2 | -151/+5 | |
| | | | | | | Static radix tree was a hack to begin with and I don't want to deal with it anymore. I might consider small/full builds later on but let's be honest here, it's premature optimization. | |||||
* | more stuff | bptato | 2021-08-05 | 1 | -4/+101 | |
| | ||||||
* | CSS selectors and re-organization | bptato | 2021-07-30 | 3 | -0/+775 | |