| Commit message (Expand) | Author | Age | Files | Lines |
* | toml: add support for hex/octal numbers | bptato | 2023-09-13 | 1 | -9/+45 |
* | color: fix parseLegacyColor bugs | bptato | 2023-09-13 | 2 | -10/+14 |
* | layout: make table rowspan occupy several rows | bptato | 2023-09-11 | 2 | -20/+51 |
* | layout: fix table row group regression | bptato | 2023-09-10 | 1 | -9/+29 |
* | container: accept numbers in cursorLeft, cursorRight, etc. | bptato | 2023-09-09 | 1 | -8/+8 |
* | layout: simplify preBuildTableRows | bptato | 2023-09-09 | 1 | -36/+13 |
* | layout: remove commented out hack | bptato | 2023-09-09 | 1 | -10/+0 |
* | layout: add table rowspan | bptato | 2023-09-09 | 2 | -11/+57 |
* | fix compilation on 1.6.14 | bptato | 2023-09-09 | 1 | -3/+3 |
* | buffer: remove url reference | bptato | 2023-09-09 | 1 | -2/+3 |
* | javascript: fix a GC bug | bptato | 2023-09-09 | 2 | -5/+23 |
* | blob: use JSDict | bptato | 2023-09-09 | 1 | -10/+14 |
* | tojs: remove JSDict | bptato | 2023-09-09 | 1 | -12/+0 |
* | remove obsolete comment | bptato | 2023-09-09 | 1 | -1/+0 |
* | event: use JSDict | bptato | 2023-09-09 | 1 | -20/+18 |
* | fetch: use JSDict | bptato | 2023-09-09 | 4 | -46/+139 |
* | javascript: add JSDict type | bptato | 2023-09-09 | 4 | -14/+46 |
* | add extern, refactor some term functions | bptato | 2023-09-09 | 6 | -71/+122 |
* | ouch | bptato | 2023-09-08 | 1 | -1/+1 |
* | regex: avoid infinite loop | bptato | 2023-09-08 | 1 | -1/+7 |
* | dom: align some return values with their webidl | bptato | 2023-09-08 | 2 | -13/+13 |
* | Add vi-style numeric prefixes, make gotoLine 1-based | bptato | 2023-09-08 | 3 | -14/+52 |
* | container: add separate commands for 0 and ^ | bptato | 2023-09-08 | 1 | -0/+9 |
* | url: simplify | bptato | 2023-09-08 | 1 | -26/+10 |
* | cell: remove old hack | bptato | 2023-09-08 | 1 | -4/+0 |
* | fetch: allow string input, allow init dictionary | bptato | 2023-09-08 | 2 | -4/+9 |
* | buffer.click: implement preventDefault | bptato | 2023-09-08 | 1 | -8/+16 |
* | URL: fix missing searchParams when baseURL is given | bptato | 2023-09-08 | 1 | -0/+3 |
* | atob, btoa: handle latin-1 correctly | bptato | 2023-09-08 | 1 | -12/+36 |
* | Add btoa, atob | bptato | 2023-09-07 | 3 | -0/+38 |
* | toml: complain more on unexpected EOF | bptato | 2023-09-07 | 1 | -2/+3 |
* | container: remove strformat dependency | bptato | 2023-09-07 | 1 | -2/+4 |
* | container: remove attrs | bptato | 2023-09-07 | 1 | -3/+0 |
* | dom: set input type to text if not given | bptato | 2023-09-07 | 1 | -0/+2 |
* | twtstr: remove some unused procs | bptato | 2023-09-07 | 1 | -22/+0 |
* | twtstr: remove toLowerAscii2 | bptato | 2023-09-07 | 2 | -23/+10 |
* | url: optimize | bptato | 2023-09-07 | 1 | -15/+21 |
* | url: fix \n, \t not being properly removed | bptato | 2023-09-07 | 1 | -1/+3 |
* | toml: remove unused import | bptato | 2023-09-07 | 1 | -1/+0 |
* | loader: get rid of xdeclaredbutnotused warning | bptato | 2023-09-07 | 1 | -0/+1 |
* | toml: fix newline counting in multiline strings | bptato | 2023-09-07 | 1 | -2/+4 |
* | main: remove stray eprint, update -o info text | bptato | 2023-09-06 | 1 | -2/+1 |
* | fix typo | bptato | 2023-09-06 | 1 | -2/+2 |
* | main: allow grouped single-letter params | bptato | 2023-09-05 | 1 | -59/+94 |
* | javascript: reference unforgeables in table | bptato | 2023-09-04 | 1 | -1/+1 |
* | tojs: fix memory leak | bptato | 2023-09-04 | 1 | -5/+12 |
* | Fix compilation < Nim 2.0 | bptato | 2023-09-04 | 1 | -1/+1 |
* | loader, data: remove stray eprints | bptato | 2023-09-02 | 2 | -4/+0 |
* | buffer: run JS jobs on connected/read/error | bptato | 2023-09-01 | 1 | -0/+6 |
* | loader: add data URLs | bptato | 2023-09-01 | 5 | -6/+72 |