| 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 | 3 | -19/+13 |
* | layout: fix percentage margins in shrink-to-fit | bptato | 2025-01-05 | 1 | -13/+17 |
* | dom: DOMTokenList fixes/improvements | bptato | 2025-01-05 | 2 | -2/+2 |
* | layout: margin fixes | bptato | 2025-01-05 | 2 | -15/+20 |
* | 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 | 4 | -162/+162 |
* | lunit: use saturation arithmetic | bptato | 2024-12-23 | 2 | -23/+76 |
* | layout: drop overflow tracking | bptato | 2025-01-03 | 2 | -72/+10 |
* | Unify PositionStaticLike, update todo | bptato | 2025-01-03 | 2 | -6/+0 |
* | layout: implement layoutFlexItem as layoutRootBlock | bptato | 2025-01-02 | 1 | -16/+15 |
* | layout: cache sub-layouts | bptato | 2025-01-02 | 2 | -46/+53 |
* | 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 |
* | cascade: prevent blockification for non-inline absolute boxes | bptato | 2024-12-30 | 1 | -4/+8 |
* | layout: absolute sizing fixes | bptato | 2024-12-30 | 1 | -4/+16 |
* | cascade: inline presentational hint calculation | bptato | 2024-12-30 | 1 | -19/+19 |
* | layout: fix position: relative for right, bottom | bptato | 2024-12-30 | 1 | -4/+2 |
* | dom, cssvalues: add getComputedStyle | bptato | 2024-12-30 | 2 | -37/+75 |
* | layout: fix an overflow bug | bptato | 2024-12-30 | 1 | -1/+3 |
* | cssvalues: fix length shorthand parsing | bptato | 2024-12-30 | 1 | -1/+1 |
* | cssvalues: fix font-weight parsing | bptato | 2024-12-29 | 1 | -2/+2 |
* | layout: fix various padding bugs | bptato | 2024-12-28 | 1 | -32/+26 |
* | env: do not copy attrs, fix screen on client | bptato | 2024-12-28 | 1 | -5/+5 |
* | layout: fix a flex sizing bug | bptato | 2024-12-27 | 1 | -5/+4 |
* | dom: standard querySelector/All; type erase children | bptato | 2024-12-27 | 1 | -15/+4 |
* | layout: improve intrinsic minimum size calculation | bptato | 2024-12-26 | 1 | -83/+104 |
* | buffer: add "app" scripting mode | bptato | 2024-12-26 | 1 | -1/+2 |
* | layout: resolve percentage width for auto table cells | bptato | 2024-12-21 | 1 | -9/+14 |
* | cascade: actually, it should be inline-block | bptato | 2024-12-20 | 1 | -1/+1 |
* | cascade: blockify on position: absolute or fixed | bptato | 2024-12-20 | 1 | -4/+4 |
* | box: InlineFragment -> InlineBox | bptato | 2024-12-20 | 3 | -143/+140 |
* | cssparser: small refactoring | bptato | 2024-12-20 | 1 | -37/+23 |
* | layout, render: image sizing fixes/workarounds | bptato | 2024-12-20 | 2 | -12/+16 |
* | dom: add inline SVG support | bptato | 2024-12-20 | 2 | -0/+10 |
* | layout: apply padding to intrinsic minimum width | bptato | 2024-12-19 | 1 | -4/+3 |
* | layout, render: implement overflow property | bptato | 2024-12-18 | 4 | -106/+201 |
* | match: fix nested hover selector | bptato | 2024-12-18 | 1 | -1/+2 |
* | match: optimize dependency tracking | bptato | 2024-12-17 | 2 | -39/+78 |
* | css: add :target pseudo class | bptato | 2024-12-17 | 2 | -0/+5 |
* | match: refactor a bit | bptato | 2024-12-17 | 2 | -63/+47 |
* | dom, match: optimize :nth-child, :nth-last-child | bptato | 2024-12-17 | 2 | -33/+45 |
* | default(T) -> T.default, add some strict defs | bptato | 2024-12-17 | 1 | -6/+6 |
* | layout: propagate intrinsic minimum height | bptato | 2024-12-17 | 2 | -126/+154 |
* | css: resolve units to px before layout | bptato | 2024-12-16 | 6 | -219/+217 |
* | layout: do not allow canpx for scFitContent | bptato | 2024-12-15 | 1 | -2/+2 |