about summary refs log tree commit diff stats
path: root/src/local/container.nim
Commit message (Expand)AuthorAgeFilesLines
* buffer: add toggleImagesbptato2024-04-271-0/+9
* Initial image supportbptato2024-04-251-4/+5
* sandbox: seccomp support on Linuxbptato2024-04-181-5/+21
* Update code stylebptato2024-04-171-89/+92
* pager: fix weird halfPage* behaviorbptato2024-03-301-6/+6
* pager: exclude status line from buffer heightbptato2024-03-301-0/+4
* container: rename enumsbptato2024-03-271-17/+17
* buffer: fix cancel()bptato2024-03-271-10/+17
* io: derive DynStream from RootObj (not Stream)bptato2024-03-241-4/+4
* buffer: send title during load + other title stuffbptato2024-03-211-12/+13
* buffer: also buffer input readsbptato2024-03-211-3/+1
* pager: add "save link", "save source"; change & document some keybindingsbptato2024-03-201-23/+43
* buffer: add markURLbptato2024-03-191-2/+12
* client: fix "Hit any key" bug on load failurebptato2024-03-171-5/+8
* container: fall back to text/plain instead of application/octet-streambptato2024-03-161-1/+2
* container: cursor x fixesbptato2024-03-151-2/+4
* Clean up BufferConfigbptato2024-03-151-11/+14
* pager: unregister containers properly when headers are pendingbptato2024-03-141-1/+2
* Move around some modulesbptato2024-03-141-1/+1
* pager: add "open in editor" keybinding (sE)bptato2024-03-141-2/+4
* 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