| Commit message (Expand) | Author | Age | Files | Lines |
* | toml: fix casing | bptato | 2024-09-21 | 1 | -12/+12 |
* | dom: add forms, elements getter + misc fixes | bptato | 2024-09-17 | 1 | -3/+0 |
* | config: add display.sixel-colors | bptato | 2024-09-10 | 1 | -0/+1 |
* | utils: add twtuni | bptato | 2024-09-08 | 1 | -4/+4 |
* | mailcap: fix weird error handling | bptato | 2024-08-13 | 1 | -19/+13 |
* | mailcap: various fixes | bptato | 2024-08-11 | 1 | -38/+27 |
* | dom: remove generic JS bindings | bptato | 2024-08-11 | 1 | -2/+2 |
* | Update monoucha | bptato | 2024-08-09 | 2 | -7/+4 |
* | buffer, pager, config: add meta-refresh + misc fixes | bptato | 2024-07-28 | 1 | -49/+30 |
* | config: support smart case | bptato | 2024-07-16 | 1 | -1/+1 |
* | fix compilation on 2.0.8 | bptato | 2024-07-10 | 1 | -3/+8 |
* | config: add buffer.autofocus | bptato | 2024-07-04 | 1 | -0/+1 |
* | config: add various missing options | bptato | 2024-06-29 | 1 | -0/+11 |
* | config: fix JS command definitions | bptato | 2024-06-23 | 1 | -1/+1 |
* | misc cleanups | bptato | 2024-06-22 | 1 | -2/+1 |
* | buffer: add autofocus | bptato | 2024-06-08 | 1 | -0/+1 |
* | pager, buffer: improve forms, protocol config | bptato | 2024-06-08 | 1 | -2/+19 |
* | Move JS wrapper into Monoucha | bptato | 2024-06-03 | 2 | -12/+13 |
* | config: fix -C with files not in CWD | bptato | 2024-05-31 | 1 | -5/+13 |
* | config: separate tmp dir for sockets, users | bptato | 2024-05-16 | 1 | -10/+1 |
* | pager: editor command fixes | bptato | 2024-05-12 | 1 | -1/+2 |
* | js: allow var instead of ptr | bptato | 2024-05-12 | 1 | -15/+15 |
* | term: optimize canvas redraw, remove emulate-overline | bptato | 2024-05-10 | 1 | -1/+0 |
* | js: refactor | bptato | 2024-05-08 | 2 | -4/+4 |
* | color: separate out JS converters | bptato | 2024-05-05 | 1 | -0/+1 |
* | Use isSome instead of isOk | bptato | 2024-05-05 | 1 | -2/+2 |
* | js: fix various leaks etc. | bptato | 2024-05-03 | 2 | -5/+7 |
* | config: add insecure-ssl-no-verify option to siteconf | bptato | 2024-05-01 | 1 | -0/+1 |
* | color: RGBAColor -> ARGBColor | bptato | 2024-04-26 | 1 | -4/+4 |
* | Initial image support | bptato | 2024-04-25 | 1 | -0/+4 |
* | js: fix some incorrect defineProperty usage | bptato | 2024-04-21 | 1 | -2/+3 |
* | url, twtstr: correct number parsing | bptato | 2024-04-18 | 1 | -10/+7 |
* | Update code style | bptato | 2024-04-17 | 4 | -72/+69 |
* | js: remove automatic function -> closure conversion | bptato | 2024-04-15 | 1 | -8/+14 |
* | pager: edit source fixes | bptato | 2024-03-30 | 1 | -44/+48 |
* | ansi2html: support passing titles | bptato | 2024-03-29 | 1 | -0/+1 |
* | config: improve input system | bptato | 2024-03-26 | 2 | -6/+91 |
* | config, toml: rename enums | bptato | 2024-03-26 | 2 | -101/+101 |
* | js: proper distinction between Opt/Option | bptato | 2024-03-24 | 1 | -34/+45 |
* | config: add default-headers to siteconf | bptato | 2024-03-21 | 1 | -14/+2 |
* | cell: update FormatFlag naming, remove useless templates | bptato | 2024-03-21 | 1 | -7/+7 |
* | main: refactor slightly | bptato | 2024-03-21 | 1 | -0/+3 |
* | main: set CHA_LIBEXEC_DIR env var at startup | bptato | 2024-03-19 | 1 | -15/+5 |
* | config: parse mime.types/mailcap/urimethodmap inside parseConfig | bptato | 2024-03-18 | 2 | -85/+67 |
* | config: clean up/simplify | bptato | 2024-03-17 | 3 | -243/+294 |
* | pager, loader: add "Save file to" functionality | bptato | 2024-03-16 | 1 | -7/+1 |
* | config: add start.console-buffer option | bptato | 2024-03-16 | 1 | -0/+1 |
* | Clean up BufferConfig | bptato | 2024-03-15 | 1 | -43/+0 |
* | loader: remove applyHeaders | bptato | 2024-03-12 | 1 | -41/+18 |
* | mailcap: better error messages, accept \ as newline escape | bptato | 2024-03-11 | 1 | -6/+18 |