| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | dom: atomize id, name, DOMTokenList | bptato | 2024-02-08 | 3 | -103/+162 |
* | dom: reduce tagType use | bptato | 2024-02-08 | 4 | -70/+46 |
* | Update readme | bptato | 2024-02-07 | 1 | -4/+4 |
* | Update chame | bptato | 2024-02-07 | 2 | -6/+6 |
* | Fix some document.write bugs | bptato | 2024-02-07 | 2 | -44/+88 |
* | Incremental rendering | bptato | 2024-02-07 | 8 | -231/+394 |
* | Update chame | bptato | 2024-02-07 | 13 | -616/+1099 |
* | nim.cfg: disable threads | bptato | 2024-02-06 | 2 | -1/+2 |
* | fix bug in prev commit | bptato | 2024-02-05 | 1 | -1/+1 |
* | regex: fix 8-bit narrow strings in JS | bptato | 2024-02-05 | 2 | -26/+40 |
* | md2html: add support for strikethrough | bptato | 2024-02-05 | 1 | -1/+7 |
* | pager: display precnum *and* inputBuffer when precnum != 0 | bptato | 2024-02-01 | 1 | -3/+1 |
* | Makefile: fix about.nim deps | bptato | 2024-02-01 | 1 | -1/+2 |
* | about:license: fix typo | bptato | 2024-02-01 | 1 | -1/+1 |
* | md2html: improved underscore ignoring rules | bptato | 2024-02-01 | 1 | -2/+4 |
* | md2html: skip space after list item start | bptato | 2024-02-01 | 1 | -2/+2 |
* | md2html: detect lists starting with dash | bptato | 2024-02-01 | 1 | -1/+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 |
* | Update todo | bptato | 2024-01-30 | 1 | -0/+2 |
* | Add default md2html converter | bptato | 2024-01-30 | 5 | -16/+413 |
* | doc/config: add missing backtick | bptato | 2024-01-30 | 1 | -1/+1 |
* | doc: do not emphasize th text, mention pager.location | bptato | 2024-01-30 | 1 | -33/+38 |
* | Add command to yank link under cursor (yc) | bptato | 2024-01-29 | 4 | -5/+34 |
* | 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 | 2 | -3/+4 |
* | man: fix man -k | bptato | 2024-01-27 | 1 | -20/+37 |
* | 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 |
* | Add mancha man page viewer | bptato | 2024-01-26 | 10 | -11/+434 |
* | 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 |
* | md2manpreproc: fix non-portable behavior | bptato | 2024-01-22 | 1 | -6/+6 |
* | doc: fix cookie sharing example | bptato | 2024-01-22 | 1 | -4/+4 |
* | 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 |
* | charwidth: use ptint in controls calculation | bptato | 2024-01-19 | 2 | -19/+19 |
* | buffer: fix clone on *BSD | bptato | 2024-01-19 | 1 | -1/+8 |
* | about:chawan: fix some descriptions | bptato | 2024-01-19 | 1 | -2/+2 |
* | Re-design word handling, add e, E, W, B, etc. | bptato | 2024-01-19 | 7 | -59/+266 |
* | utils/map: remove unused special case | bptato | 2024-01-17 | 1 | -3/+0 |