about summary refs log tree commit diff stats
path: root/src/layout
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Initial image supportbptato2024-04-253-18/+52
* layout: do not use parent computed values in root fragmentbptato2024-04-211-19/+11
* layout: slightly refactor layoutInlinebptato2024-04-211-40/+42
* layout: flex item margin fixesbptato2024-04-201-25/+34
* layout: fix double padding in flexbptato2024-04-201-2/+4
* layout: fix a list style positioning bugbptato2024-04-201-2/+2
* layout: float sizing fixesbptato2024-04-191-8/+21
* layout: accept inline-flex in iflushbptato2024-04-171-1/+1
* Update code stylebptato2024-04-172-288/+310
* layout: fix list-item positioningbptato2024-04-162-3/+12
* layout: remove ListItemBox, handle inline-flex correctlybptato2024-04-153-91/+65
* layout: height fixesbptato2024-04-121-41/+22
* renderdocument: do not layout with styledRoot == nilbptato2024-04-111-1/+4
* layout: slightly hacky flex-basis implementationbptato2024-04-091-2/+21
* css, layout: flexbox fixesbptato2024-04-061-6/+2
* layout: clean up resolveSizesbptato2024-04-051-80/+74
* Initial flexbox supportbptato2024-04-051-125/+379
* layout: add missing min/max heights to absolute sizesbptato2024-03-301-1/+3
* layout: fix various table cell sizing bugsbptato2024-03-301-47/+35
* layout: fix float positioning with marginsbptato2024-03-301-1/+1
* layout: fix another infinite loopbptato2024-03-261-2/+2
* layout: avoid infinite loop in line wrappingbptato2024-03-261-11/+10
* layout: also round line height for painting backgroundsbptato2024-03-261-3/+2
* layout: ensure lines are not higher than they must bebptato2024-03-262-11/+17
* layout: optimize inline background areasbptato2024-03-261-18/+51
* layout: rework inline box area modelbptato2024-03-253-154/+180
* cell: update FormatFlag naming, remove useless templatesbptato2024-03-211-6/+6
* layout: table column size fixesbptato2024-03-161-33/+20
* Move around some modulesbptato2024-03-142-2/+2
* layout: remove word-spacingbptato2024-03-131-4/+1
* rudimentary support for <video>, <audio>bptato2024-03-131-0/+4
* strwidth, renderdocument: small refactoringbptato2024-03-032-78/+69
* layout: add whitespace width to end offset's x positionbptato2024-03-021-0/+4
* layout: fix float exclusion of other floatsbptato2024-03-021-2/+2
* css: remove caption-side: left, right, fix caption-side: bottombptato2024-03-011-16/+1
* layout: reduce useless empty lines in inline boxesbptato2024-02-291-10/+17
* layout: round atom offsets toobptato2024-02-282-10/+13
* layout: improve/simplify line box error correctionbptato2024-02-282-36/+17
* Fix tab size bug on double tabsbptato2024-02-271-4/+4
* term: improve pixels-per-column/line detectionbptato2024-02-252-3/+60
* Separate ANSI text decoding from main binarybptato2024-02-251-0/+437