about summary refs log tree commit diff stats
path: root/src/local
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* buffer: add image viewer supportbptato2024-02-271-24/+23
* misc refactoringsbptato2024-02-271-5/+5
* buffer: reset prevStyled in switchCharset, reshapebptato2024-02-271-9/+3
* pager: do not add replacement containersbptato2024-02-261-1/+3
* buffer: clean up onload, fix console updatebptato2024-02-262-42/+40
* term: improve pixels-per-column/line detectionbptato2024-02-253-20/+17
* Separate ANSI text decoding from main binarybptato2024-02-252-45/+88
* pager: fix wrong referrer in redirectTobptato2024-02-231-1/+1
* buffer: remove BufferSourcebptato2024-02-222-38/+30
* buffer: clean up contentTypebptato2024-02-222-26/+36
* config: replace default-flags with ignore-casebptato2024-02-221-4/+10
* Replace Chakasu with Chagashibptato2024-02-223-3/+3
* container: fix crash on clone -> view sourcebptato2024-02-191-5/+9
* client: fix EOF error for estreambptato2024-02-181-0/+2
* pager: fix compilation on 1.6.14bptato2024-02-171-1/+1
* regex: re-work compileSearchRegexbptato2024-02-171-2/+4
* term: fix coloring messbptato2024-02-171-1/+4
* winattrs: remove unnecessary call, fix height_px fallbackbptato2024-02-172-5/+5
* layout: use html/body bgcolor as canvas bgcolorbptato2024-02-171-7/+20