about summary refs log tree commit diff stats
path: root/src/types
Commit message (Expand)AuthorAgeFilesLines
* color: fix parseLegacyColor bugsbptato2023-09-131-4/+4
* blob: use JSDictbptato2023-09-091-10/+14
* url: simplifybptato2023-09-081-26/+10
* URL: fix missing searchParams when baseURL is givenbptato2023-09-081-0/+3
* url: optimizebptato2023-09-071-15/+21
* url: fix \n, \t not being properly removedbptato2023-09-071-1/+3
* url: remove validation error commentsbptato2023-09-011-76/+9
* url: format codebptato2023-09-011-97/+130
* url: fix opaque host parsing, add has to auth casebptato2023-09-011-6/+7
* javascript: factor out fromJSbptato2023-08-292-0/+2
* refactor: Result[T, JSError] -> JSResult[T]bptato2023-08-281-1/+1
* javascript: refactorbptato2023-08-283-2/+5
* color: use parseRGBAColor for string parsingbptato2023-08-281-1/+1
* config: allow modification through JSbptato2023-08-271-4/+54
* Move charsets into chakasubptato2023-08-141-1/+2
* Add mailcap, mime.types & misc refactoringsbptato2023-08-134-66/+2
* Fix toHex weirdnessbptato2023-07-071-4/+5
* url: fix empty hostnames being acceptedbptato2023-07-071-1/+1
* Fixes in ipv6 parser and serializerbptato2023-07-071-11/+10
* Add separate type for premultiplied colorbptato2023-07-071-10/+16
* color: replace straight alpha table with bit shifting magicbptato2023-07-061-14/+11
* Fix CastSize warningsbptato2023-07-031-1/+5
* return Result[T, JSError] from fromJSbptato2023-07-022-2/+0
* Add finalizer to WebFilebptato2023-07-021-0/+6
* use =destroy instead of finalizersbptato2023-07-014-0/+11
* Add window.locationbptato2023-06-291-21/+50
* Factor out map search, remove sugarbptato2023-06-291-158/+155
* term: convert 8-bit colors to ANSIbptato2023-06-271-0/+3
* Support 8-bit output colorsbptato2023-06-261-22/+54
* cookie: return error on invalid domainbptato2023-06-251-4/+5
* Improve broken cookie handling, add multipart to formbptato2023-06-252-13/+110
* Get rid of the .jserr pragmabptato2023-06-191-10/+11
* Rework JS exception systembptato2023-06-191-1/+1
* Use utils/opt in toml parserbptato2023-06-181-1/+1
* Revert "renderdocument: bgcolor blending"bptato2023-06-151-13/+5
* renderdocument: bgcolor blendingbptato2023-06-131-5/+13
* Fix various layout bugs, prepare for image supportbptato2023-06-121-0/+1
* Add readBlob, fix WebFile serializationbptato2023-06-111-1/+2
* Fix color U, slightly change contrast algorithmbptato2023-06-101-4/+4
* Fix some type confusion with colors, fix crash in pagerbptato2023-06-091-46/+48
* Add indexed color, other png improvementsbptato2023-06-091-3/+15
* Remove JSObject again, add File API constructorbptato2023-06-081-6/+38
* Refactor bitmap, add png color modesbptato2023-06-061-1/+6
* Add support for canvas and multipartbptato2023-06-059-13/+354
* Refactor config, add charset optsbptato2023-05-161-0/+2
* what 003ca26b was supposed to dobptato2023-04-301-1/+1
* url: remove eprintbptato2023-04-301-1/+0
* url: accept schemes containing numbersbptato2023-04-301-1/+2
* Consistent naming of parseURL, non-public newURLParamsbptato2022-12-261-6/+6
* Fix broken css color function parsingbptato2022-12-251-1/+7