about summary refs log tree commit diff stats
path: root/src/local
Commit message (Expand)AuthorAgeFilesLines
* term, sixel: misc image fixes, sixel optimizationbptato2024-08-301-15/+24
* sixel: minor optimizationsbptato2024-08-281-1/+3
* sixel, term: fix off-by-1's in croppingbptato2024-08-281-50/+36
* term: fix crash on identical stacked imagesbptato2024-08-271-1/+3
* pager: fix nav direction after view sourcebptato2024-08-271-0/+1
* sixel: break out into a separate cgi scriptbptato2024-08-243-132/+150
* winattrs: un-snakeifybptato2024-08-233-6/+6
* term: don't panic if termcap tgetent failsbptato2024-08-171-76/+89
* dom, xhr: slight progress on modules, fix an XHR bugbptato2024-08-151-6/+1
* xhr: more progressbptato2024-08-151-6/+5
* mailcap: various fixesbptato2024-08-111-5/+5
* dom: remove generic JS bindingsbptato2024-08-113-26/+31
* pager: fix incorrect error message in rewrite-urlbptato2024-08-101-3/+6
* pager: fix <select> drawing after container redrawbptato2024-08-092-1/+3
* Update monouchabptato2024-08-093-37/+41
* cssvalues, color: use parseEnumNoCase morebptato2024-08-031-2/+4
* console, client: optimize console.log (etc.)bptato2024-07-301-2/+2
* term: constify queriesbptato2024-07-301-3/+15
* Fixes for Nim 2.2bptato2024-07-294-9/+1
* buffer, pager, config: add meta-refresh + misc fixesbptato2024-07-284-32/+91
* client, sandbox: fix termux buildbptato2024-07-241-5/+8
* pager: fix dead containers left in replaceBackupbptato2024-07-232-0/+9
* term: fix positionImage sixel size clamping (take 2)bptato2024-07-231-2/+2
* term: fix positionImage sixel size clampingbptato2024-07-231-6/+10
* term: fix kitty image positioningbptato2024-07-201-2/+5
* loader: copy cached items on buffer cloningbptato2024-07-203-4/+8
* loader: async status/headers for fetchbptato2024-07-191-7/+2
* client: remove redundant global functionsbptato2024-07-161-22/+0
* timeout: simplify, misc fixesbptato2024-07-161-7/+7
* term: image sizing fixesbptato2024-07-161-8/+39
* config: support smart casebptato2024-07-161-4/+1
* 32-bit compilation fixesbptato2024-07-132-9/+9
* timeout: fix jsvalue leakbptato2024-07-101-0/+1
* lineedit: small cleanupbptato2024-07-071-4/+1
* pager: fix redirection to deleted buffersbptato2024-07-062-5/+19
* main, forkserver: optimize startupbptato2024-07-061-9/+2
* config: add buffer.autofocusbptato2024-07-041-0/+1
* term: fix excessive SGR output in ansi color modebptato2024-07-021-17/+21
* term: query default ansi colors, etc.bptato2024-07-021-63/+94
* 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