about summary refs log tree commit diff stats
path: root/src/local
Commit message (Expand)AuthorAgeFilesLines
* twtstr: add mypairsbptato2024-11-282-3/+3
* layout, term, url: misc cleanupbptato2024-11-281-1/+0
* mailcap: add x-needsstyle extension fieldbptato2024-11-271-2/+7
* select: pad options in newSelectbptato2024-11-262-18/+19
* client: exit if quit was called inside a jobbptato2024-11-251-10/+11
* pager, select: add more items, misc fixesbptato2024-11-253-46/+78
* select: misc fixesbptato2024-11-241-2/+10
* loader/* -> serverbptato2024-11-243-14/+14
* select: fix display with multi-width charsbptato2024-11-241-6/+11
* pager: pad menu itemsbptato2024-11-241-10/+10
* pager, select: implement more functionsbptato2024-11-242-5/+18
* pager, select: add right click menu, fix some bugsbptato2024-11-234-82/+219
* pager: fix loadURL crash on empty URLbptato2024-11-231-1/+3
* container: add Lynx-style navigation commandscommodorian2024-11-231-0/+55
* buffer: proper toggleImages implementationbptato2024-11-212-4/+4
* select: various improvementsbptato2024-11-211-69/+79
* container: add numLines getterbptato2024-11-191-1/+1
* Update monoucha, fix some JS testsbptato2024-11-181-2/+2
* select: add cursorPrevLink, cursorNextLinkbptato2024-11-171-0/+6
* container: do not share cached images on clonebptato2024-11-161-0/+1
* formdata: eliminate a global varbptato2024-11-152-8/+9
* js: reorganize modules, update docsbptato2024-11-152-8/+30
* config: resolve download-dir as path, update docsbptato2024-11-131-1/+3
* container: fix `U' cursor repositioning (really)bptato2024-11-122-25/+16
* buffer: fix broken gotoAnchor behaviorbptato2024-11-122-44/+44
* client: do not reopen istream if stdin is a ttybptato2024-11-121-6/+5
* url: reduce URL object size, simplifybptato2024-11-113-4/+5
* client: run actions for mouse clicksbptato2024-11-101-12/+16
* cascade: adjust prefers-color-scheme based on terminal backgroundbptato2024-11-101-0/+1
* layout -> cssbptato2024-11-102-3/+3
* url: fix compilation on Nim 1.6.14bptato2024-11-071-1/+1
* luwrap: fix compilation on 2.0.8 and refactor a bitbptato2024-11-051-1/+1
* utils, types: merge some modulesbptato2024-11-035-6/+2
* container: fix nil deref on cancelbptato2024-11-021-3/+4
* pager: fix borked error checkbptato2024-10-311-1/+1
* container: fix peekCursor showing hover texts in the wrong orderbptato2024-10-291-4/+5
* config: refactor, accept more possible config dirsbptato2024-10-281-1/+2
* pager: misc extern fixesbptato2024-10-271-80/+109
* container: fix crash on isearch between redirectsbptato2024-10-271-1/+1
* termcap: merge into termbptato2024-10-231-1/+29
* dynstream: refactorbptato2024-10-203-9/+7
* dynstream, serversocket: use posix instead of nativesocketsbptato2024-10-203-6/+2
* pager: refactor mailcap, console; misc fixesbptato2024-10-142-245/+227
* twtstr, toml: misc cleanupbptato2024-10-131-2/+1
* base64: merge into twtstr/envbptato2024-10-131-1/+0
* layout, pager: preserve tabs on display, selection & outputbptato2024-10-102-23/+45
* client: fix redirected buffers jumping back to parent on reloadbptato2024-10-071-0/+5
* pager: do not choke on empty editor commandbptato2024-10-071-2/+4
* color: reduce CellColor size, misc color refactoringbptato2024-10-062-15/+26
* pager: add missing int conversionbptato2024-10-061-1/+1