about summary refs log tree commit diff stats
path: root/src/css/cascade.nim
Commit message (Expand)AuthorAgeFilesLines
* Rename conflicting source filesbptato2022-05-101-2/+2
* Fix stylesheet containment bugbptato2022-01-251-32/+35
* Fix author style sheet assignmentbptato2022-01-241-2/+9
* Optimize cascading algorithmbptato2022-01-241-61/+27
* Refactorbptato2022-01-241-1/+1
* Fix ::before pseudo elem positioningbptato2022-01-231-4/+7
* Support external stylesheetsbptato2022-01-231-1/+12
* Avoid unnecessary rendering on hover change etcbptato2022-01-221-4/+24
* Re-implement, height, fix pseudo on hoverbptato2022-01-221-0/+2
* Fix media query bug, do not refresh page without css change (wip)bptato2022-01-221-2/+2
* Re-implement inline blocksbptato2022-01-191-5/+1
* Fix crash on reshapebptato2022-01-191-2/+0
* Implement basics of new layout enginebptato2022-01-181-5/+19
* Small cascade optimizationsbptato2021-12-311-30/+22
* Cascade optimizations, start layout engine rewritebptato2021-12-291-8/+16
* Implement basic media query supportbptato2021-12-271-15/+57
* Preparation for at rules, small inline-block fixbptato2021-12-191-13/+16
* Refactor selector code, optimize style tagsbptato2021-12-181-0/+152