about summary refs log tree commit diff stats
path: root/src/layout
Commit message (Expand)AuthorAgeFilesLines
...
* layout: remove justifybptato2024-02-221-20/+1
* layout: do not apply error correction to first linebptato2024-02-221-5/+4
* layout: only reset charwidth on non-word atomsbptato2024-02-161-1/+1
* layout: avoid wrapping on dash inside double-width linesbptato2024-02-161-0/+4
* layout: skip newlines between full-width charactersbptato2024-02-111-0/+19
* twtstr: misc refactoringsbptato2024-02-091-0/+1
* layout: more consistent namingbptato2024-01-291-79/+41
* layout: consider inline positioning for absolute blocksbptato2024-01-292-19/+15
* Use std/* imports everywherebptato2024-01-071-4/+4
* Various fixesbptato2023-12-131-0/+1
* break up twtstr somewhatbptato2023-12-131-0/+1
* layout: rounding error correction fixesbptato2023-12-111-2/+6
* css: add text-transformbptato2023-12-111-3/+21
* layout: do not resolve floats if grandparent position is resolvedbptato2023-12-101-2/+2
* layout: fix rounding error correctionbptato2023-12-101-11/+8
* layout: rewrite inline box handlingbptato2023-11-272-395/+475
* layout: clamp size constraints to min/max sizes for floatsbptato2023-11-231-7/+12
* layout: add clear, etc.bptato2023-11-231-35/+91
* layout: simplify max width/height calculationbptato2023-11-211-41/+43
* layout: fix some sizing bugsbptato2023-11-211-103/+124
* css: add box-sizingbptato2023-11-211-12/+39
* layout: move charwidth into LineBoxStatebptato2023-11-171-9/+8
* layout: add floatsbptato2023-11-171-218/+555
* layout: refactor flow margin propagation, sizingbptato2023-11-122-610/+619
* layout: refactor block layoutingbptato2023-10-281-151/+165
* layout: refactorbptato2023-10-282-273/+278
* buffer: remove viewport referencebptato2023-10-282-12/+12
* layout/engine: refactor inline atoms etc.bptato2023-10-262-227/+240
* layout/engine: reformatbptato2023-10-261-26/+45
* layout/engine: add table row group/caption to anon tablebptato2023-10-261-0/+2
* reduce new() usagebptato2023-10-251-27/+34
* Remove trailing spacesbptato2023-10-231-1/+1
* WindowAttributes: refactorbptato2023-10-192-2/+2
* layout: move Strut from box -> enginebptato2023-10-142-13/+14
* layout: remove unused InlineAtom membersbptato2023-10-141-2/+0
* layout: add LineBoxStatebptato2023-10-142-64/+82
* layout: get rid of baseline, firstBaseline functionsbptato2023-10-142-25/+22
* fix commentbptato2023-10-131-1/+1
* layout: refactor InlineContextbptato2023-10-132-162/+187
* layout: fix table cell sizing with specified widthsbptato2023-09-202-19/+59
* move around more modulesbptato2023-09-142-2/+2
* layout: make table rowspan occupy several rowsbptato2023-09-112-20/+51
* layout: fix table row group regressionbptato2023-09-101-9/+29
* layout: simplify preBuildTableRowsbptato2023-09-091-36/+13
* layout: remove commented out hackbptato2023-09-091-10/+0
* layout: add table rowspanbptato2023-09-092-11/+57
* layout: count spacing before inline padding toobptato2023-07-281-2/+10
* layout: remove incorrect commentbptato2023-07-271-2/+0
* layout: distinguish padding from spacingbptato2023-07-272-5/+23
* layout: fix incorrect parenthesesbptato2023-07-271-1/+1