| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | buffer: use `of' instead of tagType | bptato | 2024-02-08 | 1 | -1/+1 |
* | Update chame | bptato | 2024-02-08 | 1 | -1/+1 |
* | loader: fix (another) double-close bug | bptato | 2024-02-08 | 1 | -4/+8 |
* | loader: fix memory leak | bptato | 2024-02-08 | 1 | -1/+3 |
* | loader: fix double-close bugs | bptato | 2024-02-08 | 1 | -3/+3 |
* | buffer: load external resources when they are attached | bptato | 2024-02-08 | 4 | -103/+133 |
* | loader: fix eagain in fetch, only add URL to handle in debug | bptato | 2024-02-08 | 2 | -7/+12 |
* | dom: reduce todos | bptato | 2024-02-08 | 1 | -10/+20 |
* | js: fix fromJSEnum | bptato | 2024-02-08 | 2 | -6/+17 |
* | chadombuilder: remove unnecessary pragma | bptato | 2024-02-08 | 1 | -1/+1 |
* | dom: enumize attribute names | bptato | 2024-02-08 | 8 | -206/+338 |
* | dom: atomize id, name, DOMTokenList | bptato | 2024-02-08 | 3 | -103/+162 |
* | dom: reduce tagType use | bptato | 2024-02-08 | 4 | -70/+46 |
* | Update chame | bptato | 2024-02-07 | 1 | -1/+1 |
* | Fix some document.write bugs | bptato | 2024-02-07 | 2 | -44/+88 |
* | Incremental rendering | bptato | 2024-02-07 | 7 | -224/+389 |
* | Update chame | bptato | 2024-02-07 | 11 | -611/+1087 |
* | regex: fix 8-bit narrow strings in JS | bptato | 2024-02-05 | 1 | -1/+1 |
* | pager: display precnum *and* inputBuffer when precnum != 0 | bptato | 2024-02-01 | 1 | -3/+1 |
* | toml: misc refactorings | bptato | 2024-01-30 | 1 | -71/+40 |
* | toml: allow EOF in values with laxnames | bptato | 2024-01-30 | 1 | -0/+2 |
* | config: append */* rule instead of prepending | bptato | 2024-01-30 | 2 | -11/+3 |
* | Add default md2html converter | bptato | 2024-01-30 | 1 | -14/+21 |
* | Add command to yank link under cursor (yc) | bptato | 2024-01-29 | 1 | -0/+6 |
* | js: always use var destructor | bptato | 2024-01-29 | 1 | -8/+2 |
* | layout: more consistent naming | bptato | 2024-01-29 | 1 | -79/+41 |
* | layout: consider inline positioning for absolute blocks | bptato | 2024-01-29 | 3 | -78/+102 |
* | forkserver: clean up | bptato | 2024-01-29 | 5 | -30/+24 |
* | client: stop entire process group on suspend() | bptato | 2024-01-29 | 1 | -1/+1 |
* | mimetypes: simplify parseMimeTypes | bptato | 2024-01-27 | 2 | -16/+15 |
* | loader: clean up error handling | bptato | 2024-01-26 | 5 | -82/+71 |
* | cgi: fix broken libexec path env variable | bptato | 2024-01-26 | 4 | -9/+10 |
* | 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 |