about summary refs log tree commit diff stats
path: root/src/css
Commit message (Expand)AuthorAgeFilesLines
* Fix crash on reshapebptato2022-01-191-2/+0
* Implement basics of new layout enginebptato2022-01-181-5/+19
* Small cascade optimizationsbptato2021-12-314-44/+76
* Refactorbptato2021-12-291-8/+8
* Cascade optimizations, start layout engine rewritebptato2021-12-293-64/+75
* Implement basic media query supportbptato2021-12-275-114/+482
* Basic content type implementationbptato2021-12-261-0/+1
* Refactor buffer rendering proceduresbptato2021-12-231-0/+3
* Preparation for at rules, small inline-block fixbptato2021-12-194-29/+67
* Refactor selector code, optimize style tagsbptato2021-12-184-167/+173
* Rework cascading algorithmbptato2021-12-182-187/+144
* Macro for easier css value accessbptato2021-12-181-14/+10
* More code formatting consistencybptato2021-12-171-1/+1
* Better inline block supportbptato2021-12-151-0/+1
* Initial (and defective) inline-block implementationbptato2021-12-151-3/+3
* Simplify codebptato2021-12-152-83/+78
* Some parser fixesbptato2021-12-152-7/+7
* Add roman list style typebptato2021-12-151-1/+5
* Refactor enumsbptato2021-12-154-5/+64
* DL support and BR fixesbptato2021-12-141-0/+1
* Support all css length unitsbptato2021-12-142-31/+62
* Fix ":is" functionbptato2021-12-141-3/+3
* Unicode unordered list markersbptato2021-12-141-3/+3
* Add lists, function selector fixesbptato2021-12-143-28/+83
* Limit display values to those we can actually displaybptato2021-12-131-10/+10
* Support height, fix marginbptato2021-12-132-11/+21
* Support width propertybptato2021-12-131-1/+12
* Support ::before, ::after pseudo elementsbptato2021-12-132-6/+25
* Support more colors, config.nim refactoringbptato2021-12-102-34/+187
* Support inline style attributesbptato2021-12-101-20/+22
* Change configuration format to tomlbptato2021-12-051-47/+1
* Refactor some parts of the layout enginebptato2021-11-251-0/+2
* Support CSS word breakbptato2021-11-231-11/+37
* Allow matching root element, write last buffer display line instantlybptato2021-11-231-6/+7
* Support CSS next- and subsequent sibling combinatorsbptato2021-11-232-21/+59
* Support CSS child combinatorsbptato2021-11-232-26/+56
* Support CSS descendant combinatorsbptato2021-11-232-32/+108
* Refactor cascading logic and css valuesbptato2021-11-192-430/+716
* User stylesheets and applyStylesheets optimizationsbptato2021-11-191-14/+24
* Optimized generateFullOutputbptato2021-11-132-2/+0
* Implement text-decorationbptato2021-11-131-3/+21
* Ignore invalid css valuesbptato2021-11-132-87/+104
* Implement css property inheritancebptato2021-11-121-68/+106
* Clean up unused importsbptato2021-11-121-1/+0
* Colors, italic, bold, read from pipebptato2021-11-121-5/+31
* Layout engine improvements, use author style sheetbptato2021-11-102-0/+22
* It's broken but it could be worsebptato2021-11-093-51/+23
* Another failed attempt at the layout enginebptato2021-11-071-50/+0
* Add RowBox structurebptato2021-10-031-1/+6
* Rewrite renderer (still non-functional)bptato2021-08-281-2/+8