about summary refs log tree commit diff stats
path: root/src/config
Commit message (Expand)AuthorAgeFilesLines
* toml: fix casingbptato2024-09-211-12/+12
* dom: add forms, elements getter + misc fixesbptato2024-09-171-3/+0
* config: add display.sixel-colorsbptato2024-09-101-0/+1
* utils: add twtunibptato2024-09-081-4/+4
* mailcap: fix weird error handlingbptato2024-08-131-19/+13
* mailcap: various fixesbptato2024-08-111-38/+27
* dom: remove generic JS bindingsbptato2024-08-111-2/+2
* Update monouchabptato2024-08-092-7/+4
* buffer, pager, config: add meta-refresh + misc fixesbptato2024-07-281-49/+30
* config: support smart casebptato2024-07-161-1/+1
* fix compilation on 2.0.8bptato2024-07-101-3/+8
* config: add buffer.autofocusbptato2024-07-041-0/+1
* config: add various missing optionsbptato2024-06-291-0/+11
* config: fix JS command definitionsbptato2024-06-231-1/+1
* misc cleanupsbptato2024-06-221-2/+1
* buffer: add autofocusbptato2024-06-081-0/+1
* pager, buffer: improve forms, protocol configbptato2024-06-081-2/+19
* Move JS wrapper into Monouchabptato2024-06-032-12/+13
* config: fix -C with files not in CWDbptato2024-05-311-5/+13
* config: separate tmp dir for sockets, usersbptato2024-05-161-10/+1
* pager: editor command fixesbptato2024-05-121-1/+2
* js: allow var instead of ptrbptato2024-05-121-15/+15
* term: optimize canvas redraw, remove emulate-overlinebptato2024-05-101-1/+0
* js: refactorbptato2024-05-082-4/+4
* color: separate out JS convertersbptato2024-05-051-0/+1
* Use isSome instead of isOkbptato2024-05-051-2/+2
* js: fix various leaks etc.bptato2024-05-032-5/+7
* config: add insecure-ssl-no-verify option to siteconfbptato2024-05-011-0/+1
* color: RGBAColor -> ARGBColorbptato2024-04-261-4/+4
* Initial image supportbptato2024-04-251-0/+4
* js: fix some incorrect defineProperty usagebptato2024-04-211-2/+3
* url, twtstr: correct number parsingbptato2024-04-181-10/+7
* Update code stylebptato2024-04-174-72/+69
* js: remove automatic function -> closure conversionbptato2024-04-151-8/+14
* pager: edit source fixesbptato2024-03-301-44/+48
* ansi2html: support passing titlesbptato2024-03-291-0/+1
* config: improve input systembptato2024-03-262-6/+91
* config, toml: rename enumsbptato2024-03-262-101/+101
* js: proper distinction between Opt/Optionbptato2024-03-241-34/+45
* config: add default-headers to siteconfbptato2024-03-211-14/+2
* cell: update FormatFlag naming, remove useless templatesbptato2024-03-211-7/+7
* main: refactor slightlybptato2024-03-211-0/+3
* main: set CHA_LIBEXEC_DIR env var at startupbptato2024-03-191-15/+5
* config: parse mime.types/mailcap/urimethodmap inside parseConfigbptato2024-03-182-85/+67
* config: clean up/simplifybptato2024-03-173-243/+294
* pager, loader: add "Save file to" functionalitybptato2024-03-161-7/+1
* config: add start.console-buffer optionbptato2024-03-161-0/+1
* Clean up BufferConfigbptato2024-03-151-43/+0
* loader: remove applyHeadersbptato2024-03-121-41/+18
* mailcap: better error messages, accept \ as newline escapebptato2024-03-111-6/+18