| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | term: fix display-charset not being interpreted | bptato | 2024-12-26 | 1 | -5/+5 |
* | Optimize some Option[string] out | bptato | 2024-12-26 | 5 | -25/+29 |
* | env: fix taintEnabled | bptato | 2024-12-26 | 1 | -1/+1 |
* | buffer: add "app" scripting mode | bptato | 2024-12-26 | 7 | -44/+80 |
* | env: reflect user agent header in userAgent | bptato | 2024-12-26 | 4 | -6/+10 |
* | Strict def fixes | bptato | 2024-12-22 | 1 | -2/+2 |
* | main: add missing noreturn | bptato | 2024-12-22 | 1 | -1/+1 |
* | history: fix entry dropping | bptato | 2024-12-22 | 1 | -0/+2 |
* | dom: optimize textContent, nodeValue; add nodeValue setter | bptato | 2024-12-22 | 1 | -16/+31 |
* | config: fix overriding substring bindings | bptato | 2024-12-22 | 2 | -10/+6 |
* | Misc character display fixes | bptato | 2024-12-22 | 10 | -67/+35 |
* | Add history | bptato | 2024-12-17 | 7 | -46/+211 |
* | twtstr: improve content type parameter handling | bptato | 2024-12-22 | 1 | -3/+28 |
* | 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 | 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 | 1 | -2/+2 |
* | layout, render: image sizing fixes/workarounds | bptato | 2024-12-20 | 2 | -12/+16 |
* | dom: add inline SVG support | bptato | 2024-12-20 | 5 | -88/+204 |
* | 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 |
* | layout: apply padding to intrinsic minimum width | bptato | 2024-12-19 | 1 | -4/+3 |
* | pager: fix crash on gotoURL with save + mailcap | bptato | 2024-12-19 | 1 | -1/+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 | 4 | -106/+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 | 1 | -1/+2 |
* | 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 |
* | dom, match: optimize :nth-child, :nth-last-child | bptato | 2024-12-17 | 3 | -41/+75 |
* | default(T) -> T.default, add some strict defs | bptato | 2024-12-17 | 15 | -33/+34 |
* | pager: try to always display the error message | bptato | 2024-12-17 | 1 | -1/+11 |
* | layout: propagate intrinsic minimum height | bptato | 2024-12-17 | 2 | -126/+154 |
* | css: resolve units to px before layout | bptato | 2024-12-16 | 8 | -228/+237 |
* | 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 | 6 | -28/+53 |
* | select: fix height definition | bptato | 2024-12-15 | 1 | -13/+10 |
* | chabookmark fixes & improvements | bptato | 2024-12-15 | 6 | -26/+30 |
* | client: document readFile, writeFile; add getenv, setenv | bptato | 2024-12-14 | 1 | -7/+32 |
* | css: align h[1-6] behavior with w3m | bptato | 2024-12-14 | 3 | -0/+29 |