| Commit message (Expand) | Author | Age | Files | Lines |
* | jsencoding: fix nil deref on empty encode input | bptato | 2024-12-26 | 2 | -9/+10 |
* | term: fix display-charset not being interpreted | bptato | 2024-12-26 | 1 | -5/+5 |
* | Update todo | bptato | 2024-12-26 | 1 | -3/+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 | 8 | -47/+89 |
* | env: reflect user agent header in userAgent | bptato | 2024-12-26 | 4 | -6/+10 |
* | config: fix selection copy | bptato | 2024-12-22 | 1 | -3/+4 |
* | Strict def fixes | bptato | 2024-12-22 | 5 | -5/+7 |
* | main: add missing noreturn | bptato | 2024-12-22 | 1 | -1/+1 |
* | uri2html: skip hr if title is empty | bptato | 2024-12-22 | 1 | -1/+1 |
* | buffer.chasc: allow reversed clone syscall signature | bptato | 2024-12-22 | 1 | -2/+6 |
* | 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 |
* | chaseccomp: add CFLAGS, LDFLAGS to makefile | bptato | 2024-12-22 | 2 | -1/+3 |
* | Misc character display fixes | bptato | 2024-12-22 | 14 | -326/+80 |
* | Add history | bptato | 2024-12-17 | 14 | -50/+260 |
* | 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 |