| Commit message (Expand) | Author | Age | Files | Lines |
* | js: update pragma docs | bptato | 2024-01-24 | 1 | -3/+9 |
* | js: define toStringTag properly | bptato | 2024-01-24 | 3 | -3/+13 |
* | js: allow specifying static function name, small refactoring | bptato | 2024-01-24 | 3 | -63/+62 |
* | Remove newFormat | bptato | 2024-01-23 | 5 | -20/+16 |
* | color: remove Premul type | bptato | 2024-01-23 | 1 | -18/+10 |
* | rendertext: add support for backspace overstrike, misc fixes | bptato | 2024-01-23 | 2 | -47/+125 |
* | container: fix b/e unnecessarily switching lines | bptato | 2024-01-20 | 1 | -3/+8 |
* | Fix form action when submitter has a "form" attr | bptato | 2024-01-19 | 2 | -20/+30 |
* | buffer: fix clone on *BSD | bptato | 2024-01-19 | 1 | -1/+8 |
* | Re-design word handling, add e, E, W, B, etc. | bptato | 2024-01-19 | 3 | -30/+184 |
* | utils/map: remove unused special case | bptato | 2024-01-17 | 1 | -3/+0 |
* | Remove std/terminal dependency | bptato | 2024-01-17 | 4 | -55/+66 |
* | js: small improvements | bptato | 2024-01-17 | 3 | -22/+54 |
* | dom: fix innerHTML tag name regression | bptato | 2024-01-17 | 1 | -2/+8 |
* | dom: fix invalid object conversion defect | bptato | 2024-01-17 | 1 | -1/+1 |
* | dom: standard-compliant innerHTML/outerHTML | bptato | 2024-01-12 | 2 | -5/+73 |
* | Use errDOMException template everywhere | bptato | 2024-01-11 | 5 | -24/+24 |
* | js: merge some type modules into jstypes | bptato | 2024-01-11 | 16 | -51/+52 |
* | pager: simplify updateReadLine | bptato | 2024-01-11 | 1 | -14/+16 |
* | Fix windowChange not refreshing valid media queries | bptato | 2024-01-10 | 3 | -1/+7 |
* | js: use Nim allocator | bptato | 2024-01-08 | 2 | -17/+49 |
* | Add urlenc, urldec; fix a URL encoding bug; improve trans.cgi | bptato | 2024-01-08 | 3 | -13/+21 |
* | Use std/* imports everywhere | bptato | 2024-01-07 | 62 | -190/+189 |
* | tojs: document + remove unused JSCFunction converter | bptato | 2024-01-07 | 1 | -7/+41 |
* | request: don't deny BodyInit that is not an object | bptato | 2024-01-06 | 1 | -3/+0 |
* | Set cgiDir for client loader process | bptato | 2024-01-06 | 3 | -4/+7 |
* | Fix some casing issues | bptato | 2024-01-06 | 8 | -15/+17 |
* | Merge data/idna with types/url | bptato | 2024-01-04 | 2 | -52/+49 |
* | charwidth: use pre-generated map file | bptato | 2024-01-04 | 3 | -178/+42 |
* | idna: use pre-generated map file, misc changes | bptato | 2024-01-04 | 1 | -174/+38 |
* | css/sheet: skip media queries without blocks | bptato | 2024-01-04 | 1 | -0/+3 |
* | buffer: do not trap SIGINT to cleanup | bptato | 2024-01-03 | 2 | -2/+2 |
* | loader: send error message str for disallowed URL | bptato | 2023-12-29 | 1 | -3/+3 |
* | Compile with styleCheck:usages | bptato | 2023-12-28 | 24 | -67/+67 |
* | dom: export import maps allowed | bptato | 2023-12-25 | 1 | -1/+1 |
* | dom: use JS_EvalFunction; add module fetching stubs | bptato | 2023-12-25 | 6 | -51/+164 |
* | Fix warnings on Nim 2.0.2 | bptato | 2023-12-24 | 2 | -3/+3 |
* | bindings/quickjs: cint -> csize_t | bptato | 2023-12-23 | 2 | -3/+5 |
* | dom: use std/ in imports | bptato | 2023-12-22 | 1 | -8/+8 |
* | dom: simplify fetch classic script | bptato | 2023-12-22 | 1 | -22/+21 |
* | buffer: prevent crash in reshape before document is parsed | bptato | 2023-12-22 | 1 | -0/+2 |
* | buffer: clean up ssock on being killed | bptato | 2023-12-21 | 3 | -21/+40 |
* | cgi: return ConnectionError when script is not executable | bptato | 2023-12-21 | 2 | -1/+3 |
* | loader: refactor onRead/onError | bptato | 2023-12-21 | 1 | -19/+22 |
* | container: fix gotoMarkY | bptato | 2023-12-21 | 1 | -1/+1 |
* | js: fix nil deref in jsgetprop | bptato | 2023-12-20 | 1 | -4/+9 |
* | html/dom: do not submit implicitly if there is a submit button | bptato | 2023-12-18 | 1 | -8/+10 |
* | socketstream: get rid of emits | bptato | 2023-12-18 | 3 | -50/+75 |
* | strwidth & url fixes | bptato | 2023-12-16 | 3 | -7/+7 |
* | container: fix multi-byte selections, do not append newline | bptato | 2023-12-16 | 1 | -7/+11 |