about summary refs log tree commit diff stats
path: root/src/types
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add JS support to documentsbptato2022-12-182-4/+27
* rendertext, color: fix escape codesbptato2022-12-141-1/+1
* doc: fix headers; url: fix a shorten_path bugbptato2022-12-131-1/+1
* Add referer support, re-render on windowChangebptato2022-12-133-14/+104
* Fix stream error handling confusion, title displaybptato2022-12-131-1/+9
* Add more cookie optionsbptato2022-12-131-5/+13
* cookie: check for domainbptato2022-12-131-1/+1
* Add all sorts of config options and cookiesbptato2022-12-131-12/+36
* Fix color contrast correctionbptato2022-12-121-35/+54
* Fix blocking socketstream recv/send, clean up ips/serialize & types/colorbptato2022-12-101-44/+44
* Add support for the encoding standard, fix parseLegacyColorbptato2022-12-101-3/+8
* types/color: fix integer type confusionbptato2022-12-081-13/+13
* Remove unused twtstr functionsbptato2022-12-051-1/+1
* Proper fix for url hash setterbptato2022-12-051-2/+1