about summary refs log tree commit diff stats
path: root/src/html
Commit message (Collapse)AuthorAgeFilesLines
* Rename cssparser.nimbptato2021-08-101-1/+1
|
* Some refactoringbptato2021-08-102-36/+82
|
* Implement CSS display none in box renderer etc.bptato2021-08-081-9/+12
| | | | | Other changes being bugfixes and a temporary implementation of "view source"
* Reorganize importsbptato2021-08-073-21/+16
|
* HTML display with highly broken box modelbptato2021-08-062-8/+35
|
* Refactoring in buffer.nimbptato2021-08-062-28/+11
|
* Refactor display.nim and twtio.nimbptato2021-08-062-4/+0
|
* Remove static radix tree and small/full buildsbptato2021-08-052-52/+24
| | | | | | 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-052-53/+54
|
* More css stuffbptato2021-08-042-119/+77
|
* CSS selectors and re-organizationbptato2021-07-303-0/+1060