about summary refs log tree commit diff stats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Implement CSS display none in box renderer etc.bptato2021-08-088-40/+85
| | | | | Other changes being bugfixes and a temporary implementation of "view source"
* Reorganize importsbptato2021-08-0712-68/+43
|
* HTML display with highly broken box modelbptato2021-08-066-115/+138
|
* More efficient display algorithmsbptato2021-08-063-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.nimbptato2021-08-068-91/+74
|
* Refactor display.nim and twtio.nimbptato2021-08-068-413/+167
|
* Config refactoring, width aware cursor movementbptato2021-08-065-69/+87
|
* Implement new buffer model which supports X coordsbptato2021-08-0511-366/+329
| | | | ...also, one can kinda use this as a file viewer now I guess
* Remove static radix tree and small/full buildsbptato2021-08-054-203/+29
| | | | | | 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 stuffbptato2021-08-059-71/+238
|
* More css stuffbptato2021-08-0410-228/+325
|
* CSS selectors and re-organizationbptato2021-07-3019-1097/+1638
|
* ...bptato2021-03-1716-2915/+1505
|
* Moved stuff etcbptato2021-03-1318-0/+5524