about summary refs log tree commit diff stats
path: root/src/local/container.nim
Commit message (Expand)AuthorAgeFilesLines
* client: fix blocking reads on container connectionbptato2024-03-121-1/+0
* loader: remove applyHeadersbptato2024-03-121-11/+8
* posixstream: do not ignore lseek resultbptato2024-03-121-2/+6
* pager: do not eat error alerts on startupbptato2024-03-111-1/+0
* loader: rework process modelbptato2024-03-111-207/+176
* buffer: improve/fix onload return valuesbptato2024-03-031-9/+14
* 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-291-6/+7
* Add mouse supportbptato2024-02-291-14/+20
* 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
* buffer: clean up onload, fix console updatebptato2024-02-261-40/+39
* term: improve pixels-per-column/line detectionbptato2024-02-251-1/+1
* buffer: remove BufferSourcebptato2024-02-221-20/+18
* buffer: clean up contentTypebptato2024-02-221-15/+19
* Replace Chakasu with Chagashibptato2024-02-221-1/+1
* container: fix crash on clone -> view sourcebptato2024-02-191-5/+9
* winattrs: remove unnecessary call, fix height_px fallbackbptato2024-02-171-3/+2
* 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
* Various refactorings & fixesbptato2024-02-141-1/+0
* pager: reduce boilerplatebptato2024-02-141-2/+2
* container: allow dismissing loadinfobptato2024-02-131-6/+12
* container: do not reshape twice on loading documentsbptato2024-02-121-18/+18
* buffersource: remove location fieldbptato2024-02-121-9/+12
* Add pager.externFilterSourcebptato2024-02-121-0/+4
* Remove CLONE BufferSource; cache document sources in tmpdirbptato2024-02-121-9/+28
* container: fix cursorToggleSelection on double-width charactersbptato2024-02-111-3/+4
* Get rid of LOAD_PIPE BufferSourcebptato2024-02-111-15/+18
* twtstr: misc refactoringsbptato2024-02-091-1/+1
* Add command to yank link under cursor (yc)bptato2024-01-291-0/+6
* forkserver: clean upbptato2024-01-291-12/+2
* 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
* js: merge some type modules into jstypesbptato2024-01-111-1/+1
* Use std/* imports everywherebptato2024-01-071-5/+5
* container: fix gotoMarkYbptato2023-12-211-1/+1
* container: fix multi-byte selections, do not append newlinebptato2023-12-161-7/+11
* Implement local CGI error message handlingbptato2023-12-151-1/+7
* Set ishtml in the correct place, take ishtml on clonebptato2023-12-151-1/+2
* container: track ishtml statusbptato2023-12-151-0/+3
* Various fixesbptato2023-12-131-0/+1
* break up twtstr somewhatbptato2023-12-131-0/+1
* pager: add marksbptato2023-12-091-7/+150
* pager: add precnum to [, ]bptato2023-12-091-4/+4
* pager: add `{', `}'; document externIntobptato2023-12-091-0/+14
* pager, container: add text selection/copyingbptato2023-12-031-40/+163