| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | mediaquery: fix and after bare keyword | bptato | 2024-12-01 | 1 | -1/+0 |
* | dom: add support for @import | bptato | 2024-12-01 | 2 | -26/+49 |
* | cascade: allow presentational hints with styling=false | bptato | 2024-11-29 | 1 | -2/+2 |
* | layout: remove mystery startOffset adjustment | bptato | 2024-11-28 | 1 | -2/+0 |
* | twtstr: add mypairs | bptato | 2024-11-28 | 2 | -7/+7 |
* | layout, term, url: misc cleanup | bptato | 2024-11-28 | 1 | -1/+0 |
* | cascade: apply buffer.styling to inline styles | bptato | 2024-11-27 | 1 | -8/+11 |
* | layout: support br clear | bptato | 2024-11-27 | 1 | -28/+34 |
* | buffer: optimize hover switching | bptato | 2024-11-26 | 1 | -0/+6 |
* | layout: another intrinsic min width fix | bptato | 2024-11-24 | 1 | -2/+4 |
* | layout: fix intrinsic min width for words with wrapping opportunities | bptato | 2024-11-24 | 1 | -11/+18 |
* | match, stylednode: remove generics, refactor | bptato | 2024-11-19 | 3 | -137/+91 |
* | layout: fix intrinsic min width with whitespace: pre | bptato | 2024-11-19 | 1 | -0/+1 |
* | layout: fix indefinitely sized flex items with bounds | bptato | 2024-11-19 | 1 | -1/+8 |
* | layout: fix crash on overlapping rowspan/colspan | bptato | 2024-11-17 | 1 | -2/+3 |
* | js: reorganize modules, update docs | bptato | 2024-11-15 | 2 | -2/+2 |
* | cssvalues: reduce CSSComputedValue size | bptato | 2024-11-14 | 5 | -91/+102 |
* | layout: fix another flex sizing bug | bptato | 2024-11-14 | 1 | -1/+8 |
* | layout: remove inline padding | bptato | 2024-11-13 | 1 | -24/+5 |
* | buffer: fix broken gotoAnchor behavior | bptato | 2024-11-12 | 2 | -5/+11 |
* | cascade: adjust prefers-color-scheme based on terminal background | bptato | 2024-11-10 | 1 | -1/+1 |
* | layout -> css | bptato | 2024-11-10 | 6 | -2/+4080 |
* | renderdocument: basic stacking context support | bptato | 2024-11-09 | 1 | -1/+9 |
* | utils, types: merge some modules | bptato | 2024-11-03 | 2 | -2/+0 |
* | cssparser: fix parsing of unrecognized at rules | bptato | 2024-11-02 | 2 | -25/+20 |