| Commit message (Expand) | Author | Age | Files | Lines |
* | poll: unset unused fds in register | bptato | 2024-09-27 | 1 | -0/+3 |
* | Update docs | bptato | 2024-09-26 | 6 | -227/+504 |
* | Fixes for FreeBSD | bptato | 2024-09-26 | 3 | -6/+6 |
* | loader, pager: fix fd leaks | bptato | 2024-09-25 | 2 | -0/+5 |
* | color: fix a parseLegacyColor bug | bptato | 2024-09-25 | 1 | -5/+6 |
* | dynstream: fix mmap bugs | bptato | 2024-09-25 | 1 | -12/+16 |
* | buffer: make non-button form-associated elems clickable | bptato | 2024-09-25 | 1 | -3/+2 |
* | term: prevent negative line damage, fix off by one | bptato | 2024-09-25 | 3 | -11/+15 |
* | dom: invalidate shared images on load | bptato | 2024-09-25 | 1 | -0/+1 |
* | pager: make image ordering deterministic | bptato | 2024-09-25 | 3 | -5/+7 |
* | sixel: support transparency | bptato | 2024-09-24 | 9 | -74/+90 |
* | select: use a separate module (again) | bptato | 2024-09-24 | 4 | -351/+374 |
* | pager: fix double-width overprint & reload blank screen bug | bptato | 2024-09-24 | 2 | -8/+17 |
* | sixel: use inline background for blending | bptato | 2024-09-24 | 6 | -6/+13 |
* | buffer: allow button nested in a | bptato | 2024-09-24 | 1 | -0/+4 |
* | Replace std/selectors with poll | bptato | 2024-09-23 | 14 | -303/+316 |
* | client, forkserver, dynstream: misc refactorings, fixes | bptato | 2024-09-23 | 7 | -101/+107 |
* | term: refactor | bptato | 2024-09-23 | 3 | -145/+160 |
* | loader: mmap intermediate image files, misc refactoring | bptato | 2024-09-22 | 20 | -202/+455 |
* | pager: improve hover text handling | bptato | 2024-09-22 | 8 | -67/+136 |
* | client: seqify fdmap | bptato | 2024-09-22 | 1 | -4/+6 |
* | layout: remove line-height | bptato | 2024-09-21 | 6 | -77/+20 |
* | twtstr: simplify integer parsing | bptato | 2024-09-21 | 1 | -86/+65 |
* | toml: fix casing | bptato | 2024-09-21 | 1 | -12/+12 |
* | Update monoucha | bptato | 2024-09-17 | 2 | -1/+1 |
* | dom: add forms, elements getter + misc fixes | bptato | 2024-09-17 | 9 | -99/+181 |
* | sandbox: always allow epoll_pwait | bptato | 2024-09-15 | 1 | -1/+1 |
* | loader: fix rbtCache race | bptato | 2024-09-15 | 3 | -36/+49 |
* | blob: make size signed int | bptato | 2024-09-15 | 3 | -11/+11 |
* | loader: refactor/move around some procs | bptato | 2024-09-15 | 11 | -743/+763 |
* | Refactor img/* | bptato | 2024-09-15 | 15 | -274/+264 |
* | Update to Unicode 16.0.0 | bptato | 2024-09-14 | 5 | -12883/+13155 |
* | loader: improve map interface | bptato | 2024-09-14 | 3 | -22/+25 |
* | loader: refactor, misc optimizations & fixes | bptato | 2024-09-14 | 9 | -266/+334 |
* | sandbox: stricter fcntl policy | bptato | 2024-09-14 | 1 | -4/+17 |
* | renderdocument: fix image background coloring | bptato | 2024-09-13 | 1 | -13/+16 |
* | term: improve damage tracking, special case yaft | bptato | 2024-09-13 | 2 | -15/+42 |
* | Update docs | bptato | 2024-09-13 | 2 | -23/+64 |
* | sixel: do not reserve palette entry for transparency | bptato | 2024-09-12 | 2 | -12/+15 |
* | sixel: factor out root node, fix a bug | bptato | 2024-09-12 | 1 | -30/+31 |
* | sixel: small optimizations | bptato | 2024-09-11 | 1 | -31/+48 |
* | sixel: faster quantization | bptato | 2024-09-11 | 1 | -80/+92 |
* | config: add display.sixel-colors | bptato | 2024-09-10 | 4 | -0/+15 |
* | config: fix broken references to commands | bptato | 2024-09-10 | 2 | -156/+166 |
* | pager: fix saveSource | bptato | 2024-09-10 | 3 | -6/+10 |
* | pager: fix rewrite-url weirdness | bptato | 2024-09-10 | 2 | -8/+4 |
* | dom: fix crash on wrong CSS content type | bptato | 2024-09-10 | 1 | -3/+1 |
* | sixel: misc optimizations | bptato | 2024-09-09 | 1 | -42/+43 |
* | pager, term: fix kitty display, add a sixel bounds check | bptato | 2024-09-09 | 2 | -4/+5 |
* | twtuni: correct behavior on failed bounds check | bptato | 2024-09-08 | 1 | -11/+11 |