about summary refs log tree commit diff stats
path: root/src/html
Commit message (Collapse)AuthorAgeFilesLines
* Refactor cascading logic and css valuesbptato2021-11-191-287/+4
| | | | | applyStylesheets is now in style.nim and computed values etc in values.nim
* User stylesheets and applyStylesheets optimizationsbptato2021-11-191-68/+74
|
* Fix some whitespace bugsbptato2021-11-151-11/+7
|
* Initial implementation of CSS :hoverbptato2021-11-141-7/+3
|
* Refactor output formatting code, drop non-ansi supportbptato2021-11-131-3/+0
|
* Ignore invalid css valuesbptato2021-11-131-12/+11
|
* Implement css property inheritancebptato2021-11-121-14/+10
|
* Clean up unused importsbptato2021-11-121-2/+0
|
* Colors, italic, bold, read from pipebptato2021-11-122-8/+33
|
* Layout engine improvements, use author style sheetbptato2021-11-102-39/+103
|
* It's broken but it could be worsebptato2021-11-091-34/+59
|
* Display & when escape cmd parsing failsbptato2021-11-081-4/+4
|
* Add RowBox structurebptato2021-10-031-111/+0
|
* Rewrite renderer (still non-functional)bptato2021-08-281-69/+89
|
* Minor changesbptato2021-08-162-19/+22
|
* Get rid of some old code, work on css property handlingbptato2021-08-113-88/+15
|
* 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