about summary refs log tree commit diff stats
path: root/src/css
Commit message (Expand)AuthorAgeFilesLines
...
* csstree, layout: more refactoringbptato2025-02-135-479/+374
* catom: make factory globalbptato2025-02-135-60/+45
* layout: separate out tree construction logicbptato2025-02-124-619/+563
* cssvalues: fix list-style-type initial valuebptato2025-02-121-1/+1
* render: fix a visibility bugbptato2025-02-111-8/+6
* layout: respect intrinsic minimum width of table cellsbptato2025-02-091-1/+4
* layout: refactor tree building phasebptato2025-02-093-264/+169
* layout: fix nested float positioningbptato2025-02-081-2/+0
* box: abstract over tree traversalbptato2025-02-081-0/+16
* layout: fix some pre whitespace bugsbptato2025-02-081-62/+63
* layout: fix firstBaseline bugbptato2025-02-081-1/+1
* layout: unify BlockBox and InlineBox, refactor buildingbptato2025-02-075-422/+438
* cssparser: fix an infinite loopbptato2025-02-051-23/+9
* layout: round out small list-item margins and paddingbptato2025-02-041-8/+16
* cssparser: fix parsing of consequitive commentsbptato2025-02-041-1/+1
* cascade, ua.css: use ansi red, replace option with anonymous StyledNodesbptato2025-02-042-41/+74
* layout: merge addOuterBlock with layoutBlock, refactorbptato2025-02-041-478/+571
* lunit: fix negative roundingbptato2025-02-031-0/+2
* layout: eliminate InlineAtombptato2025-02-033-225/+230
* layout: inline background fixes & simplificationbptato2025-02-031-132/+67
* layout: fix list item layoutbptato2025-02-031-14/+6
* dom, layout: fix empty canvas cache idsbptato2025-02-011-1/+1
* sheet: fix a hashing bugbptato2025-01-301-1/+1
* layout: fix absolute sizing order with floatsbptato2025-01-301-3/+9
* mediaquery: fix some parser bugsbptato2025-01-301-9/+8
* render: fix OOB panic with scroll container outside the canvasbptato2025-01-291-1/+1
* layout: fix flow roots in inline boxes not respecting floatsbptato2025-01-281-104/+92
* layout: fix some float margin resolution bugsbptato2025-01-281-34/+21
* cascade: fix variable inheritancebptato2025-01-281-11/+16
* layout: unify InlineContext with FlowStatebptato2025-01-271-547/+538
* cascade: reuse input value when possiblebptato2025-01-271-9/+3
* layout: remove obsolete comment, improve struct packingbptato2025-01-261-12/+8
* layout: various float fixes in inline contextsbptato2025-01-261-136/+139
* layout: small cleanupbptato2025-01-261-67/+41
* layout: do not generate anonymous inline boxesbptato2025-01-255-278/+356
* cascade: fix canvas conversionbptato2025-01-251-1/+1
* layout: always use computed from StyledNodebptato2025-01-251-74/+69
* cascade, layout: blockify flex in cascadebptato2025-01-252-23/+4
* buffer: add placeholders for [frame]bptato2025-01-231-0/+1
* cssvalues: add missing bounds checkbptato2025-01-231-3/+3
* layout: fix an absolute sizing bugbptato2025-01-231-5/+4
* cssvalues: quick hack to make simple calc() expressions workbptato2025-01-233-2/+40
* selectorparser: optimize Selector sizebptato2025-01-222-37/+33
* Add annotations for move semanticsbptato2025-01-222-22/+25
* render: actually fix the "extra unnecessary line" bugbptato2025-01-211-7/+4
* render: blend in paintBackgroundbptato2025-01-211-38/+44
* cssvalues: support percentage rgb colors, hsl & hslabptato2025-01-212-38/+108
* cssvalues: add newer length unitsbptato2025-01-211-18/+36
* layout: fix division by 0bptato2025-01-211-2/+2
* cssvalues: fix rgba() function parsingbptato2025-01-201-4/+4