| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | term: query default ansi colors, etc. | bptato | 2024-07-02 | 1 | -63/+94 |
* | layout: fix positioning bug | bptato | 2024-07-02 | 1 | -4/+5 |
* | pager: PNGify kitty images, clear images on buffer switch | bptato | 2024-07-02 | 4 | -29/+74 |
* | 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 | 1 | -2/+8 |
* | 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 |
* | 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 | 1 | -1/+2 |
* | loader: fix fd leaks | bptato | 2024-06-29 | 1 | -0/+2 |
* | config: add various missing options | bptato | 2024-06-29 | 5 | -6/+22 |
* | img, loader: add image resizing, misc fixes | bptato | 2024-06-28 | 13 | -118/+174 |
* | layout: inline fixes & improvements | bptato | 2024-06-27 | 3 | -240/+201 |
* | layout: simplify | bptato | 2024-06-24 | 1 | -53/+44 |
* | layout: avoid shrink-to-fit padding/margin overflow | bptato | 2024-06-23 | 1 | -7/+12 |
* | layout: get rid of incorrect hack | bptato | 2024-06-23 | 1 | -1/+1 |
* | config: fix JS command definitions | bptato | 2024-06-23 | 2 | -3/+4 |
* | term: fix negative line damage bug | bptato | 2024-06-23 | 1 | -4/+2 |
* | loader: fix failing assertion | bptato | 2024-06-22 | 1 | -2/+4 |
* | Update monoucha | bptato | 2024-06-22 | 5 | -6/+6 |
* | env: fix nil deref in client | bptato | 2024-06-22 | 1 | -1/+3 |
* | misc cleanups | bptato | 2024-06-22 | 15 | -35/+24 |
* | pager: fix nil deref in dupeBuffer | bptato | 2024-06-22 | 1 | -15/+18 |
* | forkserver: add missing exitnow | bptato | 2024-06-22 | 1 | -0/+1 |
* | pager: refactor drawing code | bptato | 2024-06-22 | 6 | -503/+536 |
* | term, pager: improve image display | bptato | 2024-06-21 | 5 | -101/+224 |
* | client, pager: fix cached item refcounting bugs | bptato | 2024-06-21 | 4 | -30/+66 |