| Commit message (Expand) | Author | Age | Files | Lines |
* | ua.css: disable margin on first p | bptato | 2025-05-09 | 2 | -2/+0 |
* | layout, csstree: build stacking contexts together with tree | bptato | 2025-05-03 | 4 | -0/+11 |
* | selectorparser: check type flag of hash tokens | bptato | 2025-04-18 | 2 | -0/+12 |
* | render: fix positioning of absolutes with negative z-index | bptato | 2025-04-14 | 2 | -0/+5 |
* | layout, render: fix positioning of absolute flex item descendants | bptato | 2025-04-10 | 4 | -2/+17 |
* | layout: always treat flex items as positioned boxes | bptato | 2025-04-07 | 2 | -0/+6 |
* | layout: fix cleared floats not flushing previous exclusions | bptato | 2025-04-06 | 2 | -0/+13 |
* | layout: correct table-caption width calculation | bptato | 2025-04-03 | 5 | -3/+67 |
* | csstree: add ::marker pseudo element | bptato | 2025-04-02 | 4 | -2/+15 |
* | cssparser: ignore case in AnB parsing of odd/even | bptato | 2025-04-02 | 2 | -2/+3 |
* | cssparser: fix escape sequence parsing | bptato | 2025-04-01 | 2 | -0/+5 |
* | layout: reimplement list items with out-of-flow markers | bptato | 2025-03-27 | 2 | -0/+12 |
* | Revert "csstree: improve intrinsic image sizing" | bptato | 2025-03-21 | 2 | -29/+0 |
* | csstree: improve intrinsic image sizing | bptato | 2025-03-21 | 2 | -0/+29 |
* | layout: implement cross auto margins in flex | bptato | 2025-03-14 | 2 | -0/+25 |
* | layout: fix bottom margin handling for root blocks | bptato | 2025-03-07 | 3 | -0/+12 |
* | layout: adjust table cell height to fill rows | bptato | 2025-03-03 | 1 | -3/+3 |
* | render: propagate offset to positioned block child before clip box inheritance | bptato | 2025-02-19 | 2 | -0/+6 |
* | render, pager: fix canvas background painting order | bptato | 2025-02-19 | 5 | -1/+16 |
* | Fix test | bptato | 2025-02-18 | 2 | -6/+1 |
* | layout: fix nested fixed boxes | bptato | 2025-02-18 | 2 | -0/+14 |
* | layout: implement negative z-index | bptato | 2025-02-18 | 4 | -0/+64 |
* | render: respect stacking context for inline boxes | bptato | 2025-02-17 | 2 | -0/+3 |
* | layout: position absolute boxes relative to their parent | bptato | 2025-02-16 | 5 | -3/+26 |
* | csstree, cssvalues: add non-numeric counters, japanese-formal | bptato | 2025-02-14 | 2 | -4/+4 |
* | csstree, cssvalues: implement counter() | bptato | 2025-02-13 | 2 | -0/+52 |
* | layout: separate out tree construction logic | bptato | 2025-02-12 | 2 | -0/+4 |
* | cssvalues: fix list-style-type initial value | bptato | 2025-02-12 | 1 | -1/+1 |
* | render: fix a visibility bug | bptato | 2025-02-11 | 2 | -0/+9 |
* | layout: respect intrinsic minimum width of table cells | bptato | 2025-02-09 | 2 | -0/+12 |
* | layout: refactor tree building phase | bptato | 2025-02-09 | 7 | -5/+29 |
* | layout: fix nested float positioning | bptato | 2025-02-08 | 3 | -3/+13 |
* | layout: fix some pre whitespace bugs | bptato | 2025-02-08 | 2 | -0/+8 |
* | layout: fix firstBaseline bug | bptato | 2025-02-08 | 2 | -0/+11 |
* | layout: unify BlockBox and InlineBox, refactor building | bptato | 2025-02-07 | 9 | -3/+111 |
* | cssparser: fix an infinite loop | bptato | 2025-02-05 | 1 | -0/+1 |
* | cssparser: fix parsing of consequitive comments | bptato | 2025-02-04 | 2 | -0/+6 |
* | cascade, ua.css: use ansi red, replace option with anonymous StyledNodes | bptato | 2025-02-04 | 7 | -14/+17 |
* | layout: merge addOuterBlock with layoutBlock, refactor | bptato | 2025-02-04 | 4 | -13/+6 |
* | layout: inline background fixes & simplification | bptato | 2025-02-03 | 7 | -0/+52 |
* | sheet: fix a hashing bug | bptato | 2025-01-30 | 2 | -0/+6 |
* | layout: fix absolute sizing order with floats | bptato | 2025-01-30 | 2 | -0/+6 |
* | mediaquery: fix some parser bugs | bptato | 2025-01-30 | 2 | -3/+20 |
* | render: fix OOB panic with scroll container outside the canvas | bptato | 2025-01-29 | 2 | -0/+4 |
* | nanosvg: fix infinite loop | bptato | 2025-01-29 | 2 | -0/+4 |
* | layout: fix flow roots in inline boxes not respecting floats | bptato | 2025-01-28 | 2 | -0/+10 |
* | layout: fix some float margin resolution bugs | bptato | 2025-01-28 | 4 | -0/+25 |
* | cascade: fix variable inheritance | bptato | 2025-01-28 | 2 | -2/+8 |
* | layout: various float fixes in inline contexts | bptato | 2025-01-26 | 8 | -0/+75 |
* | layout: do not generate anonymous inline boxes | bptato | 2025-01-25 | 16 | -23/+73 |