| Commit message (Expand) | Author | Age | Files | Lines |
* | Move charsets into chakasu | bptato | 2023-08-14 | 1 | -1/+2 |
* | Add mailcap, mime.types & misc refactorings | bptato | 2023-08-13 | 4 | -66/+2 |
* | Fix toHex weirdness | bptato | 2023-07-07 | 1 | -4/+5 |
* | url: fix empty hostnames being accepted | bptato | 2023-07-07 | 1 | -1/+1 |
* | Fixes in ipv6 parser and serializer | bptato | 2023-07-07 | 1 | -11/+10 |
* | Add separate type for premultiplied color | bptato | 2023-07-07 | 1 | -10/+16 |
* | color: replace straight alpha table with bit shifting magic | bptato | 2023-07-06 | 1 | -14/+11 |
* | Fix CastSize warnings | bptato | 2023-07-03 | 1 | -1/+5 |
* | return Result[T, JSError] from fromJS | bptato | 2023-07-02 | 2 | -2/+0 |
* | Add finalizer to WebFile | bptato | 2023-07-02 | 1 | -0/+6 |
* | use =destroy instead of finalizers | bptato | 2023-07-01 | 4 | -0/+11 |
* | Add window.location | bptato | 2023-06-29 | 1 | -21/+50 |
* | Factor out map search, remove sugar | bptato | 2023-06-29 | 1 | -158/+155 |
* | term: convert 8-bit colors to ANSI | bptato | 2023-06-27 | 1 | -0/+3 |
* | Support 8-bit output colors | bptato | 2023-06-26 | 1 | -22/+54 |
* | cookie: return error on invalid domain | bptato | 2023-06-25 | 1 | -4/+5 |
* | Improve broken cookie handling, add multipart to form | bptato | 2023-06-25 | 2 | -13/+110 |
* | Get rid of the .jserr pragma | bptato | 2023-06-19 | 1 | -10/+11 |
* | Rework JS exception system | bptato | 2023-06-19 | 1 | -1/+1 |
* | Use utils/opt in toml parser | bptato | 2023-06-18 | 1 | -1/+1 |
* | Revert "renderdocument: bgcolor blending" | bptato | 2023-06-15 | 1 | -13/+5 |
* | renderdocument: bgcolor blending | bptato | 2023-06-13 | 1 | -5/+13 |
* | Fix various layout bugs, prepare for image support | bptato | 2023-06-12 | 1 | -0/+1 |
* | Add readBlob, fix WebFile serialization | bptato | 2023-06-11 | 1 | -1/+2 |
* | Fix color U, slightly change contrast algorithm | bptato | 2023-06-10 | 1 | -4/+4 |
* | Fix some type confusion with colors, fix crash in pager | bptato | 2023-06-09 | 1 | -46/+48 |
* | Add indexed color, other png improvements | bptato | 2023-06-09 | 1 | -3/+15 |
* | Remove JSObject again, add File API constructor | bptato | 2023-06-08 | 1 | -6/+38 |
* | Refactor bitmap, add png color modes | bptato | 2023-06-06 | 1 | -1/+6 |
* | Add support for canvas and multipart | bptato | 2023-06-05 | 9 | -13/+354 |
* | Refactor config, add charset opts | bptato | 2023-05-16 | 1 | -0/+2 |
* | what 003ca26b was supposed to do | bptato | 2023-04-30 | 1 | -1/+1 |
* | url: remove eprint | bptato | 2023-04-30 | 1 | -1/+0 |
* | url: accept schemes containing numbers | bptato | 2023-04-30 | 1 | -1/+2 |
* | Consistent naming of parseURL, non-public newURLParams | bptato | 2022-12-26 | 1 | -6/+6 |
* | Fix broken css color function parsing | bptato | 2022-12-25 | 1 | -1/+7 |
* | Add JS support to documents | bptato | 2022-12-18 | 2 | -4/+27 |
* | rendertext, color: fix escape codes | bptato | 2022-12-14 | 1 | -1/+1 |
* | doc: fix headers; url: fix a shorten_path bug | bptato | 2022-12-13 | 1 | -1/+1 |
* | Add referer support, re-render on windowChange | bptato | 2022-12-13 | 3 | -14/+104 |
* | Fix stream error handling confusion, title display | bptato | 2022-12-13 | 1 | -1/+9 |
* | Add more cookie options | bptato | 2022-12-13 | 1 | -5/+13 |
* | cookie: check for domain | bptato | 2022-12-13 | 1 | -1/+1 |
* | Add all sorts of config options and cookies | bptato | 2022-12-13 | 1 | -12/+36 |
* | Fix color contrast correction | bptato | 2022-12-12 | 1 | -35/+54 |
* | Fix blocking socketstream recv/send, clean up ips/serialize & types/color | bptato | 2022-12-10 | 1 | -44/+44 |
* | Add support for the encoding standard, fix parseLegacyColor | bptato | 2022-12-10 | 1 | -3/+8 |
* | types/color: fix integer type confusion | bptato | 2022-12-08 | 1 | -13/+13 |
* | Remove unused twtstr functions | bptato | 2022-12-05 | 1 | -1/+1 |
* | Proper fix for url hash setter | bptato | 2022-12-05 | 1 | -2/+1 |