| Commit message (Expand) | Author | Age | Files | Lines |
* | color: fix parseLegacyColor bugs | bptato | 2023-09-13 | 1 | -4/+4 |
* | blob: use JSDict | bptato | 2023-09-09 | 1 | -10/+14 |
* | url: simplify | bptato | 2023-09-08 | 1 | -26/+10 |
* | URL: fix missing searchParams when baseURL is given | bptato | 2023-09-08 | 1 | -0/+3 |
* | url: optimize | bptato | 2023-09-07 | 1 | -15/+21 |
* | url: fix \n, \t not being properly removed | bptato | 2023-09-07 | 1 | -1/+3 |
* | url: remove validation error comments | bptato | 2023-09-01 | 1 | -76/+9 |
* | url: format code | bptato | 2023-09-01 | 1 | -97/+130 |
* | url: fix opaque host parsing, add has to auth case | bptato | 2023-09-01 | 1 | -6/+7 |
* | javascript: factor out fromJS | bptato | 2023-08-29 | 2 | -0/+2 |
* | refactor: Result[T, JSError] -> JSResult[T] | bptato | 2023-08-28 | 1 | -1/+1 |
* | javascript: refactor | bptato | 2023-08-28 | 3 | -2/+5 |
* | color: use parseRGBAColor for string parsing | bptato | 2023-08-28 | 1 | -1/+1 |
* | config: allow modification through JS | bptato | 2023-08-27 | 1 | -4/+54 |
* | 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 |