| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | format, tools: use ARC | bptato | 2024-12-30 | 3 | -2/+6 |
* | Add built-in image viewer | bptato | 2024-12-30 | 5 | -3/+40 |
* | buffer: make video, audio clickable | bptato | 2024-12-30 | 6 | -39/+78 |
* | layout: fix position: relative for right, bottom | bptato | 2024-12-30 | 3 | -4/+17 |
* | dom, cssvalues: add getComputedStyle | bptato | 2024-12-30 | 5 | -44/+113 |
* | layout: fix an overflow bug | bptato | 2024-12-30 | 3 | -1/+29 |
* | pager: misc improvements | bptato | 2024-12-30 | 1 | -44/+44 |
* | dom: add input type getter/setter | bptato | 2024-12-30 | 1 | -1/+1 |
* | script: improve defineConsts | bptato | 2024-12-30 | 6 | -5/+21 |
* | cssvalues: fix length shorthand parsing | bptato | 2024-12-30 | 2 | -4/+3 |
* | env: stub postMessage | bptato | 2024-12-30 | 1 | -0/+3 |
* | cssvalues: fix font-weight parsing | bptato | 2024-12-29 | 3 | -3/+4 |
* | lcgi: add missing noreturn | bptato | 2024-12-29 | 1 | -1/+1 |
* | Update docs | bptato | 2024-12-29 | 2 | -3/+27 |
* | 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 |