about summary refs log tree commit diff stats
path: root/src/css/select.nim
Commit message (Collapse)AuthorAgeFilesLines
* Rename conflicting source filesbptato2022-05-101-2/+2
| | | | Nim can't really differentiate between them, unfortunately.
* Add support for :nth-child, implement textContentbptato2022-05-101-3/+9
|
* Selector adjustmentsbptato2022-01-241-11/+7
|
* Optimize cascading algorithmbptato2022-01-241-82/+38
|
* Refactorbptato2022-01-241-1/+1
|
* Fix some block box bugsbptato2022-01-231-6/+5
|
* Support pseudo elems as pseudo classesbptato2022-01-231-12/+15
|
* Cascade optimizations, start layout engine rewritebptato2021-12-291-55/+58
|
* Implement basic media query supportbptato2021-12-271-1/+1
|
* Refactor selector code, optimize style tagsbptato2021-12-181-0/+192