about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* config: fix invalid use of externbptato2023-09-131-1/+2
* layout: make table rowspan occupy several rowsbptato2023-09-112-20/+51
* Makefile: add debugger:native to debug targetbptato2023-09-111-1/+1
* layout: fix table row group regressionbptato2023-09-101-9/+29
* container: accept numbers in cursorLeft, cursorRight, etc.bptato2023-09-093-25/+25
* layout: simplify preBuildTableRowsbptato2023-09-091-36/+13
* layout: remove commented out hackbptato2023-09-091-10/+0
* layout: add table rowspanbptato2023-09-093-13/+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-097-71/+127
* ouchbptato2023-09-081-1/+1
* regex: avoid infinite loopbptato2023-09-081-1/+7
* update readmebptato2023-09-081-5/+9
* dom: align some return values with their webidlbptato2023-09-082-13/+13
* Add vi-style numeric prefixes, make gotoLine 1-basedbptato2023-09-085-19/+118
* container: add separate commands for 0 and ^bptato2023-09-083-1/+16
* 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
* update todobptato2023-09-071-2/+1
* Add btoa, atobbptato2023-09-073-0/+38
* readme: note lack of Windows supportbptato2023-09-071-0/+1
* readme: clarifybptato2023-09-071-2/+2
* readme: update minimum required versionbptato2023-09-071-1/+1
* 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
* config: add gotoLine as M-gbptato2023-09-071-0/+1
* dom: set input type to text if not givenbptato2023-09-071-0/+2
* twtstr: remove some unused procsbptato2023-09-071-22/+0