| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | cascade: prevent blockification for non-inline absolute boxes | bptato | 2024-12-30 | 1 | -4/+8 |
* | layout: absolute sizing fixes | bptato | 2024-12-30 | 1 | -4/+16 |
* | cascade: inline presentational hint calculation | bptato | 2024-12-30 | 1 | -19/+19 |
* | buffer: make video, audio clickable | bptato | 2024-12-30 | 4 | -35/+68 |
* | layout: fix position: relative for right, bottom | bptato | 2024-12-30 | 1 | -4/+2 |
* | dom, cssvalues: add getComputedStyle | bptato | 2024-12-30 | 5 | -44/+113 |
* | layout: fix an overflow bug | bptato | 2024-12-30 | 1 | -1/+3 |
* | 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 | 4 | -3/+16 |
* | cssvalues: fix length shorthand parsing | bptato | 2024-12-30 | 1 | -1/+1 |
* | env: stub postMessage | bptato | 2024-12-30 | 1 | -0/+3 |
* | cssvalues: fix font-weight parsing | bptato | 2024-12-29 | 1 | -2/+2 |
* | cookie: add persistent cookies, misc refactoring/fixes | bptato | 2024-12-29 | 9 | -283/+501 |
* | config: clean up redundant CHA_DIR, update CGI docs | bptato | 2024-12-29 | 2 | -20/+15 |
* | 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 | 1 | -1/+1 |
* | cookie: remove redundant check | bptato | 2024-12-28 | 1 | -3/+1 |
* | layout: fix various padding bugs | bptato | 2024-12-28 | 1 | -32/+26 |
* | 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 | 1 | -5/+4 |
* | cookie: remove broken third-party-cookie option | bptato | 2024-12-27 | 3 | -23/+4 |
* | 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 | 3 | -4/+9 |
* | dom: add focus() | bptato | 2024-12-27 | 3 | -2/+10 |
* | Update monoucha | bptato | 2024-12-26 | 1 | -1/+1 |
* | layout: improve intrinsic minimum size calculation | bptato | 2024-12-26 | 1 | -83/+104 |
* | jsencoding: fix nil deref on empty encode input | bptato | 2024-12-26 | 1 | -9/+9 |
* | 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 |