Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement CSS display none in box renderer etc. | bptato | 2021-08-08 | 10 | -42/+88 |
| | | | | | Other changes being bugfixes and a temporary implementation of "view source" | ||||
* | Reorganize imports | bptato | 2021-08-07 | 13 | -71/+46 |
| | |||||
* | HTML display with highly broken box model | bptato | 2021-08-06 | 6 | -115/+138 |
| | |||||
* | More efficient display algorithms | bptato | 2021-08-06 | 3 | -9/+169 |
| | | | | | | | 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 | 8 | -91/+74 |
| | |||||
* | Disable test folder | bptato | 2021-08-06 | 1 | -0/+1 |
| | |||||
* | Refactor display.nim and twtio.nim | bptato | 2021-08-06 | 9 | -416/+170 |
| | |||||
* | Config refactoring, width aware cursor movement | bptato | 2021-08-06 | 5 | -69/+87 |
| | |||||
* | Implement new buffer model which supports X coords | bptato | 2021-08-05 | 12 | -367/+334 |
| | | | | ...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 | 5 | -208/+32 |
| | | | | | | 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 | 11 | -75/+342 |
| | |||||
* | More css stuff | bptato | 2021-08-04 | 12 | -228/+329 |
| | |||||
* | CSS selectors and re-organization | bptato | 2021-07-30 | 23 | -1133/+1705 |
| | |||||
* | ... | bptato | 2021-03-17 | 18 | -294/+1590 |
| | |||||
* | Moved stuff etc | bptato | 2021-03-13 | 23 | -213/+396 |
| | |||||
* | Replaced parser, readline, etc... | bptato | 2021-03-12 | 18 | -1183/+3824 |
| | |||||
* | removing old readline | bptato | 2021-02-06 | 9 | -210/+524 |
| | |||||
* | meh | bptato | 2021-01-31 | 4 | -31/+39 |
| | |||||
* | New html parser now does things, however pages are rendered upside down | bptato | 2021-01-31 | 6 | -119/+180 |
| | |||||
* | new awful html parser that doesn't even work | bptato | 2021-01-31 | 11 | -330/+545 |
| | |||||
* | eeeh still not really working with unicode | bptato | 2021-01-23 | 8 | -1749/+338 |
| | |||||
* | unicode kinda broken otherwise better than ever | bptato | 2021-01-23 | 8 | -92/+245 |
| | |||||
* | something broke again | bptato | 2021-01-22 | 9 | -165/+182 |
| | |||||
* | failed attempt for unicode | bptato | 2021-01-22 | 13 | -340/+531 |
| | |||||
* | some things just never work | bptato | 2021-01-20 | 7 | -220/+237 |
| | |||||
* | Added gitignore | bptato | 2021-01-20 | 1 | -0/+2 |
| | |||||
* | Some things work, most things don't | bptato | 2021-01-20 | 12 | -0/+3182 |