about summary refs log tree commit diff stats
path: root/src/local/pager.nim
Commit message (Expand)AuthorAgeFilesLines
* config: support smart casebptato2024-07-161-4/+1
* 32-bit compilation fixesbptato2024-07-131-8/+8
* pager: fix redirection to deleted buffersbptato2024-07-061-5/+18
* config: add buffer.autofocusbptato2024-07-041-0/+1
* pager: PNGify kitty images, clear images on buffer switchbptato2024-07-021-13/+48
* dom, pager: cache images from networkbptato2024-06-291-18/+19
* config: add various missing optionsbptato2024-06-291-3/+4
* img, loader: add image resizing, misc fixesbptato2024-06-281-12/+33
* misc cleanupsbptato2024-06-221-2/+1
* pager: fix nil deref in dupeBufferbptato2024-06-221-15/+18
* pager: refactor drawing codebptato2024-06-221-93/+111
* term, pager: improve image displaybptato2024-06-211-33/+71
* client, pager: fix cached item refcounting bugsbptato2024-06-211-6/+16
* img, loader: separate out png codec into cgi, misc improvementsbptato2024-06-201-6/+34
* pager: prefill lmUsername with current usernamebptato2024-06-161-1/+1
* pager: actually fix broken logicbptato2024-06-091-2/+2
* pager: fix broken logicbptato2024-06-091-3/+3
* pager: send Accept: */* for viewImagebptato2024-06-081-2/+7
* buffer: add autofocusbptato2024-06-081-41/+35
* pager, buffer: improve forms, protocol configbptato2024-06-081-13/+19
* Move JS wrapper into Monouchabptato2024-06-031-9/+10
* pager: rework D/discard bufferbptato2024-05-311-47/+126
* html: improve Request, derive Client from Windowbptato2024-05-201-1/+1
* pager: editor command fixesbptato2024-05-121-2/+2
* client, pager: remove unnecessary std/streamsbptato2024-05-111-9/+6
* buffer: fix multipart formsbptato2024-05-111-1/+17
* pager: take $EDITOR from envbptato2024-05-111-5/+5
* luwrap: use separate context (+ various cleanups)bptato2024-05-101-3/+7
* js: refactorbptato2024-05-081-2/+2
* Use isSome instead of isOkbptato2024-05-051-3/+3
* client: make quit() actually quit, misc fixesbptato2024-05-041-1/+1
* js: fix various leaks etc.bptato2024-05-031-16/+28
* loader: fix applying config for initial requestbptato2024-05-021-2/+1
* config: add insecure-ssl-no-verify option to siteconfbptato2024-05-011-1/+5
* pager: reduce unnecessary image redrawsbptato2024-04-261-1/+1
* Initial image supportbptato2024-04-251-0/+5
* sandbox: seccomp support on Linuxbptato2024-04-181-1/+1
* Update code stylebptato2024-04-171-44/+46
* js: remove automatic function -> closure conversionbptato2024-04-151-14/+28
* pager: fix incremental search with empty stringbptato2024-03-301-3/+11
* pager: exclude status line from buffer heightbptato2024-03-301-1/+5
* pager: edit source fixesbptato2024-03-301-27/+8
* pager: fix broken writeToFilebptato2024-03-291-5/+1
* fflush() before forksbptato2024-03-281-6/+11
* buffer: fix cancel()bptato2024-03-271-1/+16
* pager: percent-decode path name in askDownloadPathbptato2024-03-251-1/+1
* js: proper distinction between Opt/Optionbptato2024-03-241-6/+6
* io: derive DynStream from RootObj (not Stream)bptato2024-03-241-25/+29
* pager: detect JS as textbptato2024-03-241-1/+5
* config: add default-headers to siteconfbptato2024-03-211-19/+7