about summary refs log tree commit diff stats
path: root/src/html
Commit message (Expand)AuthorAgeFilesLines
...
* Fix page navigationbptato2022-01-222-6/+10
* Remove specified values for PSEUDO_NONEbptato2022-01-191-1/+1
* Implement basics of new layout enginebptato2022-01-182-2/+11
* Refactorbptato2021-12-292-3/+3
* Cascade optimizations, start layout engine rewritebptato2021-12-291-1/+1
* Proper URL handlingbptato2021-12-261-4/+7
* Honestly I'm not sure what I added here...bptato2021-12-211-28/+36
* Implement gotoAnchorbptato2021-12-201-0/+5
* Fix html parser bugsbptato2021-12-191-6/+7
* Preparation for at rules, small inline-block fixbptato2021-12-192-4/+4
* Refactor selector code, optimize style tagsbptato2021-12-182-10/+31
* Rework cascading algorithmbptato2021-12-181-4/+3
* More code formatting consistencybptato2021-12-172-2/+2
* Some parser fixesbptato2021-12-151-11/+13
* Refactor enumsbptato2021-12-153-3/+95
* Add lists, function selector fixesbptato2021-12-142-36/+102
* Support ::before, ::after pseudo elementsbptato2021-12-131-1/+3
* Support inline style attributesbptato2021-12-102-17/+13
* Support CSS next- and subsequent sibling combinatorsbptato2021-11-232-6/+22
* Refactor cascading logic and css valuesbptato2021-11-191-287/+4
* 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
* 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
* more stuffbptato2021-08-052-53/+54
* More css stuffbptato2021-08-042-119/+77
* CSS selectors and re-organizationbptato2021-07-303-0/+1060