about summary refs log tree commit diff stats
path: root/src/local
Commit message (Expand)AuthorAgeFilesLines
* pager: PNGify kitty images, clear images on buffer switchbptato2024-07-023-28/+73
* promise, container: fix nil derefsbptato2024-06-301-1/+3
* term: fix sixel OOBbptato2024-06-291-1/+1
* dom, pager: cache images from networkbptato2024-06-293-33/+44
* config: add various missing optionsbptato2024-06-291-3/+4
* img, loader: add image resizing, misc fixesbptato2024-06-281-12/+33
* config: fix JS command definitionsbptato2024-06-231-2/+3
* term: fix negative line damage bugbptato2024-06-231-4/+2
* misc cleanupsbptato2024-06-224-9/+6
* pager: fix nil deref in dupeBufferbptato2024-06-221-15/+18
* pager: refactor drawing codebptato2024-06-226-503/+536
* term, pager: improve image displaybptato2024-06-213-95/+213
* client, pager: fix cached item refcounting bugsbptato2024-06-213-14/+30
* img, term: try to detect unknown images, improve kitty encoderbptato2024-06-211-19/+17
* 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