about summary refs log tree commit diff stats
path: root/src/config/config.nim
Commit message (Expand)AuthorAgeFilesLines
* config: fix prepend-https parsingbptato9 days1-0/+1
* config: print warning for prepend-httpsbptato9 days1-1/+14
* config: remove excessive dot from warning messagebptato9 days1-3/+2
* config: warn on unused valuesbptato12 days1-30/+25
* config: add external.show-download-panelbptato14 days1-0/+1
* config: remove sockdirbptato2025-05-081-1/+0
* config: misc optimizationbptato2025-04-291-4/+4
* config: fix arrays not being cleared on reassignmentbptato2025-04-291-0/+1
* term: replace termcap with a built-in terminal databasebptato2025-04-231-1/+1
* config: remove bindPagerKey, bindLineKeybptato2025-04-171-6/+0
* config: unify table arrays and tablesbptato2025-04-111-37/+45
* config: remove deprecated ColorMode valuesbptato2025-04-091-19/+0
* loader: support Set-Cookie for non-initial requestsbptato2025-04-051-5/+0
* mailcap: various fixesbptato2025-04-041-9/+7
* cssparser: optimize out some copiesbptato2025-04-021-1/+1
* config: fix semicolon handling in user-style importbptato2025-04-011-0/+8
* config: remove exceptionsbptato2025-04-011-164/+187
* config: add user-style, deprecate [css] and stylesheetbptato2025-04-011-1/+55
* Re-add JSValueConstbptato2025-03-121-1/+2
* tojs: misc cleanupbptato2025-03-071-2/+6
* dynstream: remove exceptionsbptato2025-02-261-6/+6
* Add mark-links featurebptato2025-02-181-4/+6
* client: remove client getterbptato2025-02-151-2/+2
* buffer: wait for scripts in headless modebptato2025-02-151-1/+19
* config: fix compilation on older Nim versionsbptato2025-01-241-1/+2
* Add annotations for move semanticsbptato2025-01-221-2/+2
* config: expandTilde -> expandPathbptato2025-01-191-2/+2
* config: switch to camel casebptato2025-01-131-56/+56
* config: deprecate 8bit, 24bit color-mode aliasesbptato2025-01-011-0/+2
* cookie: add persistent cookies, misc refactoring/fixesbptato2024-12-291-3/+22
* cookie: remove broken third-party-cookie optionbptato2024-12-271-1/+0
* CHA_CONFIG_DIR -> CHA_DIRbptato2024-12-271-1/+6
* Optimize some Option[string] outbptato2024-12-261-3/+4
* buffer: add "app" scripting modebptato2024-12-261-2/+16
* config: fix overriding substring bindingsbptato2024-12-221-9/+5
* Add historybptato2024-12-171-0/+4
* default(T) -> T.default, add some strict defsbptato2024-12-171-3/+3
* chabookmark fixes & improvementsbptato2024-12-151-20/+13
* pager, mailcap: misc fixes, add prompt for global mailcapbptato2024-12-111-7/+25
* config, mailcap: remove std/streams dependency, specialize mmapbptato2024-12-051-21/+13
* mimetypes: refactor, use mime.types for inline image extensionsbptato2024-12-051-13/+26
* toml, config: skip copying buf, use PosixStreambptato2024-12-031-11/+13
* config: add copy-cmd, paste-cmdbptato2024-12-011-0/+2
* config.configdir -> config.dirbptato2024-11-261-1/+1
* loader/* -> serverbptato2024-11-241-1/+1
* Update monoucha, fix some JS testsbptato2024-11-181-1/+1
* js: reorganize modules, update docsbptato2024-11-151-2/+2
* config: resolve download-dir as path, update docsbptato2024-11-131-1/+1
* config: fix relative includes with -Cbptato2024-10-311-2/+3
* config: refactor, accept more possible config dirsbptato2024-10-281-71/+35