about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* toml: add support for hex/octal numbersbptato2023-09-131-9/+45
* color: fix parseLegacyColor bugsbptato2023-09-132-10/+14
* layout: make table rowspan occupy several rowsbptato2023-09-112-20/+51
* layout: fix table row group regressionbptato2023-09-101-9/+29
* container: accept numbers in cursorLeft, cursorRight, etc.bptato2023-09-091-8/+8
* layout: simplify preBuildTableRowsbptato2023-09-091-36/+13
* layout: remove commented out hackbptato2023-09-091-10/+0
* layout: add table rowspanbptato2023-09-092-11/+57
* fix compilation on 1.6.14bptato2023-09-091-3/+3
* buffer: remove url referencebptato2023-09-091-2/+3
* javascript: fix a GC bugbptato2023-09-092-5/+23
* blob: use JSDictbptato2023-09-091-10/+14
* tojs: remove JSDictbptato2023-09-091-12/+0
* remove obsolete commentbptato2023-09-091-1/+0
* event: use JSDictbptato2023-09-091-20/+18
* fetch: use JSDictbptato2023-09-094-46/+139
* javascript: add JSDict typebptato2023-09-094-14/+46
* add extern, refactor some term functionsbptato2023-09-096-71/+122
* ouchbptato2023-09-081-1/+1
* regex: avoid infinite loopbptato2023-09-081-1/+7
* dom: align some return values with their webidlbptato2023-09-082-13/+13
* Add vi-style numeric prefixes, make gotoLine 1-basedbptato2023-09-083-14/+52
* container: add separate commands for 0 and ^bptato2023-09-081-0/+9
* url: simplifybptato2023-09-081-26/+10
* cell: remove old hackbptato2023-09-081-4/+0
* fetch: allow string input, allow init dictionarybptato2023-09-082-4/+9
* buffer.click: implement preventDefaultbptato2023-09-081-8/+16
* URL: fix missing searchParams when baseURL is givenbptato2023-09-081-0/+3
* atob, btoa: handle latin-1 correctlybptato2023-09-081-12/+36
* Add btoa, atobbptato2023-09-073-0/+38
* toml: complain more on unexpected EOFbptato2023-09-071-2/+3
* container: remove strformat dependencybptato2023-09-071-2/+4
* container: remove attrsbptato2023-09-071-3/+0
* dom: set input type to text if not givenbptato2023-09-071-0/+2
* twtstr: remove some unused procsbptato2023-09-071-22/+0
* twtstr: remove toLowerAscii2bptato2023-09-072-23/+10
* url: optimizebptato2023-09-071-15/+21
* url: fix \n, \t not being properly removedbptato2023-09-071-1/+3
* toml: remove unused importbptato2023-09-071-1/+0
* loader: get rid of xdeclaredbutnotused warningbptato2023-09-071-0/+1
* toml: fix newline counting in multiline stringsbptato2023-09-071-2/+4
* main: remove stray eprint, update -o info textbptato2023-09-061-2/+1
* fix typobptato2023-09-061-2/+2
* main: allow grouped single-letter paramsbptato2023-09-051-59/+94
* javascript: reference unforgeables in tablebptato2023-09-041-1/+1
* tojs: fix memory leakbptato2023-09-041-5/+12
* Fix compilation < Nim 2.0bptato2023-09-041-1/+1
* loader, data: remove stray eprintsbptato2023-09-022-4/+0
* buffer: run JS jobs on connected/read/errorbptato2023-09-011-0/+6
* loader: add data URLsbptato2023-09-015-6/+72