about summary refs log tree commit diff stats
path: root/src/types
Commit message (Expand)AuthorAgeFilesLines
* url: add URL.parsebptato2024-05-221-0/+3
* html: improve Request, derive Client from Windowbptato2024-05-202-71/+71
* buffer: fix multipart formsbptato2024-05-112-41/+35
* luwrap: replace Nim unicode maps with libunicodebptato2024-05-091-12/+1
* js: fix finalizer effectsbptato2024-05-081-1/+1
* js: refactorbptato2024-05-082-3/+3
* color: separate out JS convertersbptato2024-05-051-43/+1
* Use isSome instead of isOkbptato2024-05-051-5/+3
* color: RGBAColor -> ARGBColorbptato2024-04-261-49/+49
* Remove unnecessary unsigned castsbptato2024-04-262-23/+23
* term: add sixel encoderbptato2024-04-251-1/+3
* url, twtstr: correct number parsingbptato2024-04-181-17/+15
* Update code stylebptato2024-04-178-36/+43
* url: fix flipped comparisonbptato2024-04-161-1/+1
* url: refactorbptato2024-04-161-186/+187
* twtstr: remove isAscii, simplify onlyWhitespacebptato2024-04-101-2/+2
* url: use AsciiDigit, not Digitsbptato2024-04-101-5/+5
* Remove unnecessary std/math importsbptato2024-04-081-4/+3
* io: derive DynStream from RootObj (not Stream)bptato2024-03-241-6/+7
* cell: update FormatFlag naming, remove useless templatesbptato2024-03-211-26/+14
* buffer: add markURLbptato2024-03-191-1/+1
* config: clean up/simplifybptato2024-03-171-24/+10
* Move around some modulesbptato2024-03-141-0/+7
* loader: remove applyHeadersbptato2024-03-121-1/+1
* loader: rework process modelbptato2024-03-111-1/+1
* url: return correct resultbptato2024-02-271-1/+1
* misc refactoringsbptato2024-02-271-56/+19
* term: improve pixels-per-column/line detectionbptato2024-02-251-207/+1
* Allow non-RGB colors in CSSbptato2024-02-242-20/+27
* Various refactorings & fixesbptato2024-02-142-12/+4
* buffersource: remove location fieldbptato2024-02-121-2/+0
* Remove CLONE BufferSource; cache document sources in tmpdirbptato2024-02-121-11/+1
* Get rid of LOAD_PIPE BufferSourcebptato2024-02-111-3/+1
* js: allow specifying static function name, small refactoringbptato2024-01-241-1/+1
* Remove newFormatbptato2024-01-231-5/+2
* color: remove Premul typebptato2024-01-231-18/+10
* js: merge some type modules into jstypesbptato2024-01-111-1/+1
* Use std/* imports everywherebptato2024-01-077-14/+15
* Fix some casing issuesbptato2024-01-062-2/+2
* Merge data/idna with types/urlbptato2024-01-041-1/+49
* Compile with styleCheck:usagesbptato2023-12-282-2/+2
* strwidth & url fixesbptato2023-12-161-3/+3
* config: do not override user-defined urimethodmapbptato2023-12-141-0/+4
* Various fixesbptato2023-12-131-0/+1
* break up twtstr somewhatbptato2023-12-132-6/+111
* Move http out of main binarybptato2023-12-132-5/+74
* Enable finger protocol by defaultbptato2023-12-101-0/+4
* color: fix rgbToEightBit parenthesesbptato2023-11-261-1/+1
* twtstr: remove tolower, isWhitespacebptato2023-11-203-5/+6
* renderdocument, cell: fix FormatCell bugsbptato2023-11-201-3/+12