about summary refs log tree commit diff stats
path: root/src/local
Commit message (Expand)AuthorAgeFilesLines
* img, loader: separate out png codec into cgi, misc improvementsbptato2024-06-204-12/+46
* pager: prefill lmUsername with current usernamebptato2024-06-161-1/+1
* Update Chame, Chagashibptato2024-06-132-15/+18
* pager: actually fix broken logicbptato2024-06-091-2/+2
* pager: fix broken logicbptato2024-06-091-3/+3
* dom: simplify window.loaderbptato2024-06-091-4/+1
* pager: send Accept: */* for viewImagebptato2024-06-081-2/+7
* buffer: add autofocusbptato2024-06-082-63/+60
* pager, buffer: improve forms, protocol configbptato2024-06-082-17/+23
* Move JS wrapper into Monouchabptato2024-06-035-24/+27
* pager: rework D/discard bufferbptato2024-05-311-47/+126
* client: fix double click on double width charsbptato2024-05-231-7/+7
* html: improve Request, derive Client from Windowbptato2024-05-203-23/+20
* config: separate tmp dir for sockets, usersbptato2024-05-161-4/+5
* pager: editor command fixesbptato2024-05-121-2/+2
* container: remove unused codebptato2024-05-121-5/+0
* client, pager: remove unnecessary std/streamsbptato2024-05-112-12/+7
* buffer: fix multipart formsbptato2024-05-113-23/+46
* pager: take $EDITOR from envbptato2024-05-111-5/+5
* term: optimize canvas redraw, remove emulate-overlinebptato2024-05-101-63/+38
* luwrap: use separate context (+ various cleanups)bptato2024-05-103-64/+55
* luwrap: replace Nim unicode maps with libunicodebptato2024-05-092-2/+5
* js: refactorbptato2024-05-084-10/+15
* js: fix compilation on 1.6.14bptato2024-05-061-1/+1
* Use isSome instead of isOkbptato2024-05-053-5/+5
* client: make quit() actually quit, misc fixesbptato2024-05-042-34/+43
* js: fix various leaks etc.bptato2024-05-032-48/+73
* loader: fix applying config for initial requestbptato2024-05-021-2/+1
* config: add insecure-ssl-no-verify option to siteconfbptato2024-05-011-1/+5
* term: fix incorrect dimensions used in sixelbptato2024-04-291-30/+29
* term: add sixel background color blendingbptato2024-04-291-9/+19
* term: remove background color blending in sixelbptato2024-04-271-9/+1
* ua.css: style xmp like prebptato2024-04-271-1/+9
* buffer: add toggleImagesbptato2024-04-271-0/+9
* term: query sixel color register numberbptato2024-04-271-32/+51
* Remove unnecessary unsigned castsbptato2024-04-261-2/+2
* pager: reduce unnecessary image redrawsbptato2024-04-261-1/+1
* term: add sixel encoderbptato2024-04-251-84/+179
* Initial image supportbptato2024-04-253-16/+95
* sandbox: seccomp support on Linuxbptato2024-04-183-6/+26
* Update code stylebptato2024-04-176-203/+207
* term: save/restore title after "set title"bptato2024-04-161-2/+12
* js: remove automatic function -> closure conversionbptato2024-04-151-14/+28
* term: do not eat last DA1 valuebptato2024-04-101-3/+9
* pager: fix incremental search with empty stringbptato2024-03-301-3/+11
* pager: fix weird halfPage* behaviorbptato2024-03-301-6/+6
* pager: exclude status line from buffer heightbptato2024-03-302-1/+9
* pager: edit source fixesbptato2024-03-301-27/+8
* term: flush stdout in anyKeybptato2024-03-291-0/+1
* pager: fix broken writeToFilebptato2024-03-291-5/+1