| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | sixel, term: fix off-by-1's in cropping | bptato | 2024-08-28 | 2 | -52/+42 |
* | Update showcase.png | bptato | 2024-08-27 | 1 | -0/+0 |
* | term: fix crash on identical stacked images | bptato | 2024-08-27 | 2 | -3/+5 |
* | sixel: proper color quantization | bptato | 2024-08-27 | 3 | -40/+218 |
* | pager: fix nav direction after view source | bptato | 2024-08-27 | 1 | -0/+1 |
* | stbi, jebp: use read/write instead of fread/fwrite | bptato | 2024-08-26 | 3 | -61/+131 |
* | Add image docs | bptato | 2024-08-25 | 1 | -0/+143 |
* | dom: toBlob fixes | bptato | 2024-08-25 | 1 | -20/+7 |
* | makefile: misc fixes | bptato | 2024-08-24 | 1 | -0/+4 |
* | sixel: break out into a separate cgi script | bptato | 2024-08-24 | 6 | -134/+355 |
* | layout: fix whitespace weirdness | bptato | 2024-08-23 | 3 | -1/+9 |
* | winattrs: un-snakeify | bptato | 2024-08-23 | 7 | -18/+18 |
* | cssvalues: fix broken vmin, vmax | bptato | 2024-08-23 | 1 | -2/+2 |
* | Update monoucha | bptato | 2024-08-22 | 2 | -1/+1 |
* | loader: fix crash on empty data URLs | bptato | 2024-08-17 | 2 | -1/+9 |
* | term: don't panic if termcap tgetent fails | bptato | 2024-08-17 | 3 | -85/+110 |
* | buffer: fix some hover weirdness | bptato | 2024-08-15 | 1 | -7/+7 |
* | dom, xhr: slight progress on modules, fix an XHR bug | bptato | 2024-08-15 | 5 | -59/+118 |
* | xhr: more progress | bptato | 2024-08-15 | 25 | -127/+328 |
* | xhr: progress | bptato | 2024-08-13 | 8 | -85/+226 |
* | mailcap: fix weird error handling | bptato | 2024-08-13 | 1 | -19/+13 |
* | mailcap: various fixes | bptato | 2024-08-11 | 2 | -43/+32 |
* | dom: remove generic JS bindings | bptato | 2024-08-11 | 9 | -135/+156 |
* | dom: fix crash on wrong image content type | bptato | 2024-08-11 | 3 | -5/+10 |
* | urldec: merge into urlenc | bptato | 2024-08-11 | 3 | -28/+30 |
* | md2html: label headings with their level | bptato | 2024-08-11 | 1 | -1/+2 |
* | Update docs | bptato | 2024-08-10 | 2 | -0/+24 |
* | pager: fix incorrect error message in rewrite-url | bptato | 2024-08-10 | 1 | -3/+6 |
* | twtstr: don't cast in parseEnum | bptato | 2024-08-09 | 1 | -2/+2 |
* | sandbox: allow ugetrlimit | bptato | 2024-08-09 | 1 | -0/+1 |
* | pager: fix <select> drawing after container redraw | bptato | 2024-08-09 | 2 | -1/+3 |
* | Update monoucha | bptato | 2024-08-09 | 2 | -1/+1 |
* | Update monoucha | bptato | 2024-08-09 | 27 | -268/+279 |
* | loader: move back data URL handling | bptato | 2024-08-03 | 9 | -62/+83 |
* | endians: remove | bptato | 2024-08-03 | 1 | -39/+0 |
* | cssvalues, color: use parseEnumNoCase more | bptato | 2024-08-03 | 3 | -254/+230 |
* | cssvalues, sheet: fix some more case sensitivity bugs | bptato | 2024-08-02 | 5 | -20/+7 |
* | cssvalues, twtstr, mediaquery: refactor & fixes | bptato | 2024-08-02 | 8 | -440/+354 |
* | Update Chagashi | bptato | 2024-08-01 | 2 | -1/+1 |
* | git.cgi: misc improvements | bptato | 2024-08-01 | 1 | -21/+27 |
* | env, dom: add History stub, basic LocalStorage | bptato | 2024-07-30 | 3 | -0/+86 |
* | console, client: optimize console.log (etc.) | bptato | 2024-07-30 | 2 | -18/+39 |
* | term: constify queries | bptato | 2024-07-30 | 1 | -3/+15 |
* | doc: fix typo | bptato | 2024-07-30 | 1 | -4/+4 |
* | Fixes for Nim 2.2 | bptato | 2024-07-29 | 22 | -307/+283 |
* | Update readme, license | bptato | 2024-07-29 | 2 | -3/+4 |
* | twtstr: fix startsWithIgnoreCase | bptato | 2024-07-29 | 2 | -3/+3 |
* | css: hash attribute names | bptato | 2024-07-29 | 3 | -45/+57 |
* | cascade: move some presentational hints to ua.css | bptato | 2024-07-29 | 2 | -66/+101 |
* | Update docs | bptato | 2024-07-29 | 3 | -13/+302 |