| Commit message (Expand) | Author | Age | Files | Lines |
* | cssvalues: set text-decoration to bit, vertical-align to word | bptato | 2025-01-12 | 1 | -27/+25 |
* | cssvalues: reduce CSSValues size | bptato | 2025-01-12 | 7 | -262/+323 |
* | cssvalues, sheet: fix quotes parsing, misc cleanup | bptato | 2025-01-12 | 2 | -81/+71 |
* | cascade: collapse inited into one array | bptato | 2025-01-12 | 2 | -32/+30 |
* | ua.css: improve select rendering | bptato | 2025-01-09 | 1 | -0/+5 |
* | layout: remove needsReLayout | bptato | 2025-01-09 | 1 | -7/+3 |
* | buffer: make iframes clickable | bptato | 2025-01-09 | 4 | -1/+11 |
* | layout: clear intrinsic minimum block size on shrink-to-fit relayout | bptato | 2025-01-08 | 1 | -0/+1 |
* | cssparser, mediaquery: factor out tflagb, fix a media query bug | bptato | 2025-01-07 | 3 | -54/+43 |
* | layout: get rid of flex-direction reverse hack | bptato | 2025-01-07 | 2 | -47/+59 |
* | mediaquery: add serialization | bptato | 2025-01-06 | 2 | -42/+48 |
* | env: add media query matching | bptato | 2025-01-06 | 2 | -52/+59 |
* | 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 |