about summary refs log tree commit diff stats
path: root/src/local
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* container: set color on double width char + tab fillersbptato2024-02-161-7/+10
* pager: increase numload for stdinbptato2024-02-151-0/+1
* pager: enable wait in runMailcapWritePipebptato2024-02-141-1/+1
* Various refactorings & fixesbptato2024-02-143-19/+29
* pager: reduce boilerplatebptato2024-02-142-35/+22
* pager: warn on protocol switching redirectsbptato2024-02-141-4/+16
* container: allow dismissing loadinfobptato2024-02-132-8/+15
* container: do not reshape twice on loading documentsbptato2024-02-121-18/+18
* buffersource: remove location fieldbptato2024-02-122-26/+31
* Add pager.externFilterSourcebptato2024-02-122-6/+66
* Remove CLONE BufferSource; cache document sources in tmpdirbptato2024-02-123-44/+42
* pager: fix discardTreebptato2024-02-111-4/+6
* container: fix cursorToggleSelection on double-width charactersbptato2024-02-111-3/+4
* Get rid of LOAD_PIPE BufferSourcebptato2024-02-113-29/+34
* pager: use 644 mask for mailcap temp filesbptato2024-02-101-2/+2
* twtstr: misc refactoringsbptato2024-02-091-1/+1
* pager: display precnum *and* inputBuffer when precnum != 0bptato2024-02-011-3/+1
* Add command to yank link under cursor (yc)bptato2024-01-291-0/+6