| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | cookie: add persistent cookies, misc refactoring/fixes | bptato | 2024-12-29 | 15 | -293/+572 |
* | config: clean up redundant CHA_DIR, update CGI docs | bptato | 2024-12-29 | 5 | -47/+23 |
* | pager: small cleanup | bptato | 2024-12-29 | 1 | -2/+1 |
* | history: remove comment parsing, fix fd leak | bptato | 2024-12-29 | 2 | -8/+9 |
* | xhr: fix flipped exception in overrideMimeType | bptato | 2024-12-28 | 2 | -1/+3 |
* | cookie: remove redundant check | bptato | 2024-12-28 | 1 | -3/+1 |
* | layout: fix various padding bugs | bptato | 2024-12-28 | 3 | -32/+52 |
* | uri2html: escape ampersand | bptato | 2024-12-28 | 1 | -1/+1 |
* | env: add innerWidth, innerHeight | bptato | 2024-12-28 | 1 | -0/+6 |
* | env: do not copy attrs, fix screen on client | bptato | 2024-12-28 | 5 | -29/+31 |
* | layout: fix a flex sizing bug | bptato | 2024-12-27 | 3 | -5/+18 |
* | cookie: remove broken third-party-cookie option | bptato | 2024-12-27 | 4 | -37/+6 |
* | dom: standard querySelector/All; type erase children | bptato | 2024-12-27 | 2 | -27/+54 |
* | dom: set elIndex to -1 for AttrDummyElement | bptato | 2024-12-27 | 1 | -0/+2 |
* | dom: expose getPropertyValue | bptato | 2024-12-27 | 1 | -1/+1 |
* | term: fix in-cell offset bug on kitty image scroll | bptato | 2024-12-27 | 1 | -0/+5 |
* | CHA_CONFIG_DIR -> CHA_DIR | bptato | 2024-12-27 | 10 | -16/+23 |
* | Update docs | bptato | 2024-12-27 | 4 | -164/+220 |
* | dom: add focus() | bptato | 2024-12-27 | 4 | -4/+16 |
* | Update monoucha | bptato | 2024-12-26 | 2 | -6/+6 |
* | layout: improve intrinsic minimum size calculation | bptato | 2024-12-26 | 10 | -85/+225 |
* | 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 |