| Commit message (Expand) | Author | Age | Files | Lines |
* | twtstr: improve content type parameter handling | bptato | 2024-12-22 | 5 | -8/+32 |
* | layout: resolve percentage width for auto table cells | bptato | 2024-12-21 | 3 | -9/+24 |
* | cascade: actually, it should be inline-block | bptato | 2024-12-20 | 3 | -1/+18 |
* | cascade: blockify on position: absolute or fixed | bptato | 2024-12-20 | 2 | -4/+5 |
* | box: InlineFragment -> InlineBox | bptato | 2024-12-20 | 4 | -150/+147 |
* | cssparser: small refactoring | bptato | 2024-12-20 | 1 | -37/+23 |
* | buffer: only set new buffer's target on clone | bptato | 2024-12-20 | 3 | -8/+10 |
* | nanosvg, myaddr: fix obuf type and myaddr shim | bptato | 2024-12-20 | 2 | -3/+3 |
* | layout, render: image sizing fixes/workarounds | bptato | 2024-12-20 | 3 | -13/+17 |
* | dom: add inline SVG support | bptato | 2024-12-20 | 6 | -90/+207 |
* | nanosvg: fix preserveAspectRatio parsing | bptato | 2024-12-19 | 1 | -3/+3 |
* | response: automatically resume before close | bptato | 2024-12-19 | 3 | -9/+4 |
* | pager: fix short error messages not being printed | bptato | 2024-12-19 | 1 | -1/+1 |
* | cookie: fix another regression | bptato | 2024-12-19 | 1 | -1/+1 |
* | cookie: fix regression in cookieJar.add | bptato | 2024-12-19 | 1 | -1/+5 |
* | img: add nanosvg | bptato | 2024-12-19 | 10 | -7/+4679 |
* | layout: apply padding to intrinsic minimum width | bptato | 2024-12-19 | 3 | -4/+8 |
* | pager: fix crash on gotoURL with save + mailcap | bptato | 2024-12-19 | 2 | -2/+2 |
* | pager: do not crash browser when deleting a crashed buffer | bptato | 2024-12-18 | 1 | -1/+5 |
* | layout, render: implement overflow property | bptato | 2024-12-18 | 5 | -112/+201 |
* | pager, select: hide menu if right click ends outside | bptato | 2024-12-18 | 2 | -45/+60 |
* | match: fix nested hover selector | bptato | 2024-12-18 | 3 | -1/+12 |
* | match: optimize dependency tracking | bptato | 2024-12-17 | 2 | -39/+78 |
* | css: add :target pseudo class | bptato | 2024-12-17 | 4 | -1/+24 |
* | cookie: small bugfix, misc refactoring | bptato | 2024-12-17 | 2 | -30/+25 |
* | match: refactor a bit | bptato | 2024-12-17 | 2 | -63/+47 |
* | ua.css: add margins to list items with high indices | bptato | 2024-12-17 | 1 | -0/+3 |
* | dom, match: optimize :nth-child, :nth-last-child | bptato | 2024-12-17 | 5 | -41/+166 |
* | Fix test case | bptato | 2024-12-17 | 1 | -1/+1 |
* | default(T) -> T.default, add some strict defs | bptato | 2024-12-17 | 19 | -44/+45 |
* | pager: try to always display the error message | bptato | 2024-12-17 | 1 | -1/+11 |
* | layout: propagate intrinsic minimum height | bptato | 2024-12-17 | 15 | -126/+234 |
* | css: resolve units to px before layout | bptato | 2024-12-16 | 8 | -228/+237 |
* | gemini: fix known hosts not being read on *BSD | bptato | 2024-12-16 | 1 | -0/+1 |
* | ua.css: fix checkbox decoration | bptato | 2024-12-15 | 1 | -1/+1 |
* | layout: do not allow canpx for scFitContent | bptato | 2024-12-15 | 3 | -2/+8 |
* | 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 | 3 | -0/+21 |
* | quirk.css: remove unimplemented properties | bptato | 2024-12-15 | 1 | -4/+1 |
* | Unify assert.js for tests | bptato | 2024-12-15 | 3 | -37/+15 |
* | layout: do not trust specified table cell height | bptato | 2024-12-15 | 3 | -3/+14 |
* | Fix typo | bptato | 2024-12-15 | 1 | -1/+1 |
* | chabookmark: fix new item placement, better error handling | bptato | 2024-12-15 | 1 | -18/+25 |
* | dom, css: fix case-insensitive class/id/attr matching | bptato | 2024-12-15 | 8 | -28/+74 |
* | md2html: add heading class to heading anchors | bptato | 2024-12-15 | 2 | -6/+9 |
* | select: fix height definition | bptato | 2024-12-15 | 1 | -13/+10 |
* | chabookmark fixes & improvements | bptato | 2024-12-15 | 9 | -29/+55 |
* | config.toml: move cmd definitions | bptato | 2024-12-15 | 1 | -228/+228 |
* | Add chabookmark script | bptato | 2024-12-14 | 6 | -19/+250 |
* | client: document readFile, writeFile; add getenv, setenv | bptato | 2024-12-14 | 2 | -7/+62 |