about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Implement CSS display none in box renderer etc.bptato2021-08-0810-42/+88
| | | | | Other changes being bugfixes and a temporary implementation of "view source"
* Reorganize importsbptato2021-08-0713-71/+46
|
* 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
|
* Disable test folderbptato2021-08-061-0/+1
|
* Refactor display.nim and twtio.nimbptato2021-08-069-416/+170
|
* Config refactoring, width aware cursor movementbptato2021-08-065-69/+87
|
* Implement new buffer model which supports X coordsbptato2021-08-0512-367/+334
| | | | ...also, one can kinda use this as a file viewer now I guess
* Remove static radix tree and small/full buildsbptato2021-08-055-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 stuffbptato2021-08-0511-75/+342
|
* More css stuffbptato2021-08-0412-228/+329
|
* CSS selectors and re-organizationbptato2021-07-3023-1133/+1705
|
* ...bptato2021-03-1718-294/+1590
|
* Moved stuff etcbptato2021-03-1323-213/+396
|
* Replaced parser, readline, etc...bptato2021-03-1218-1183/+3824
|
* removing old readlinebptato2021-02-069-210/+524
|
* mehbptato2021-01-314-31/+39
|
* New html parser now does things, however pages are rendered upside downbptato2021-01-316-119/+180
|
* new awful html parser that doesn't even workbptato2021-01-3111-330/+545
|
* eeeh still not really working with unicodebptato2021-01-238-1749/+338
|
* unicode kinda broken otherwise better than everbptato2021-01-238-92/+245
|
* something broke againbptato2021-01-229-165/+182
|
* failed attempt for unicodebptato2021-01-2213-340/+531
|
* some things just never workbptato2021-01-207-220/+237
|
* Added gitignorebptato2021-01-201-0/+2
|
* Some things work, most things don'tbptato2021-01-2012-0/+3182