| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | layout: also propagate xminwidth from table caption | bptato | 2024-12-15 | 1 | -0/+1 |
* | layout: set table intrinsic min width to specified width | bptato | 2024-12-15 | 1 | -0/+3 |
* | layout: do not trust specified table cell height | bptato | 2024-12-15 | 1 | -3/+4 |
* | dom, css: fix case-insensitive class/id/attr matching | bptato | 2024-12-15 | 4 | -19/+18 |
* | css: align h[1-6] behavior with w3m | bptato | 2024-12-14 | 2 | -0/+6 |
* | cascade: misc cleanup | bptato | 2024-12-14 | 1 | -6/+3 |
* | lunit: remove redundant code | bptato | 2024-12-13 | 2 | -6/+2 |
* | css: CSSComputedValue -> CSSValue | bptato | 2024-12-12 | 6 | -109/+109 |
* | layout: small cleanup | bptato | 2024-12-10 | 1 | -60/+60 |
* | render: apply visibility to inline boxes | bptato | 2024-12-10 | 1 | -21/+23 |
* | layout: override table cell width if its min width is greater | bptato | 2024-12-10 | 1 | -0/+2 |
* | layout: proper min width clamping | bptato | 2024-12-10 | 1 | -73/+70 |
* | layout: another min width clamping hack | bptato | 2024-12-10 | 1 | -20/+29 |
* | layout: another xminwidth kludge | bptato | 2024-12-08 | 1 | -0/+4 |
* | cssparser: misc cleanup | bptato | 2024-12-07 | 2 | -120/+64 |
* | layout: round inline block padding to cells | bptato | 2024-12-07 | 1 | -1/+7 |
* | cssparser: misc cleanup | bptato | 2024-12-05 | 1 | -50/+47 |
* | pager, term: use cell offset with kitty images | bptato | 2024-12-03 | 2 | -3/+11 |
* | cascade: add cellspacing | bptato | 2024-12-03 | 1 | -0/+7 |
* | cssvalues: optimize CSSComputedValues size | bptato | 2024-12-03 | 3 | -271/+269 |
* | cssvalues: fix min-width/min-height auto | bptato | 2024-12-02 | 1 | -19/+18 |
* | layout: temporary hack to fix xminwidth + flex | bptato | 2024-12-02 | 1 | -0/+12 |
* | cascade, cssvalues: clean up a bit more | bptato | 2024-12-02 | 2 | -68/+76 |
* | css: misc refactoring | bptato | 2024-12-02 | 5 | -137/+128 |
* | sheet, mediaquery: misc cleanup | bptato | 2024-12-01 | 2 | -64/+29 |