| Commit message (Expand) | Author | Age | Files | Lines |
* | layout: wrap on inline floats that exceed the line's length | bptato | 2025-01-06 | 1 | -4/+4 |
* | layout, render: establish absolute container with position: sticky | bptato | 2025-01-06 | 1 | -10/+8 |
* | layout: fix percentage margins in shrink-to-fit | bptato | 2025-01-05 | 1 | -13/+17 |
* | layout: margin fixes | bptato | 2025-01-05 | 1 | -15/+17 |
* | layout: InnerBlockContext -> BlockBuilderContext | bptato | 2025-01-04 | 1 | -65/+65 |
* | layout: respect margin-top of root box | bptato | 2025-01-03 | 1 | -1/+1 |
* | LayoutUnit -> LUnit | bptato | 2025-01-03 | 1 | -94/+94 |
* | layout: drop overflow tracking | bptato | 2025-01-03 | 1 | -68/+10 |
* | Unify PositionStaticLike, update todo | bptato | 2025-01-03 | 1 | -5/+0 |
* | layout: implement layoutFlexItem as layoutRootBlock | bptato | 2025-01-02 | 1 | -16/+15 |
* | layout: cache sub-layouts | bptato | 2025-01-02 | 1 | -44/+22 |
* | layout: ignore general category Me, Mn | bptato | 2025-01-02 | 1 | -1/+6 |
* | layout, dom: input rendering fixes | bptato | 2025-01-01 | 1 | -1/+1 |
* | layout: fix regression in cd069a76e | bptato | 2025-01-01 | 1 | -17/+13 |
* | layout: prevent double-clear for flow roots | bptato | 2025-01-01 | 1 | -11/+20 |
* | layout: add missing StyledNode ref to parent inline boxes | bptato | 2025-01-01 | 1 | -1/+2 |
* | layout: absolute sizing fixes | bptato | 2024-12-30 | 1 | -4/+16 |
* | layout: fix position: relative for right, bottom | bptato | 2024-12-30 | 1 | -4/+2 |
* | layout: fix an overflow bug | bptato | 2024-12-30 | 1 | -1/+3 |
* | layout: fix various padding bugs | bptato | 2024-12-28 | 1 | -32/+26 |
* | layout: fix a flex sizing bug | bptato | 2024-12-27 | 1 | -5/+4 |
* | layout: improve intrinsic minimum size calculation | bptato | 2024-12-26 | 1 | -83/+104 |
* | layout: resolve percentage width for auto table cells | bptato | 2024-12-21 | 1 | -9/+14 |
* | box: InlineFragment -> InlineBox | bptato | 2024-12-20 | 1 | -105/+102 |
* | layout, render: image sizing fixes/workarounds | bptato | 2024-12-20 | 1 | -8/+12 |
* | layout: apply padding to intrinsic minimum width | bptato | 2024-12-19 | 1 | -4/+3 |
* | layout, render: implement overflow property | bptato | 2024-12-18 | 1 | -4/+18 |
* | layout: propagate intrinsic minimum height | bptato | 2024-12-17 | 1 | -124/+152 |
* | css: resolve units to px before layout | bptato | 2024-12-16 | 1 | -87/+80 |
* | layout: do not allow canpx for scFitContent | bptato | 2024-12-15 | 1 | -2/+2 |
* | layout: also propagate xminwidth from table caption | bptato | 2024-12-15 | 1 | -0/+1 |
* | layout: set table intrinsic min width to specified width | bptato | 2024-12-15 | 1 | -0/+3 |
* | layout: do not trust specified table cell height | bptato | 2024-12-15 | 1 | -3/+4 |
* | lunit: remove redundant code | bptato | 2024-12-13 | 1 | -1/+1 |
* | css: CSSComputedValue -> CSSValue | bptato | 2024-12-12 | 1 | -50/+50 |
* | layout: small cleanup | bptato | 2024-12-10 | 1 | -60/+60 |
* | layout: override table cell width if its min width is greater | bptato | 2024-12-10 | 1 | -0/+2 |
* | layout: proper min width clamping | bptato | 2024-12-10 | 1 | -73/+70 |
* | layout: another min width clamping hack | bptato | 2024-12-10 | 1 | -20/+29 |
* | layout: another xminwidth kludge | bptato | 2024-12-08 | 1 | -0/+4 |
* | layout: round inline block padding to cells | bptato | 2024-12-07 | 1 | -1/+7 |
* | pager, term: use cell offset with kitty images | bptato | 2024-12-03 | 1 | -1/+1 |
* | cssvalues: optimize CSSComputedValues size | bptato | 2024-12-03 | 1 | -3/+3 |
* | layout: temporary hack to fix xminwidth + flex | bptato | 2024-12-02 | 1 | -0/+12 |
* | layout: remove mystery startOffset adjustment | bptato | 2024-11-28 | 1 | -2/+0 |
* | twtstr: add mypairs | bptato | 2024-11-28 | 1 | -2/+2 |
* | layout, term, url: misc cleanup | bptato | 2024-11-28 | 1 | -1/+0 |
* | layout: support br clear | bptato | 2024-11-27 | 1 | -28/+34 |
* | layout: another intrinsic min width fix | bptato | 2024-11-24 | 1 | -2/+4 |
* | layout: fix intrinsic min width for words with wrapping opportunities | bptato | 2024-11-24 | 1 | -11/+18 |