| Commit message (Expand) | Author | Age | Files | Lines |
* | config: fix prepend-https parsing | bptato | 9 days | 1 | -0/+1 |
* | config: print warning for prepend-https | bptato | 9 days | 1 | -1/+14 |
* | config: remove excessive dot from warning message | bptato | 9 days | 1 | -3/+2 |
* | config: warn on unused values | bptato | 12 days | 1 | -30/+25 |
* | config: add external.show-download-panel | bptato | 14 days | 1 | -0/+1 |
* | config: remove sockdir | bptato | 2025-05-08 | 1 | -1/+0 |
* | config: misc optimization | bptato | 2025-04-29 | 1 | -4/+4 |
* | config: fix arrays not being cleared on reassignment | bptato | 2025-04-29 | 1 | -0/+1 |
* | term: replace termcap with a built-in terminal database | bptato | 2025-04-23 | 1 | -1/+1 |
* | config: remove bindPagerKey, bindLineKey | bptato | 2025-04-17 | 1 | -6/+0 |
* | config: unify table arrays and tables | bptato | 2025-04-11 | 1 | -37/+45 |
* | config: remove deprecated ColorMode values | bptato | 2025-04-09 | 1 | -19/+0 |
* | loader: support Set-Cookie for non-initial requests | bptato | 2025-04-05 | 1 | -5/+0 |
* | mailcap: various fixes | bptato | 2025-04-04 | 1 | -9/+7 |
* | cssparser: optimize out some copies | bptato | 2025-04-02 | 1 | -1/+1 |
* | config: fix semicolon handling in user-style import | bptato | 2025-04-01 | 1 | -0/+8 |
* | config: remove exceptions | bptato | 2025-04-01 | 1 | -164/+187 |
* | config: add user-style, deprecate [css] and stylesheet | bptato | 2025-04-01 | 1 | -1/+55 |
* | Re-add JSValueConst | bptato | 2025-03-12 | 1 | -1/+2 |
* | tojs: misc cleanup | bptato | 2025-03-07 | 1 | -2/+6 |
* | dynstream: remove exceptions | bptato | 2025-02-26 | 1 | -6/+6 |
* | Add mark-links feature | bptato | 2025-02-18 | 1 | -4/+6 |
* | client: remove client getter | bptato | 2025-02-15 | 1 | -2/+2 |
* | buffer: wait for scripts in headless mode | bptato | 2025-02-15 | 1 | -1/+19 |
* | config: fix compilation on older Nim versions | bptato | 2025-01-24 | 1 | -1/+2 |
* | Add annotations for move semantics | bptato | 2025-01-22 | 1 | -2/+2 |
* | config: expandTilde -> expandPath | bptato | 2025-01-19 | 1 | -2/+2 |
* | config: switch to camel case | bptato | 2025-01-13 | 1 | -56/+56 |
* | config: deprecate 8bit, 24bit color-mode aliases | bptato | 2025-01-01 | 1 | -0/+2 |
* | cookie: add persistent cookies, misc refactoring/fixes | bptato | 2024-12-29 | 1 | -3/+22 |
* | cookie: remove broken third-party-cookie option | bptato | 2024-12-27 | 1 | -1/+0 |
* | CHA_CONFIG_DIR -> CHA_DIR | bptato | 2024-12-27 | 1 | -1/+6 |
* | Optimize some Option[string] out | bptato | 2024-12-26 | 1 | -3/+4 |
* | buffer: add "app" scripting mode | bptato | 2024-12-26 | 1 | -2/+16 |
* | config: fix overriding substring bindings | bptato | 2024-12-22 | 1 | -9/+5 |
* | Add history | bptato | 2024-12-17 | 1 | -0/+4 |
* | default(T) -> T.default, add some strict defs | bptato | 2024-12-17 | 1 | -3/+3 |
* | chabookmark fixes & improvements | bptato | 2024-12-15 | 1 | -20/+13 |
* | pager, mailcap: misc fixes, add prompt for global mailcap | bptato | 2024-12-11 | 1 | -7/+25 |
* | config, mailcap: remove std/streams dependency, specialize mmap | bptato | 2024-12-05 | 1 | -21/+13 |
* | mimetypes: refactor, use mime.types for inline image extensions | bptato | 2024-12-05 | 1 | -13/+26 |
* | toml, config: skip copying buf, use PosixStream | bptato | 2024-12-03 | 1 | -11/+13 |
* | config: add copy-cmd, paste-cmd | bptato | 2024-12-01 | 1 | -0/+2 |
* | config.configdir -> config.dir | bptato | 2024-11-26 | 1 | -1/+1 |
* | loader/* -> server | bptato | 2024-11-24 | 1 | -1/+1 |
* | Update monoucha, fix some JS tests | bptato | 2024-11-18 | 1 | -1/+1 |
* | js: reorganize modules, update docs | bptato | 2024-11-15 | 1 | -2/+2 |
* | config: resolve download-dir as path, update docs | bptato | 2024-11-13 | 1 | -1/+1 |
* | config: fix relative includes with -C | bptato | 2024-10-31 | 1 | -2/+3 |
* | config: refactor, accept more possible config dirs | bptato | 2024-10-28 | 1 | -71/+35 |