about summary refs log tree commit diff stats
path: root/src/local
Commit message (Expand)AuthorAgeFilesLines
...
* Remove trailing spacesbptato2023-10-231-1/+1
* base64: reduce pointless re-coding using JSStringbptato2023-10-211-2/+3
* javascript: add TextEncoder, TextDecoderbptato2023-10-211-0/+2
* WindowAttributes: refactorbptato2023-10-193-3/+3
* pager/lineedit: notify lineedit of windowChangebptato2023-10-181-0/+2
* container: add cursorNthLink, cursorRevNthLinkbptato2023-10-141-0/+14
* Refactor Consolebptato2023-10-133-73/+104
* Add w3m-cgi-compat optionbptato2023-10-011-1/+2
* Fix cursor x not being updated on backwards searchbptato2023-10-011-3/+11
* container: fix oob in area highlightingbptato2023-10-011-0/+2
* container: center column in setCursorXYCenterbptato2023-10-011-0/+3
* more vi/m compatbptato2023-10-011-16/+26
* Improve vi/m compat in scrollingbptato2023-10-011-17/+68
* buffer: fix cursor unnecessarily jumping to y=0bptato2023-09-301-2/+3
* Add urimethodmap supportbptato2023-09-303-5/+12
* loader: add local-cgibptato2023-09-301-5/+2
* buffer: simplify contentType handlingbptato2023-09-272-14/+15
* interface clone: remove unused arg, documentbptato2023-09-271-1/+1
* Add precnum support to more functionsbptato2023-09-262-34/+41
* pager: show character sequence inputs on status linebptato2023-09-262-31/+44
* Add M-p as "load page on clipboard"bptato2023-09-251-3/+8
* client: write errors to browser console in evalActionbptato2023-09-251-3/+10
* client: clean up Client objectbptato2023-09-241-14/+5
* client, timeout: simplifybptato2023-09-241-8/+8
* regex: copy after compilingbptato2023-09-241-1/+2
* container: un-extern, un-ref highlightsbptato2023-09-231-9/+6
* fix devnull dup in place of stdinbptato2023-09-231-4/+7
* buffer: make readFromFd work with pipesbptato2023-09-231-1/+8
* buffer: make clone fork()bptato2023-09-232-20/+76
* Disable "toggle source" for the console bufferbptato2023-09-213-8/+17
* lineedit: rewritebptato2023-09-181-13/+7
* Fix compilation with --assertions:offbptato2023-09-151-2/+4
* bindings: fix JSInterruptHandler signaturebptato2023-09-151-1/+1
* move around more modulesbptato2023-09-144-26/+26
* move some modules to local/bptato2023-09-144-0/+3162