| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Rework broken non-blocking io | bptato | 2022-11-27 | 1 | -1/+3 |
* | Fix some table layout issues | bptato | 2022-11-25 | 1 | -13/+3 |
* | Add some quirks mode rules + presentational hints | bptato | 2022-11-25 | 1 | -0/+45 |
* | Fix user style regression, add minimum-contrast | bptato | 2022-11-25 | 1 | -1/+0 |
* | Buffer improvements | bptato | 2022-11-25 | 1 | -1/+1 |
* | Avoid forking child processes from the main process | bptato | 2022-11-24 | 2 | -0/+34 |
* | Color & term improvements | bptato | 2022-11-21 | 1 | -6/+45 |
* | Color stuff | bptato | 2022-11-21 | 1 | -0/+23 |
* | Rewrite buffer/pager for multi-processing | bptato | 2022-11-19 | 1 | -0/+8 |
* | Implement tree buffers, fix a js bug, refactor | bptato | 2022-10-19 | 1 | -0/+137 |
* | Rename jsget/jsset to jsfget/jsfset for functions | bptato | 2022-09-16 | 1 | -15/+15 |
* | More JS bindings | bptato | 2022-09-13 | 1 | -7/+42 |
* | Add JS binding generation | bptato | 2022-09-12 | 1 | -8/+196 |