about summary refs log tree commit diff stats
path: root/src/config/config.nim
Commit message (Expand)AuthorAgeFilesLines
* dom: add forms, elements getter + misc fixesbptato2024-09-171-3/+0
* config: add display.sixel-colorsbptato2024-09-101-0/+1
* Update monouchabptato2024-08-091-4/+2
* buffer, pager, config: add meta-refresh + misc fixesbptato2024-07-281-49/+30
* config: support smart casebptato2024-07-161-1/+1
* 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-031-8/+9
* config: fix -C with files not in CWDbptato2024-05-311-5/+13
* config: separate tmp dir for sockets, usersbptato2024-05-161-10/+1
* js: allow var instead of ptrbptato2024-05-121-15/+15
* term: optimize canvas redraw, remove emulate-overlinebptato2024-05-101-1/+0
* js: refactorbptato2024-05-081-3/+3
* 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-031-3/+6
* 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
* Update code stylebptato2024-04-171-1/+1
* js: remove automatic function -> closure conversionbptato2024-04-151-8/+14
* config: improve input systembptato2024-03-261-6/+88
* config, toml: rename enumsbptato2024-03-261-47/+47
* 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: set CHA_LIBEXEC_DIR env var at startupbptato2024-03-191-15/+5
* config: parse mime.types/mailcap/urimethodmap inside parseConfigbptato2024-03-181-84/+62
* config: clean up/simplifybptato2024-03-171-240/+291
* 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: rework process modelbptato2024-03-111-15/+11
* buffer: do not incrementally display in headless modebptato2024-03-021-0/+2
* Add mouse supportbptato2024-02-291-0/+1
* term: improve pixels-per-column/line detectionbptato2024-02-251-0/+8
* Separate ANSI text decoding from main binarybptato2024-02-251-6/+12
* buffer: remove BufferSourcebptato2024-02-221-1/+2
* config: replace default-flags with ignore-casebptato2024-02-221-1/+1
* Replace Chakasu with Chagashibptato2024-02-221-1/+1
* regex: re-work compileSearchRegexbptato2024-02-171-5/+29
* term: fix coloring messbptato2024-02-171-2/+3
* Remove CLONE BufferSource; cache document sources in tmpdirbptato2024-02-121-2/+4
* fix rejection of readFromFd urlsbptato2024-02-111-1/+1
* config: append */* rule instead of prependingbptato2024-01-301-3/+3