| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | layout: fix an absolute sizing bug | bptato | 2025-01-23 | 2 | -0/+5 |
* | render: actually fix the "extra unnecessary line" bug | bptato | 2025-01-21 | 31 | -31/+0 |
* | render: blend in paintBackground | bptato | 2025-01-21 | 5 | -5/+0 |
* | cssvalues: support percentage rgb colors, hsl & hsla | bptato | 2025-01-21 | 2 | -3/+25 |
* | cssvalues: fix rgba() function parsing | bptato | 2025-01-20 | 2 | -0/+5 |
* | cascade: support nested variables | bptato | 2025-01-20 | 2 | -1/+14 |
* | render: fix formatting being lost outside boxes with bgcolor | bptato | 2025-01-17 | 4 | -0/+12 |
* | render: overprint existing text when painting backgrounds | bptato | 2025-01-16 | 1 | -3/+3 |
* | cascade: basic CSS variable support | bptato | 2025-01-16 | 2 | -0/+9 |
* | quirk.css, ua.css: adjust margins | bptato | 2025-01-16 | 1 | -0/+1 |
* | widthconv: fix hiragana -> half-width kana conversion | bptato | 2025-01-15 | 2 | -0/+4 |
* | ua.css: fix select multiple rendering | bptato | 2025-01-15 | 2 | -0/+18 |
* | cssvalues, sheet: fix quotes parsing, misc cleanup | bptato | 2025-01-12 | 2 | -0/+4 |
* | layout: clear intrinsic minimum block size on shrink-to-fit relayout | bptato | 2025-01-08 | 2 | -0/+12 |
* | cssparser, mediaquery: factor out tflagb, fix a media query bug | bptato | 2025-01-07 | 2 | -0/+5 |
* | layout: get rid of flex-direction reverse hack | bptato | 2025-01-07 | 2 | -0/+9 |
* | layout: wrap on inline floats that exceed the line's length | bptato | 2025-01-06 | 2 | -0/+25 |
* | layout, render: establish absolute container with position: sticky | bptato | 2025-01-06 | 2 | -0/+10 |
* | layout: fix percentage margins in shrink-to-fit | bptato | 2025-01-05 | 2 | -0/+12 |
* | ua.css: set table box-sizing border box | bptato | 2025-01-05 | 4 | -14/+14 |
* | layout: margin fixes | bptato | 2025-01-05 | 1 | -0/+1 |
* | layout: respect margin-top of root box | bptato | 2025-01-03 | 2 | -0/+4 |
* | layout: implement layoutFlexItem as layoutRootBlock | bptato | 2025-01-02 | 2 | -0/+45 |
* | pager: history fixes | bptato | 2025-01-01 | 1 | -0/+1 |
* | layout, dom: input rendering fixes | bptato | 2025-01-01 | 4 | -0/+12 |
* | layout: fix regression in cd069a76e | bptato | 2025-01-01 | 2 | -1/+7 |