| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Enable finger protocol by default | bptato | 2023-12-10 | 1 | -1/+5 |
* | config: better path handling; fix array parsing bug | bptato | 2023-12-10 | 3 | -17/+320 |
* | pager: add marks | bptato | 2023-12-09 | 1 | -0/+1 |
* | pager, container: add text selection/copying | bptato | 2023-12-03 | 1 | -0/+2 |
* | config: add bare aliases for "8bit", "24bit" | bptato | 2023-11-26 | 1 | -2/+2 |
* | twtstr: remove tolower, isWhitespace | bptato | 2023-11-20 | 2 | -5/+6 |
* | Add -C option | bptato | 2023-10-27 | 1 | -6/+9 |
* | toml: fix dquote escaping | bptato | 2023-10-26 | 1 | -1/+1 |
* | reduce new() usage | bptato | 2023-10-25 | 1 | -2/+2 |
* | Add jspropnames, CSSStyleDeclaration stub | bptato | 2023-10-25 | 1 | -1/+10 |
* | container: add cursorNthLink, cursorRevNthLink | bptato | 2023-10-14 | 1 | -1/+1 |
* | config: fix `include` naming | bptato | 2023-10-09 | 1 | -4/+4 |
* | Add w3m-cgi-compat option | bptato | 2023-10-01 | 1 | -1/+3 |
* | Use twtstr.join everywhere | bptato | 2023-10-01 | 1 | -2/+2 |
* | Add urimethodmap support | bptato | 2023-09-30 | 1 | -19/+31 |
* | loader: add local-cgi | bptato | 2023-09-30 | 1 | -1/+4 |
* | toml: fix bug in multiline string parsing | bptato | 2023-09-25 | 1 | -0/+5 |
* | config: add missing \n | bptato | 2023-09-20 | 1 | -1/+1 |
* | Accept bare strings in -o, fix -o with missing newline | bptato | 2023-09-20 | 2 | -14/+80 |
* | mailcap: fix regression | bptato | 2023-09-16 | 1 | -1/+1 |
* | mailcap: unquoteCommand improvements/fixes | bptato | 2023-09-16 | 1 | -34/+57 |
* | mailcap: allow whitespace after subtype | bptato | 2023-09-16 | 1 | -1/+1 |
* | move around more modules | bptato | 2023-09-14 | 3 | -5/+5 |
* | toml: fix underscore number separator | bptato | 2023-09-13 | 1 | -1/+1 |
* | fix compile error | bptato | 2023-09-13 | 1 | -1/+1 |
* | toml: simplify | bptato | 2023-09-13 | 1 | -4/+2 |
* | toml: fix bugs in parseNumber | bptato | 2023-09-13 | 1 | -12/+15 |
* | toml: do not stream input | bptato | 2023-09-13 | 1 | -4/+1 |
* | toml: add support for hex/octal numbers | bptato | 2023-09-13 | 1 | -9/+45 |
* | Add vi-style numeric prefixes, make gotoLine 1-based | bptato | 2023-09-08 | 1 | -0/+4 |
* | toml: complain more on unexpected EOF | bptato | 2023-09-07 | 1 | -2/+3 |
* | toml: remove unused import | bptato | 2023-09-07 | 1 | -1/+0 |
* | toml: fix newline counting in multiline strings | bptato | 2023-09-07 | 1 | -2/+4 |
* | loader: add data URLs | bptato | 2023-09-01 | 1 | -1/+6 |
* | Add jsdelprop, allow deletion of ActionMap props | bptato | 2023-08-29 | 1 | -0/+6 |
* | Add jssetprop, make ActionMap editable from JS | bptato | 2023-08-29 | 1 | -18/+20 |
* | javascript: refactor | bptato | 2023-08-28 | 1 | -2/+3 |
* | javascript: de-ref some interfaces | bptato | 2023-08-28 | 1 | -7/+16 |
* | config: allow modification through JS | bptato | 2023-08-27 | 1 | -44/+59 |
* | mailcap: fix newline parsing | bptato | 2023-08-26 | 1 | -1/+1 |
* | config: fix overriding default headers | bptato | 2023-08-26 | 2 | -26/+27 |
* | Allow overriding default headers | bptato | 2023-08-26 | 1 | -10/+4 |
* | toml: various fixes | bptato | 2023-08-26 | 1 | -8/+11 |
* | toml: fix quotation chars in multiline strings | bptato | 2023-08-19 | 1 | -7/+9 |
* | Move charsets into chakasu | bptato | 2023-08-14 | 2 | -2/+4 |
* | mimetypes: small optimization | bptato | 2023-08-13 | 1 | -2/+1 |
* | Simplify mailcap entry matching | bptato | 2023-08-13 | 1 | -25/+14 |
* | Do not replace existing mime types | bptato | 2023-08-13 | 1 | -1/+2 |
* | Add mailcap, mime.types & misc refactorings | bptato | 2023-08-13 | 3 | -12/+441 |
* | Fixes & workarounds to compile on Nim 2.0.0 | bptato | 2023-08-01 | 1 | -1/+1 |