about summary refs log tree commit diff stats
path: root/src/css/sheet.nim
Commit message (Expand)AuthorAgeFilesLines
* dom: atomize id, name, DOMTokenListbptato2024-02-081-57/+60
* Update chamebptato2024-02-071-25/+35
* Use std/* imports everywherebptato2024-01-071-3/+3
* css/sheet: skip media queries without blocksbptato2024-01-041-0/+3
* sheet: fix overflow in addAtRulebptato2023-12-091-1/+1
* sheet: fix a correctness issue, misc refactoringsbptato2023-12-091-49/+61
* reduce new() usagebptato2023-10-251-4/+5
* Move HTML parsing into Chamebptato2023-08-151-1/+2
* css: very minor optimizationsbptato2023-07-281-14/+10
* css: handle unknown tag names correctlybptato2023-07-251-1/+1
* WIP selector rewritebptato2023-01-271-19/+18
* css: fix some bugs and improve cascading a bitbptato2022-12-291-1/+1
* Use more accurate selector terminologybptato2022-08-231-4/+9
* Merge functional and normal pseudo-class selectorsbptato2022-08-211-10/+10
* Refactor css function selectors a bitbptato2022-08-201-1/+1
* Update CSS tokenizerbptato2022-07-291-2/+1
* Rename conflicting source filesbptato2022-05-101-2/+2
* Some loader polishingbptato2022-02-091-0/+1
* Optimize :is selectorbptato2022-01-301-1/+51
* Remove some unused declarationsbptato2022-01-241-1/+0
* Optimize cascading algorithmbptato2022-01-241-2/+98
* Small cascade optimizationsbptato2021-12-311-3/+6
* Cascade optimizations, start layout engine rewritebptato2021-12-291-1/+1
* Implement basic media query supportbptato2021-12-271-25/+27
* Refactor buffer rendering proceduresbptato2021-12-231-0/+3
* Preparation for at rules, small inline-block fixbptato2021-12-191-0/+46