about summary refs log tree commit diff stats
path: root/src/utils
Commit message (Expand)AuthorAgeFilesLines
* config: better path handling; fix array parsing bugbptato2023-12-101-1/+1
* html: add HTMLElement.dataset (+ some twtstr cleanup)bptato2023-12-011-11/+19
* twtstr: simplify expandPathbptato2023-11-291-19/+12
* twtstr: remove tolower, isWhitespacebptato2023-11-201-18/+4
* Add -C optionbptato2023-10-271-0/+7
* warn on eprint in release modebptato2023-10-211-1/+9
* twtstr: optimize widthbptato2023-10-011-34/+17
* Add urimethodmap supportbptato2023-09-301-4/+2
* remove sequtils dependencybptato2023-09-241-3/+5
* ftp: encode paths, escape displayed stringsbptato2023-09-191-0/+17
* term: simplify/cleanupbptato2023-09-181-0/+9
* twtstr: remove unused functionsbptato2023-09-181-22/+0
* lineedit: rewritebptato2023-09-181-0/+22
* data urls: percent decodebptato2023-09-151-2/+2
* Fix compilation with --assertions:offbptato2023-09-151-1/+2
* remove radixtreebptato2023-09-141-195/+0
* move around more modulesbptato2023-09-143-111/+2
* twtstr: simplifybptato2023-09-131-11/+5
* twtstr: remove some unused procsbptato2023-09-071-22/+0
* twtstr: remove toLowerAscii2bptato2023-09-071-15/+0
* javascript: refactorbptato2023-08-281-2/+2
* Add mailcap, mime.types & misc refactoringsbptato2023-08-131-0/+48
* css: implement case insensitivitybptato2023-08-101-8/+0
* Fixes & workarounds to compile on Nim 2.0.0bptato2023-08-011-2/+4
* Fix twtstr.cmpbptato2023-07-281-2/+2
* Fix toHex weirdnessbptato2023-07-071-7/+6
* Fixes in ipv6 parser and serializerbptato2023-07-071-3/+20
* term: fix ANSI color approximationbptato2023-07-061-4/+0
* Fix regression in twidthbptato2023-07-061-3/+3
* Add popup menu for select elementbptato2023-07-051-2/+3
* Fix JS type conversion regressionsbptato2023-07-031-3/+4
* Fix CastSize warningsbptato2023-07-031-2/+2
* return Result[T, JSError] from fromJSbptato2023-07-021-0/+3
* Factor out map search, remove sugarbptato2023-06-293-11/+31
* Refactor fromJS bodybptato2023-06-281-1/+4
* twtstr: remove unused functionbptato2023-06-251-13/+0
* Improve broken cookie handling, add multipart to formbptato2023-06-251-0/+11
* Option -> Opt in config, return error in compileSearchRegexbptato2023-06-241-0/+6
* radixtree: optimize searchingbptato2023-06-231-7/+39
* eprint: simplifybptato2023-06-231-33/+23
* Get rid of the .jserr pragmabptato2023-06-191-4/+1
* Rework JS exception systembptato2023-06-192-27/+45
* Use utils/opt in toml parserbptato2023-06-182-14/+66
* approximateANSIColor: fix possible underflowbptato2023-06-101-0/+4
* Fix some type confusion with colors, fix crash in pagerbptato2023-06-091-4/+37
* Add indexed color, other png improvementsbptato2023-06-091-0/+39
* Add support for width, height media querybptato2023-06-071-0/+3
* Add support for canvas and multipartbptato2023-06-051-44/+50
* Refactor config, add charset optsbptato2023-05-162-0/+40
* Add elogbptato2023-05-011-0/+16