about summary refs log tree commit diff stats
path: root/src/local
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* forkserver: clean upbptato2024-01-293-21/+6
* client: stop entire process group on suspend()bptato2024-01-291-1/+1
* Remove newFormatbptato2024-01-232-8/+7
* container: fix b/e unnecessarily switching linesbptato2024-01-201-3/+8
* Re-design word handling, add e, E, W, B, etc.bptato2024-01-191-10/+156
* Remove std/terminal dependencybptato2024-01-171-1/+0
* js: merge some type modules into jstypesbptato2024-01-113-3/+3
* pager: simplify updateReadLinebptato2024-01-111-14/+16
* Fix windowChange not refreshing valid media queriesbptato2024-01-101-0/+2
* Use std/* imports everywherebptato2024-01-073-25/+25
* Set cgiDir for client loader processbptato2024-01-062-2/+4