about summary refs log tree commit diff stats
path: root/src/layout
Commit message (Expand)AuthorAgeFilesLines
* renderdocument: avoid recursionbptato2024-06-301-9/+12
* layout: flex padding/margin fixesbptato2024-06-301-2/+8
* layout: clamp image size to available spacebptato2024-06-291-5/+14
* layout: fix image baselinebptato2024-06-291-6/+5
* layout: fix text-align + padding coloringbptato2024-06-291-1/+2
* img, loader: add image resizing, misc fixesbptato2024-06-282-9/+25
* layout: inline fixes & improvementsbptato2024-06-273-240/+201
* layout: simplifybptato2024-06-241-53/+44
* layout: avoid shrink-to-fit padding/margin overflowbptato2024-06-231-7/+12
* layout: get rid of incorrect hackbptato2024-06-231-1/+1
* layout: minor cleanupbptato2024-06-041-7/+4
* layout: track overflow sizebptato2024-06-042-48/+130
* renderdocument: handle overlapping double width charsbptato2024-06-021-1/+6
* layout: misc refactoringsbptato2024-06-021-209/+180
* layout: clean up inline tree constructionbptato2024-06-013-292/+309
* layout: dimSum -> sumbptato2024-06-011-22/+21
* layout: refactor resolveSizesbptato2024-06-011-140/+126
* layout: line box sizing fixesbptato2024-05-311-15/+11
* layout: fix a width sizing bugbptato2024-05-301-4/+1
* layout: fix regressionbptato2024-05-301-0/+3
* layout: simplify percHeight handling, misc refactoringsbptato2024-05-301-67/+30
* layout: fix caption margin calculationbptato2024-05-301-19/+17
* layout: improve baseline calculationbptato2024-05-301-56/+56
* layout: fix clear on blocks establishing new BFCsbptato2024-05-301-1/+4
* layout: misc refactoringsbptato2024-05-293-193/+205
* layout: get rid of InlineBoxBuilderbptato2024-05-283-109/+103
* layout: fix crash on inline tablesbptato2024-05-281-1/+1
* stylednode: remove `text' fieldbptato2024-05-281-5/+7
* layout: remove BlockBoxBuidlerbptato2024-05-273-687/+599
* layout: list item improvements, fix inner markersbptato2024-05-251-36/+41
* layout: add wrapper box for table caption + misc stuffbptato2024-05-241-106/+141
* layout, layoutunit: remove some automatic convertersbptato2024-05-222-8/+6
* layout: simplifybptato2024-05-211-102/+76
* layout: fix inline tab expansionbptato2024-05-191-0/+1
* layout: fix BFC positioning in presence of floatsbptato2024-05-192-14/+59
* css: stub overflowbptato2024-05-181-2/+3
* layout: fix maxFloatHeight checkbptato2024-05-181-5/+5
* layout: reuse box.positioned in positionAbsolutebptato2024-05-181-4/+4
* layout: relative positioning fixesbptato2024-05-182-75/+64
* layout: slightly refactor table layoutbptato2024-05-181-27/+26
* css/values -> css/cssvaluesbptato2024-05-163-3/+3
* luwrap: replace Nim unicode maps with libunicodebptato2024-05-091-3/+3
* layout: unify some code pathsbptato2024-05-093-246/+236
* layout: another table colwidth fixbptato2024-05-081-2/+8
* layout: small cleanupbptato2024-05-081-39/+34
* layout: resize over-constrained table columnsbptato2024-05-081-12/+24
* layout: table cell resizing fixesbptato2024-05-051-24/+29
* layout: fix float size in table cells; remove redundant positioningbptato2024-04-271-7/+14
* color: RGBAColor -> ARGBColorbptato2024-04-261-2/+2
* layout: fix image baselinebptato2024-04-261-2/+3