about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* bindings: fix JSInterruptHandler signaturebptato2023-09-152-2/+2
* dom: fix incorrect iteration in descendantsbptato2023-09-141-2/+3
* buffer: directly pass EncoderStream to parseStylesheetbptato2023-09-141-3/+2
* Update submodulesbptato2023-09-144-5/+16
* remove radixtreebptato2023-09-141-195/+0
* move around more modulesbptato2023-09-1454-121/+121
* move some modules to local/bptato2023-09-145-6/+6
* Switch buffer -> client connection to client -> bufferbptato2023-09-143-37/+29
* fix ansi color parsing of multiple valuesbptato2023-09-131-1/+0
* twtstr: simplifybptato2023-09-132-13/+8
* toml: fix underscore number separatorbptato2023-09-131-1/+1
* Do not use mailcap for text/plainbptato2023-09-131-0/+5
* fix compile errorbptato2023-09-131-1/+1
* toml: simplifybptato2023-09-131-4/+2
* toml: fix bugs in parseNumberbptato2023-09-131-12/+15
* toml: do not stream inputbptato2023-09-131-4/+1
* 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