| Commit message (Expand) | Author | Age | Files | Lines |
* | layout: inline table fixes | bptato | 2024-07-27 | 1 | -54/+154 |
* | layout: position: relative, absolute fixes | bptato | 2024-07-26 | 1 | -34/+52 |
* | url: fix URLSearchParams implementation | bptato | 2024-07-25 | 1 | -20/+19 |
* | layout: fix incorrect absolute positioning | bptato | 2024-07-25 | 2 | -18/+26 |
* | layout: min/max sizing fixes | bptato | 2024-07-25 | 2 | -29/+58 |
* | selectorparser: fix broken tostr | bptato | 2024-07-25 | 1 | -11/+27 |
* | url: fix a small incompatibility | bptato | 2024-07-25 | 1 | -28/+21 |
* | url: misc fixes & improvements | bptato | 2024-07-24 | 2 | -490/+580 |
* | client, sandbox: fix termux build | bptato | 2024-07-24 | 2 | -8/+59 |
* | pager: fix dead containers left in replaceBackup | bptato | 2024-07-23 | 2 | -0/+9 |
* | term: fix positionImage sixel size clamping (take 2) | bptato | 2024-07-23 | 1 | -2/+2 |
* | term: fix positionImage sixel size clamping | bptato | 2024-07-23 | 1 | -6/+10 |
* | dom: fix wrong proc call in fireEvent | bptato | 2024-07-22 | 2 | -2/+2 |
* | layout: fix various flex column sizing bugs | bptato | 2024-07-22 | 1 | -24/+58 |
* | buffer, dom, event: JS binding for dispatchEvent | bptato | 2024-07-22 | 6 | -116/+152 |
* | dom: fix getElementById signature | bptato | 2024-07-21 | 1 | -3/+3 |
* | buffer: replace dispatchEvent procs with that in dom | bptato | 2024-07-21 | 3 | -37/+7 |
* | dom: fix race condition in image loading | bptato | 2024-07-21 | 1 | -3/+4 |
* | term: fix kitty image positioning | bptato | 2024-07-20 | 1 | -2/+5 |
* | loader: copy cached items on buffer cloning | bptato | 2024-07-20 | 5 | -8/+20 |
* | buffer: fix nil deref on click without clickable element | bptato | 2024-07-19 | 2 | -7/+5 |
* | loader: async status/headers for fetch | bptato | 2024-07-19 | 3 | -30/+41 |
* | html: event cleanup, XHR progress | bptato | 2024-07-18 | 10 | -198/+587 |
* | luwrap: use lre_is_space | bptato | 2024-07-18 | 1 | -2/+1 |
* | Update monoucha | bptato | 2024-07-18 | 1 | -1/+1 |
* | dom, match, event: small cleanup | bptato | 2024-07-17 | 3 | -33/+32 |
* | Update monoucha | bptato | 2024-07-17 | 1 | -1/+1 |
* | client: remove redundant global functions | bptato | 2024-07-16 | 1 | -22/+0 |
* | timeout: simplify, misc fixes | bptato | 2024-07-16 | 3 | -90/+61 |
* | term: image sizing fixes | bptato | 2024-07-16 | 1 | -8/+39 |
* | config: support smart case | bptato | 2024-07-16 | 3 | -10/+20 |
* | io: remove readablestream | bptato | 2024-07-14 | 1 | -32/+0 |
* | encoding: simplify | bptato | 2024-07-14 | 1 | -66/+15 |
* | 32-bit compilation fixes | bptato | 2024-07-13 | 4 | -17/+17 |
* | renderdocument: fix clickable images | bptato | 2024-07-12 | 1 | -0/+5 |
* | css: clean up a bit | bptato | 2024-07-12 | 3 | -54/+18 |
* | fix compilation on 2.0.8 | bptato | 2024-07-10 | 2 | -3/+9 |
* | cascade: reduce allocations | bptato | 2024-07-10 | 1 | -57/+42 |
* | timeout: fix jsvalue leak | bptato | 2024-07-10 | 2 | -13/+28 |
* | cascade: fix style caching | bptato | 2024-07-09 | 2 | -6/+8 |
* | selectorparser: fix parseNthChild `of' token check | bptato | 2024-07-07 | 1 | -1/+3 |
* | lineedit: small cleanup | bptato | 2024-07-07 | 1 | -4/+1 |
* | pager: fix redirection to deleted buffers | bptato | 2024-07-06 | 2 | -5/+19 |
* | main, forkserver: optimize startup | bptato | 2024-07-06 | 3 | -35/+28 |
* | renderdocument: clean up setText | bptato | 2024-07-06 | 1 | -100/+107 |
* | main: misc improvements | bptato | 2024-07-05 | 2 | -12/+49 |
* | config: add buffer.autofocus | bptato | 2024-07-04 | 2 | -0/+2 |
* | layout: reduce copies | bptato | 2024-07-03 | 3 | -29/+40 |
* | css, html: fix CSS dependency invalidation | bptato | 2024-07-03 | 5 | -112/+121 |
* | term: fix excessive SGR output in ansi color mode | bptato | 2024-07-02 | 1 | -17/+21 |