| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add default background/foreground color override | bptato | 2023-07-29 | 1 | -0/+11 |
* | Add compileMatchRegex | bptato | 2023-07-25 | 1 | -4/+4 |
* | Add proxy support | bptato | 2023-07-04 | 1 | -2/+22 |
* | return Result[T, JSError] from fromJS | bptato | 2023-07-02 | 1 | -6/+4 |
* | Factor out headers into separate module | bptato | 2023-07-01 | 1 | -1/+1 |
* | use =destroy instead of finalizers | bptato | 2023-07-01 | 1 | -0/+2 |
* | config: add stylesheet, apply siteconf to piped input | bptato | 2023-06-26 | 1 | -5/+6 |
* | Remove unused config variable | bptato | 2023-06-26 | 1 | -1/+0 |
* | Fix crash in openEditor if SIGINT was delivered | bptato | 2023-06-26 | 1 | -0/+1 |
* | Option -> Opt in config, return error in compileSearchRegex | bptato | 2023-06-24 | 1 | -36/+36 |
* | Rework JS exception system | bptato | 2023-06-19 | 1 | -2/+2 |
* | Use utils/opt in toml parser | bptato | 2023-06-18 | 2 | -150/+140 |
* | Fix various layout bugs, prepare for image support | bptato | 2023-06-12 | 1 | -3/+9 |
* | Add XTERM title renaming | bptato | 2023-06-07 | 1 | -0/+1 |
* | Add support for canvas and multipart | bptato | 2023-06-05 | 1 | -1/+3 |
* | Fix more config inconsistencies | bptato | 2023-06-01 | 1 | -22/+23 |
* | config: fix omnirules | bptato | 2023-06-01 | 1 | -3/+3 |
* | Rewrite new Request binding | bptato | 2023-05-21 | 1 | -3/+3 |
* | Add display/output encoding | bptato | 2023-05-19 | 1 | -15/+5 |
* | make it compile... | bptato | 2023-05-16 | 1 | -1/+1 |
* | Refactor config, add charset opts | bptato | 2023-05-16 | 2 | -200/+299 |
* | pager: proxy values in container; js: bugfixes | bptato | 2022-12-20 | 1 | -6/+12 |
* | Add JS support to documents | bptato | 2022-12-18 | 1 | -4/+10 |
* | Fix search | bptato | 2022-12-14 | 1 | -1/+2 |
* | Add referer support, re-render on windowChange | bptato | 2022-12-13 | 1 | -8/+30 |
* | Add more cookie options | bptato | 2022-12-13 | 1 | -2/+16 |
* | Add network.max-redirect, prepend-https options | bptato | 2022-12-13 | 1 | -0/+9 |
* | Update config and config docs | bptato | 2022-12-13 | 2 | -10/+66 |
* | Add all sorts of config options and cookies | bptato | 2022-12-13 | 2 | -13/+103 |
* | Fix color contrast correction | bptato | 2022-12-12 | 1 | -5/+2 |
* | Add urlfilter | bptato | 2022-12-12 | 1 | -1/+5 |
* | Add visual-home, rename undocumented config values | bptato | 2022-12-11 | 1 | -4/+10 |
* | Add multiple text-decoration, overline emulation | bptato | 2022-12-07 | 1 | -11/+18 |
* | Add force-clear | bptato | 2022-12-07 | 1 | -0/+2 |
* | Add siteconf, fix lineedit bugs | bptato | 2022-11-29 | 2 | -9/+83 |
* | Add textarea | bptato | 2022-11-28 | 2 | -7/+26 |
* | Improve status messages, fix regressions, etc | bptato | 2022-11-25 | 3 | -2/+2 |
* | Fix user style regression, add minimum-contrast | bptato | 2022-11-25 | 2 | -3/+10 |
* | Buffer improvements | bptato | 2022-11-25 | 1 | -4/+3 |
* | Avoid forking child processes from the main process | bptato | 2022-11-24 | 1 | -1/+0 |
* | Add alt-screen option, fix an ansi color bug | bptato | 2022-11-21 | 1 | -0/+6 |
* | Color & term improvements | bptato | 2022-11-21 | 1 | -37/+61 |
* | Incremental loading of text files, etc. | bptato | 2022-11-20 | 2 | -1/+11 |
* | Re-implement highlighting | bptato | 2022-11-19 | 1 | -12/+12 |