about summary refs log tree commit diff stats
path: root/src/local
Commit message (Expand)AuthorAgeFilesLines
...
* libregexp: update LRE_FLAG_UTF16 namebptato2024-03-211-1/+1
* cell: update FormatFlag naming, remove useless templatesbptato2024-03-213-18/+18
* buffer: send title during load + other title stuffbptato2024-03-211-12/+13
* buffer: also buffer input readsbptato2024-03-212-4/+6
* pager: fix flipped predicate for downloadbptato2024-03-211-1/+1
* client: fix dump detectionbptato2024-03-201-7/+7
* pager: add "save link", "save source"; change & document some keybindingsbptato2024-03-203-63/+111
* pager: do not ask to download text/*bptato2024-03-191-1/+1
* buffer: add markURLbptato2024-03-192-3/+14
* client: refactor inputbptato2024-03-183-164/+146
* config: parse mime.types/mailcap/urimethodmap inside parseConfigbptato2024-03-182-18/+9
* pager: remove useless codebptato2024-03-182-16/+1
* config: clean up/simplifybptato2024-03-172-26/+14
* client: fix "Hit any key" bug on load failurebptato2024-03-173-21/+45
* pager: fix buffer filteringbptato2024-03-171-2/+4
* io: add BuferedWriterbptato2024-03-161-2/+3
* client, pager: various file saving fixesbptato2024-03-163-18/+22
* pager: fix disappearing buffers when reload failsbptato2024-03-161-9/+8
* container: fall back to text/plain instead of application/octet-streambptato2024-03-161-1/+2
* pager: simplify line editingbptato2024-03-162-64/+69
* pager, loader: add "Save file to" functionalitybptato2024-03-161-11/+74
* config: add start.console-buffer optionbptato2024-03-162-3/+4
* container: cursor x fixesbptato2024-03-151-2/+4
* Clean up BufferConfigbptato2024-03-153-36/+61
* client: check if container was found before deleting itbptato2024-03-141-2/+2
* pager: unregister containers properly when headers are pendingbptato2024-03-143-14/+33
* Move around some modulesbptato2024-03-145-15/+1292
* pager: add "open in editor" keybinding (sE)bptato2024-03-143-9/+62
* pager: use loadinfo for redirection message, not alertbptato2024-03-131-1/+2
* client: fix blocking reads on container connectionbptato2024-03-123-43/+104
* loader: remove applyHeadersbptato2024-03-123-30/+31
* posixstream: do not ignore lseek resultbptato2024-03-121-2/+6
* pager: fix replacement logicbptato2024-03-122-27/+32
* pager: decrement numload on redirectbptato2024-03-121-0/+1
* io: add dynstreambptato2024-03-122-2/+3
* pager: do not eat error alerts on startupbptato2024-03-112-2/+1
* loader: rework process modelbptato2024-03-113-607/+720
* client: fix thumb button confusionbptato2024-03-111-18/+18
* client: bind middle button to discardBuffer, use button5/6 as scrollbptato2024-03-112-5/+14
* client: only accept "press" input type for scroll wheelbptato2024-03-111-2/+6
* pager: clear status message when opening external viewersbptato2024-03-041-0/+2
* buffer: improve/fix onload return valuesbptato2024-03-032-14/+18
* quickjs: reduce diff with upstreambptato2024-03-021-2/+3
* container: fix off-by-one error in scrollDownbptato2024-03-021-1/+1
* container: fix cursorLineBegin/cursorLineTextStart with vertical scrollbptato2024-03-011-1/+3
* buffer, client: fix deadlock with send() callsbptato2024-02-293-10/+26
* Add mouse supportbptato2024-02-293-24/+164
* pager: fix gotoURL crashingbptato2024-02-291-0/+1
* pager: improve URL loading procsbptato2024-02-281-5/+14
* container: fix cursor positioning bugsbptato2024-02-281-6/+24