about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* cascade: fix style cachingbptato2024-07-092-6/+8
* selectorparser: fix parseNthChild `of' token checkbptato2024-07-071-1/+3
* lineedit: small cleanupbptato2024-07-071-4/+1
* pager: fix redirection to deleted buffersbptato2024-07-062-5/+19
* main, forkserver: optimize startupbptato2024-07-063-35/+28
* renderdocument: clean up setTextbptato2024-07-061-100/+107
* main: misc improvementsbptato2024-07-052-12/+49
* config: add buffer.autofocusbptato2024-07-042-0/+2
* layout: reduce copiesbptato2024-07-033-29/+40
* css, html: fix CSS dependency invalidationbptato2024-07-035-112/+121
* term: fix excessive SGR output in ansi color modebptato2024-07-021-17/+21
* term: query default ansi colors, etc.bptato2024-07-021-63/+94
* layout: fix positioning bugbptato2024-07-021-4/+5
* pager: PNGify kitty images, clear images on buffer switchbptato2024-07-024-29/+74
* renderdocument: avoid recursionbptato2024-06-301-9/+12
* promise, container: fix nil derefsbptato2024-06-302-17/+25
* layout: flex padding/margin fixesbptato2024-06-301-2/+8
* cascade: support align=left, align=right on imgbptato2024-06-291-2/+14
* term: fix sixel OOBbptato2024-06-291-1/+1
* layout: clamp image size to available spacebptato2024-06-291-5/+14
* dom, pager: cache images from networkbptato2024-06-297-50/+86
* layout: fix image baselinebptato2024-06-291-6/+5
* layout: fix text-align + padding coloringbptato2024-06-291-1/+2
* loader: fix fd leaksbptato2024-06-291-0/+2
* config: add various missing optionsbptato2024-06-295-6/+22
* img, loader: add image resizing, misc fixesbptato2024-06-2813-118/+174
* layout: inline fixes & improvementsbptato2024-06-273-240/+201
* layout: simplifybptato2024-06-241-53/+44
* layout: avoid shrink-to-fit padding/margin overflowbptato2024-06-231-7/+12
* layout: get rid of incorrect hackbptato2024-06-231-1/+1
* config: fix JS command definitionsbptato2024-06-232-3/+4
* term: fix negative line damage bugbptato2024-06-231-4/+2
* loader: fix failing assertionbptato2024-06-221-2/+4
* Update monouchabptato2024-06-225-6/+6
* env: fix nil deref in clientbptato2024-06-221-1/+3
* misc cleanupsbptato2024-06-2215-35/+24
* pager: fix nil deref in dupeBufferbptato2024-06-221-15/+18
* forkserver: add missing exitnowbptato2024-06-221-0/+1
* pager: refactor drawing codebptato2024-06-226-503/+536
* term, pager: improve image displaybptato2024-06-215-101/+224
* client, pager: fix cached item refcounting bugsbptato2024-06-214-30/+66
* stbi: add encodersbptato2024-06-211-8/+18
* img, term: try to detect unknown images, improve kitty encoderbptato2024-06-214-30/+33
* img: use stb_image, drop zlib as dependencybptato2024-06-206-27/+58
* loader: better error handlingbptato2024-06-204-21/+31
* img, loader: separate out png codec into cgi, misc improvementsbptato2024-06-2026-790/+596
* pager: prefill lmUsername with current usernamebptato2024-06-161-1/+1
* buffer: copy lessbptato2024-06-141-8/+10
* buffer: decoding fixesbptato2024-06-143-46/+48
* Update Chame, Chagashibptato2024-06-137-149/+46