| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | loader: async status/headers for fetch | bptato | 2024-07-19 | 3 | -30/+41 |
* | html: event cleanup, XHR progress | bptato | 2024-07-18 | 12 | -198/+617 |
* | luwrap: use lre_is_space | bptato | 2024-07-18 | 1 | -2/+1 |
* | Update monoucha | bptato | 2024-07-18 | 2 | -1/+1 |
* | stbi: fix incompatible function pointer type | bptato | 2024-07-18 | 1 | -2/+2 |
* | dom, match, event: small cleanup | bptato | 2024-07-17 | 3 | -33/+32 |
* | Update monoucha | bptato | 2024-07-17 | 2 | -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 | 6 | -14/+25 |
* | 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 | 6 | -9/+11 |
* | 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 |
* | makefile: clean up | bptato | 2024-07-05 | 1 | -135/+56 |
* | main: misc improvements | bptato | 2024-07-05 | 3 | -14/+50 |
* | config: add buffer.autofocus | bptato | 2024-07-04 | 3 | -3/+14 |
* | Update docs | bptato | 2024-07-04 | 2 | -11/+19 |
* | git.cgi: add [drop] to stash menu | bptato | 2024-07-03 | 1 | -1/+3 |
* | img, makefile: remove png, update uninstall target | bptato | 2024-07-03 | 2 | -561/+5 |
* | layout: reduce copies | bptato | 2024-07-03 | 3 | -29/+40 |
* | Update docs | bptato | 2024-07-03 | 4 | -162/+186 |
* | 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 |
* | term: query default ansi colors, etc. | bptato | 2024-07-02 | 2 | -64/+94 |
* | layout: fix positioning bug | bptato | 2024-07-02 | 3 | -4/+9 |
* | pager: PNGify kitty images, clear images on buffer switch | bptato | 2024-07-02 | 5 | -31/+84 |
* | git.cgi: use forms | bptato | 2024-06-30 | 1 | -4/+13 |
* | renderdocument: avoid recursion | bptato | 2024-06-30 | 1 | -9/+12 |
* | promise, container: fix nil derefs | bptato | 2024-06-30 | 2 | -17/+25 |
* | layout: flex padding/margin fixes | bptato | 2024-06-30 | 5 | -2/+27 |
* | cascade: support align=left, align=right on img | bptato | 2024-06-29 | 1 | -2/+14 |
* | term: fix sixel OOB | bptato | 2024-06-29 | 1 | -1/+1 |
* | stbi: fix broken allocation in resizing | bptato | 2024-06-29 | 1 | -1/+1 |
* | layout: clamp image size to available space | bptato | 2024-06-29 | 1 | -5/+14 |
* | dom, pager: cache images from network | bptato | 2024-06-29 | 7 | -50/+86 |
* | layout: fix image baseline | bptato | 2024-06-29 | 1 | -6/+5 |
* | layout: fix text-align + padding coloring | bptato | 2024-06-29 | 3 | -3/+4 |
* | loader: fix fd leaks | bptato | 2024-06-29 | 1 | -0/+2 |