about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* loader: fix (another) double-close bugbptato2024-02-081-4/+8
* loader: fix memory leakbptato2024-02-081-1/+3
* loader: fix double-close bugsbptato2024-02-081-3/+3
* buffer: load external resources when they are attachedbptato2024-02-084-103/+133
* loader: fix eagain in fetch, only add URL to handle in debugbptato2024-02-082-7/+12
* Update todobptato2024-02-081-12/+15
* dom: reduce todosbptato2024-02-081-10/+20
* js: fix fromJSEnumbptato2024-02-082-6/+17
* chadombuilder: remove unnecessary pragmabptato2024-02-081-1/+1
* dom: enumize attribute namesbptato2024-02-088-206/+338
* dom: atomize id, name, DOMTokenListbptato2024-02-083-103/+162
* dom: reduce tagType usebptato2024-02-084-70/+46
* Update readmebptato2024-02-071-4/+4
* Update chamebptato2024-02-072-1/+1
* Fix some document.write bugsbptato2024-02-072-44/+88
* Incremental renderingbptato2024-02-078-224/+389
* Update chamebptato2024-02-0713-611/+1092
* nim.cfg: disable threadsbptato2024-02-062-1/+2
* fix bug in prev commitbptato2024-02-051-1/+1
* regex: fix 8-bit narrow strings in JSbptato2024-02-052-26/+40
* md2html: add support for strikethroughbptato2024-02-051-1/+7
* pager: display precnum *and* inputBuffer when precnum != 0bptato2024-02-011-3/+1
* Makefile: fix about.nim depsbptato2024-02-011-1/+2
* about:license: fix typobptato2024-02-011-1/+1
* md2html: improved underscore ignoring rulesbptato2024-02-011-2/+4
* md2html: skip space after list item startbptato2024-02-011-2/+2
* md2html: detect lists starting with dashbptato2024-02-011-1/+1
* toml: misc refactoringsbptato2024-01-301-71/+40
* toml: allow EOF in values with laxnamesbptato2024-01-301-0/+2
* config: append */* rule instead of prependingbptato2024-01-302-11/+3
* Update todobptato2024-01-301-0/+2
* Add default md2html converterbptato2024-01-305-16/+413
* doc/config: add missing backtickbptato2024-01-301-1/+1
* doc: do not emphasize th text, mention pager.locationbptato2024-01-301-33/+38
* Add command to yank link under cursor (yc)bptato2024-01-294-5/+34
* js: always use var destructorbptato2024-01-291-8/+2
* layout: more consistent namingbptato2024-01-291-79/+41
* layout: consider inline positioning for absolute blocksbptato2024-01-293-78/+102
* forkserver: clean upbptato2024-01-295-30/+24
* client: stop entire process group on suspend()bptato2024-01-292-3/+4
* man: fix man -kbptato2024-01-271-20/+37
* mimetypes: simplify parseMimeTypesbptato2024-01-272-16/+15
* loader: clean up error handlingbptato2024-01-265-82/+71
* cgi: fix broken libexec path env variablebptato2024-01-264-9/+10
* Add mancha man page viewerbptato2024-01-2610-11/+434
* js: update pragma docsbptato2024-01-241-3/+9
* js: define toStringTag properlybptato2024-01-243-3/+13
* js: allow specifying static function name, small refactoringbptato2024-01-243-63/+62
* Remove newFormatbptato2024-01-235-20/+16
* color: remove Premul typebptato2024-01-231-18/+10