| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | stbi: add encoders | bptato | 2024-06-21 | 1 | -8/+18 |
* | img, term: try to detect unknown images, improve kitty encoder | bptato | 2024-06-21 | 4 | -30/+33 |
* | img: use stb_image, drop zlib as dependency | bptato | 2024-06-20 | 6 | -27/+58 |
* | 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 | 26 | -790/+596 |
* | 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 | 3 | -46/+48 |
* | Update Chame, Chagashi | bptato | 2024-06-13 | 7 | -149/+46 |
* | cssvalues: add "clear" to table wrapper box | bptato | 2024-06-11 | 1 | -1/+3 |
* | 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 | 1 | -2/+7 |
* | buffer: add autofocus | bptato | 2024-06-08 | 7 | -101/+129 |
* | pager, buffer: improve forms, protocol config | bptato | 2024-06-08 | 5 | -173/+158 |
* | 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 | 50 | -3796/+234 |
* | js: improve jsregex interface | bptato | 2024-06-03 | 2 | -30/+25 |
* | js: change jsstfunc syntax | bptato | 2024-06-03 | 3 | -4/+4 |
* | js: fix runtime cleanup | bptato | 2024-06-03 | 2 | -18/+33 |
* | js: small misc changes | bptato | 2024-06-02 | 1 | -13/+15 |
* | css: slightly optimize cascade | bptato | 2024-06-02 | 4 | -136/+145 |
* | renderdocument: handle overlapping double width chars | bptato | 2024-06-02 | 1 | -1/+6 |
* | layout: misc refactorings | bptato | 2024-06-02 | 1 | -209/+180 |
* | layout: clean up inline tree construction | bptato | 2024-06-01 | 3 | -292/+309 |
* | 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 |
* | config: fix -C with files not in CWD | bptato | 2024-05-31 | 2 | -6/+14 |
* | layout: line box sizing fixes | bptato | 2024-05-31 | 1 | -15/+11 |
* | pager: rework D/discard buffer | bptato | 2024-05-31 | 1 | -47/+126 |
* | layout: fix a width sizing bug | bptato | 2024-05-30 | 1 | -4/+1 |
* | 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 | 1 | -19/+17 |
* | layout: improve baseline calculation | bptato | 2024-05-30 | 1 | -56/+56 |
* | Fix GCC 14 compilation | bptato | 2024-05-30 | 2 | -17/+26 |
* | layout: fix clear on blocks establishing new BFCs | bptato | 2024-05-30 | 1 | -1/+4 |
* | layout: misc refactorings | bptato | 2024-05-29 | 3 | -193/+205 |
* | layout: get rid of InlineBoxBuilder | bptato | 2024-05-28 | 3 | -109/+103 |
* | buffer: fix ampersand escaping in markURL | bptato | 2024-05-28 | 1 | -0/+4 |
* | layout: fix crash on inline tables | bptato | 2024-05-28 | 1 | -1/+1 |
* | stylednode: remove `text' field | bptato | 2024-05-28 | 4 | -16/+20 |
* | stylednode: move invalidation data to DOM | bptato | 2024-05-27 | 3 | -25/+23 |
* | layout: remove BlockBoxBuidler | bptato | 2024-05-27 | 3 | -687/+599 |
* | layout: list item improvements, fix inner markers | bptato | 2024-05-25 | 1 | -36/+41 |
* | layout: add wrapper box for table caption + misc stuff | bptato | 2024-05-24 | 2 | -121/+176 |
* | client: fix double click on double width chars | bptato | 2024-05-23 | 1 | -7/+7 |