about summary refs log tree commit diff stats
path: root/src/config
Commit message (Expand)AuthorAgeFilesLines
* Move charsets into chakasubptato2023-08-142-2/+4
* mimetypes: small optimizationbptato2023-08-131-2/+1
* Simplify mailcap entry matchingbptato2023-08-131-25/+14
* Do not replace existing mime typesbptato2023-08-131-1/+2
* Add mailcap, mime.types & misc refactoringsbptato2023-08-133-12/+441
* Fixes & workarounds to compile on Nim 2.0.0bptato2023-08-011-1/+1
* Add default background/foreground color overridebptato2023-07-291-0/+11
* Add compileMatchRegexbptato2023-07-251-4/+4
* Add proxy supportbptato2023-07-041-2/+22
* return Result[T, JSError] from fromJSbptato2023-07-021-6/+4
* Factor out headers into separate modulebptato2023-07-011-1/+1
* use =destroy instead of finalizersbptato2023-07-011-0/+2
* config: add stylesheet, apply siteconf to piped inputbptato2023-06-261-5/+6
* Remove unused config variablebptato2023-06-261-1/+0
* Fix crash in openEditor if SIGINT was deliveredbptato2023-06-261-0/+1
* Option -> Opt in config, return error in compileSearchRegexbptato2023-06-241-36/+36
* Rework JS exception systembptato2023-06-191-2/+2
* Use utils/opt in toml parserbptato2023-06-182-150/+140
* Fix various layout bugs, prepare for image supportbptato2023-06-121-3/+9
* Add XTERM title renamingbptato2023-06-071-0/+1
* Add support for canvas and multipartbptato2023-06-051-1/+3
* Fix more config inconsistenciesbptato2023-06-011-22/+23
* config: fix omnirulesbptato2023-06-011-3/+3
* Rewrite new Request bindingbptato2023-05-211-3/+3
* Add display/output encodingbptato2023-05-191-15/+5
* make it compile...bptato2023-05-161-1/+1
* Refactor config, add charset optsbptato2023-05-162-200/+299
* pager: proxy values in container; js: bugfixesbptato2022-12-201-6/+12
* Add JS support to documentsbptato2022-12-181-4/+10
* Fix searchbptato2022-12-141-1/+2
* Add referer support, re-render on windowChangebptato2022-12-131-8/+30
* Add more cookie optionsbptato2022-12-131-2/+16
* Add network.max-redirect, prepend-https optionsbptato2022-12-131-0/+9
* Update config and config docsbptato2022-12-132-10/+66
* Add all sorts of config options and cookiesbptato2022-12-132-13/+103
* Fix color contrast correctionbptato2022-12-121-5/+2
* Add urlfilterbptato2022-12-121-1/+5
* Add visual-home, rename undocumented config valuesbptato2022-12-111-4/+10
* Add multiple text-decoration, overline emulationbptato2022-12-071-11/+18
* Add force-clearbptato2022-12-071-0/+2
* Add siteconf, fix lineedit bugsbptato2022-11-292-9/+83
* Add textareabptato2022-11-282-7/+26
* Improve status messages, fix regressions, etcbptato2022-11-253-2/+2
* Fix user style regression, add minimum-contrastbptato2022-11-252-3/+10
* Buffer improvementsbptato2022-11-251-4/+3
* Avoid forking child processes from the main processbptato2022-11-241-1/+0
* Add alt-screen option, fix an ansi color bugbptato2022-11-211-0/+6
* Color & term improvementsbptato2022-11-211-37/+61
* Incremental loading of text files, etc.bptato2022-11-202-1/+11
* Re-implement highlightingbptato2022-11-191-12/+12