about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* dom: fix race condition in image loadingbptato2024-07-211-3/+4
* term: fix kitty image positioningbptato2024-07-201-2/+5
* loader: copy cached items on buffer cloningbptato2024-07-205-8/+20
* buffer: fix nil deref on click without clickable elementbptato2024-07-192-7/+5
* loader: async status/headers for fetchbptato2024-07-193-30/+41
* html: event cleanup, XHR progressbptato2024-07-1810-198/+587
* luwrap: use lre_is_spacebptato2024-07-181-2/+1
* Update monouchabptato2024-07-181-1/+1
* dom, match, event: small cleanupbptato2024-07-173-33/+32
* Update monouchabptato2024-07-171-1/+1
* client: remove redundant global functionsbptato2024-07-161-22/+0
* timeout: simplify, misc fixesbptato2024-07-163-90/+61
* term: image sizing fixesbptato2024-07-161-8/+39
* config: support smart casebptato2024-07-163-10/+20
* io: remove readablestreambptato2024-07-141-32/+0
* encoding: simplifybptato2024-07-141-66/+15
* 32-bit compilation fixesbptato2024-07-134-17/+17
* renderdocument: fix clickable imagesbptato2024-07-121-0/+5
* css: clean up a bitbptato2024-07-123-54/+18
* fix compilation on 2.0.8bptato2024-07-102-3/+9
* cascade: reduce allocationsbptato2024-07-101-57/+42
* timeout: fix jsvalue leakbptato2024-07-102-13/+28
* 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