| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | stbi: allow x-unknown | bptato | 2024-06-22 | 1 | -1/+1 |
* | forkserver: add missing exitnow | bptato | 2024-06-22 | 1 | -0/+1 |
* | pager: refactor drawing code | bptato | 2024-06-22 | 7 | -504/+536 |
* | term, pager: improve image display | bptato | 2024-06-21 | 6 | -102/+224 |
* | client, pager: fix cached item refcounting bugs | bptato | 2024-06-21 | 4 | -30/+66 |
* | stbi: add encoders | bptato | 2024-06-21 | 5 | -27/+1828 |
* | img, term: try to detect unknown images, improve kitty encoder | bptato | 2024-06-21 | 5 | -50/+54 |
* | img: use stb_image, drop zlib as dependency | bptato | 2024-06-20 | 15 | -57/+8174 |
* | loader: better error handling | bptato | 2024-06-20 | 4 | -21/+31 |
* | img, loader: separate out png codec into cgi, misc improvements | bptato | 2024-06-20 | 29 | -291/+645 |
* | pager: prefill lmUsername with current username | bptato | 2024-06-16 | 1 | -1/+1 |
* | buffer: copy less | bptato | 2024-06-14 | 1 | -8/+10 |
* | buffer: decoding fixes | bptato | 2024-06-14 | 4 | -46/+48 |
* | Update Chame, Chagashi | bptato | 2024-06-13 | 9 | -149/+46 |
* | cssvalues: add "clear" to table wrapper box | bptato | 2024-06-11 | 3 | -1/+8 |
* | pager: actually fix broken logic | bptato | 2024-06-09 | 1 | -2/+2 |
* | pager: fix broken logic | bptato | 2024-06-09 | 1 | -3/+3 |
* | dom: simplify window.loader | bptato | 2024-06-09 | 3 | -29/+18 |
* | pager: send Accept: */* for viewImage | bptato | 2024-06-08 | 2 | -3/+15 |
* | buffer: add autofocus | bptato | 2024-06-08 | 8 | -101/+136 |
* | pager, buffer: improve forms, protocol config | bptato | 2024-06-08 | 7 | -173/+192 |
* | config.toml: update headers | bptato | 2024-06-08 | 1 | -2/+2 |
* | git.cgi: add git stash list, switch -> branch | bptato | 2024-06-08 | 1 | -20/+30 |
* | layout: minor cleanup | bptato | 2024-06-04 | 1 | -7/+4 |
* | layout: track overflow size | bptato | 2024-06-04 | 2 | -48/+130 |
* | Move JS wrapper into Monoucha | bptato | 2024-06-03 | 71 | -81054/+246 |
* | js: improve jsregex interface | bptato | 2024-06-03 | 3 | -101/+88 |
* | js: change jsstfunc syntax | bptato | 2024-06-03 | 3 | -4/+4 |
* | md2html: include numbers in ids | bptato | 2024-06-03 | 1 | -3/+3 |
* | js: fix runtime cleanup | bptato | 2024-06-03 | 4 | -18/+44 |
* | js: small misc changes | bptato | 2024-06-02 | 1 | -13/+15 |
* | css: slightly optimize cascade | bptato | 2024-06-02 | 4 | -136/+145 |
* | Update docs | bptato | 2024-06-02 | 2 | -12/+5 |
* | renderdocument: handle overlapping double width chars | bptato | 2024-06-02 | 3 | -1/+15 |
* | layout: misc refactorings | bptato | 2024-06-02 | 1 | -209/+180 |
* | layout: clean up inline tree construction | bptato | 2024-06-01 | 5 | -292/+314 |
* | layout: dimSum -> sum | bptato | 2024-06-01 | 1 | -22/+21 |
* | layout: refactor resolveSizes | bptato | 2024-06-01 | 1 | -140/+126 |
* | main: fix tmpdir/sockdir perms | bptato | 2024-05-31 | 1 | -3/+4 |
* | test: update acid1.color.expected | bptato | 2024-05-31 | 1 | -1/+1 |
* | config: fix -C with files not in CWD | bptato | 2024-05-31 | 2 | -6/+14 |
* | layout: line box sizing fixes | bptato | 2024-05-31 | 5 | -15/+66 |
* | pager: rework D/discard buffer | bptato | 2024-05-31 | 6 | -56/+147 |
* | layout: fix a width sizing bug | bptato | 2024-05-30 | 3 | -4/+7 |
* | layout: fix regression | bptato | 2024-05-30 | 1 | -0/+3 |
* | layout: simplify percHeight handling, misc refactorings | bptato | 2024-05-30 | 1 | -67/+30 |
* | layout: fix caption margin calculation | bptato | 2024-05-30 | 3 | -19/+36 |