| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | formdata: fix FormData constructor, append filename handling | bptato | 2025-02-05 | 1 | -0/+6 |
* | 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 |
* | javascript: derive ctor functions from parent ctor functions | bptato | 2025-02-02 | 1 | -0/+1 |
* | 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 |
* | javascript: fix .jsget on JSValue | bptato | 2025-01-28 | 1 | -0/+17 |
* | 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 |
* | dom: CSSStyleDeclaration improvements | bptato | 2025-01-19 | 3 | -1/+37 |
* | 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 |
* | cookie: improve Expires parsing | bptato | 2025-01-13 | 2 | -4/+6 |
* | cssvalues, sheet: fix quotes parsing, misc cleanup | bptato | 2025-01-12 | 2 | -0/+4 |
* | dom: more select interfaces | bptato | 2025-01-10 | 1 | -0/+9 |
* | 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 |
* | dom: standard tagName | bptato | 2025-01-07 | 1 | -0/+2 |
* | 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 |
* | dom: DOMTokenList fixes/improvements | bptato | 2025-01-05 | 1 | -1/+4 |
* | dom: add form length, fix document.getElementsByName("") | bptato | 2025-01-05 | 3 | -28/+23 |