| Commit message (Expand) | Author | Age | Files | Lines |
* | term: improve damage tracking, special case yaft | bptato | 2024-09-13 | 2 | -15/+42 |
* | sixel: do not reserve palette entry for transparency | bptato | 2024-09-12 | 1 | -4/+4 |
* | config: add display.sixel-colors | bptato | 2024-09-10 | 1 | -0/+3 |
* | pager: fix saveSource | bptato | 2024-09-10 | 2 | -5/+9 |
* | pager: fix rewrite-url weirdness | bptato | 2024-09-10 | 2 | -8/+4 |
* | pager, term: fix kitty display, add a sixel bounds check | bptato | 2024-09-09 | 2 | -4/+5 |
* | utils: add twtuni | bptato | 2024-09-08 | 4 | -177/+175 |
* | term: support SyncTERM | bptato | 2024-09-06 | 1 | -55/+69 |
* | term: sixel sizing & output fixes | bptato | 2024-09-05 | 2 | -13/+22 |
* | term: add outputSixelImage bounds checks | bptato | 2024-09-04 | 1 | -3/+12 |
* | loader, client, buffer: use selectInto (not select) | bptato | 2024-09-03 | 1 | -4/+6 |
* | loader: fix some fd leaks | bptato | 2024-09-02 | 1 | -4/+2 |
* | pager: fix missing gotoLine return value | bptato | 2024-09-01 | 1 | -0/+1 |
* | canvas: move to separate CGI script | bptato | 2024-09-01 | 3 | -53/+46 |
* | term, sixel: misc image fixes, sixel optimization | bptato | 2024-08-30 | 1 | -15/+24 |
* | sixel: minor optimizations | bptato | 2024-08-28 | 1 | -1/+3 |
* | sixel, term: fix off-by-1's in cropping | bptato | 2024-08-28 | 1 | -50/+36 |
* | term: fix crash on identical stacked images | bptato | 2024-08-27 | 1 | -1/+3 |
* | pager: fix nav direction after view source | bptato | 2024-08-27 | 1 | -0/+1 |
* | sixel: break out into a separate cgi script | bptato | 2024-08-24 | 3 | -132/+150 |
* | winattrs: un-snakeify | bptato | 2024-08-23 | 3 | -6/+6 |
* | term: don't panic if termcap tgetent fails | bptato | 2024-08-17 | 1 | -76/+89 |
* | dom, xhr: slight progress on modules, fix an XHR bug | bptato | 2024-08-15 | 1 | -6/+1 |
* | xhr: more progress | bptato | 2024-08-15 | 1 | -6/+5 |
* | mailcap: various fixes | bptato | 2024-08-11 | 1 | -5/+5 |
* | dom: remove generic JS bindings | bptato | 2024-08-11 | 3 | -26/+31 |
* | pager: fix incorrect error message in rewrite-url | bptato | 2024-08-10 | 1 | -3/+6 |
* | pager: fix <select> drawing after container redraw | bptato | 2024-08-09 | 2 | -1/+3 |
* | Update monoucha | bptato | 2024-08-09 | 3 | -37/+41 |
* | cssvalues, color: use parseEnumNoCase more | bptato | 2024-08-03 | 1 | -2/+4 |
* | console, client: optimize console.log (etc.) | bptato | 2024-07-30 | 1 | -2/+2 |
* | term: constify queries | bptato | 2024-07-30 | 1 | -3/+15 |
* | Fixes for Nim 2.2 | bptato | 2024-07-29 | 4 | -9/+1 |
* | buffer, pager, config: add meta-refresh + misc fixes | bptato | 2024-07-28 | 4 | -32/+91 |
* | client, sandbox: fix termux build | bptato | 2024-07-24 | 1 | -5/+8 |
* | 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 |
* | term: fix kitty image positioning | bptato | 2024-07-20 | 1 | -2/+5 |
* | loader: copy cached items on buffer cloning | bptato | 2024-07-20 | 3 | -4/+8 |
* | loader: async status/headers for fetch | bptato | 2024-07-19 | 1 | -7/+2 |
* | client: remove redundant global functions | bptato | 2024-07-16 | 1 | -22/+0 |
* | timeout: simplify, misc fixes | bptato | 2024-07-16 | 1 | -7/+7 |
* | term: image sizing fixes | bptato | 2024-07-16 | 1 | -8/+39 |
* | config: support smart case | bptato | 2024-07-16 | 1 | -4/+1 |
* | 32-bit compilation fixes | bptato | 2024-07-13 | 2 | -9/+9 |
* | timeout: fix jsvalue leak | bptato | 2024-07-10 | 1 | -0/+1 |
* | 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 | 1 | -9/+2 |