Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Clear buffer before rendering a document | bptato | 2021-08-08 | 1 | -0/+1 | |
| | ||||||
* | Implement CSS display none in box renderer etc. | bptato | 2021-08-08 | 1 | -0/+9 | |
| | | | | | Other changes being bugfixes and a temporary implementation of "view source" | |||||
* | Reorganize imports | bptato | 2021-08-07 | 2 | -21/+12 | |
| | ||||||
* | HTML display with highly broken box model | bptato | 2021-08-06 | 1 | -2/+13 | |
| | ||||||
* | More efficient display algorithms | bptato | 2021-08-06 | 1 | -8/+156 | |
| | | | | | | | displayBuffer now only kills lines after a replacement has been outputted. An expermiental procedure displayBufferSwapOutput was also added, it isn't currently used as it's best for small changes like link highlighting. | |||||
* | Refactoring in buffer.nim | bptato | 2021-08-06 | 2 | -56/+62 | |
| | ||||||
* | Refactor display.nim and twtio.nim | bptato | 2021-08-06 | 3 | -405/+141 | |
| | ||||||
* | Config refactoring, width aware cursor movement | bptato | 2021-08-06 | 3 | -35/+52 | |
| | ||||||
* | Implement new buffer model which supports X coords | bptato | 2021-08-05 | 4 | -343/+308 | |
| | | | | ...also, one can kinda use this as a file viewer now I guess | |||||
* | more stuff | bptato | 2021-08-05 | 2 | -7/+62 | |
| | ||||||
* | More css stuff | bptato | 2021-08-04 | 3 | -8/+470 | |
| | ||||||
* | CSS selectors and re-organization | bptato | 2021-07-30 | 2 | -0/+722 | |