| Commit message (Expand) | Author | Age | Files | Lines |
* | pager, term: fix kitty display, add a sixel bounds check | bptato | 2024-09-09 | 1 | -2/+3 |
* | utils: add twtuni | bptato | 2024-09-08 | 1 | -1/+0 |
* | term: support SyncTERM | bptato | 2024-09-06 | 1 | -55/+69 |
* | term: sixel sizing & output fixes | bptato | 2024-09-05 | 1 | -11/+20 |
* | term: add outputSixelImage bounds checks | bptato | 2024-09-04 | 1 | -3/+12 |
* | canvas: move to separate CGI script | bptato | 2024-09-01 | 1 | -18/+24 |
* | 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 |
* | sixel: break out into a separate cgi script | bptato | 2024-08-24 | 1 | -99/+85 |
* | winattrs: un-snakeify | bptato | 2024-08-23 | 1 | -4/+4 |
* | term: don't panic if termcap tgetent fails | bptato | 2024-08-17 | 1 | -76/+89 |
* | cssvalues, color: use parseEnumNoCase more | bptato | 2024-08-03 | 1 | -2/+4 |
* | term: constify queries | bptato | 2024-07-30 | 1 | -3/+15 |
* | Fixes for Nim 2.2 | bptato | 2024-07-29 | 1 | -1/+1 |
* | buffer, pager, config: add meta-refresh + misc fixes | bptato | 2024-07-28 | 1 | -6/+6 |
* | 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 |
* | term: image sizing fixes | bptato | 2024-07-16 | 1 | -8/+39 |
* | 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 |
* | pager: PNGify kitty images, clear images on buffer switch | bptato | 2024-07-02 | 1 | -15/+23 |
* | term: fix sixel OOB | bptato | 2024-06-29 | 1 | -1/+1 |
* | dom, pager: cache images from network | bptato | 2024-06-29 | 1 | -11/+17 |
* | term: fix negative line damage bug | bptato | 2024-06-23 | 1 | -4/+2 |
* | pager: refactor drawing code | bptato | 2024-06-22 | 1 | -20/+54 |
* | term, pager: improve image display | bptato | 2024-06-21 | 1 | -57/+133 |
* | img, term: try to detect unknown images, improve kitty encoder | bptato | 2024-06-21 | 1 | -19/+17 |
* | img, loader: separate out png codec into cgi, misc improvements | bptato | 2024-06-20 | 1 | -4/+2 |
* | Update Chame, Chagashi | bptato | 2024-06-13 | 1 | -1/+1 |
* | term: optimize canvas redraw, remove emulate-overline | bptato | 2024-05-10 | 1 | -63/+38 |
* | term: fix incorrect dimensions used in sixel | bptato | 2024-04-29 | 1 | -30/+29 |
* | term: add sixel background color blending | bptato | 2024-04-29 | 1 | -9/+19 |
* | term: remove background color blending in sixel | bptato | 2024-04-27 | 1 | -9/+1 |
* | ua.css: style xmp like pre | bptato | 2024-04-27 | 1 | -1/+9 |
* | term: query sixel color register number | bptato | 2024-04-27 | 1 | -32/+51 |
* | Remove unnecessary unsigned casts | bptato | 2024-04-26 | 1 | -2/+2 |
* | term: add sixel encoder | bptato | 2024-04-25 | 1 | -84/+179 |
* | Initial image support | bptato | 2024-04-25 | 1 | -12/+85 |
* | Update code style | bptato | 2024-04-17 | 1 | -27/+28 |
* | term: save/restore title after "set title" | bptato | 2024-04-16 | 1 | -2/+12 |
* | term: do not eat last DA1 value | bptato | 2024-04-10 | 1 | -3/+9 |
* | term: flush stdout in anyKey | bptato | 2024-03-29 | 1 | -0/+1 |
* | term: improve color detection | bptato | 2024-03-27 | 1 | -5/+16 |
* | config, toml: rename enums | bptato | 2024-03-26 | 1 | -13/+13 |
* | term: use termcap for italic reset | bptato | 2024-03-21 | 1 | -3/+7 |
* | cell: update FormatFlag naming, remove useless templates | bptato | 2024-03-21 | 1 | -15/+15 |
* | client: refactor input | bptato | 2024-03-18 | 1 | -41/+113 |