about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* layout: inline table fixesbptato2024-07-271-54/+154
* layout: position: relative, absolute fixesbptato2024-07-261-34/+52
* url: fix URLSearchParams implementationbptato2024-07-251-20/+19
* layout: fix incorrect absolute positioningbptato2024-07-252-18/+26
* layout: min/max sizing fixesbptato2024-07-252-29/+58
* selectorparser: fix broken tostrbptato2024-07-251-11/+27
* url: fix a small incompatibilitybptato2024-07-251-28/+21
* url: misc fixes & improvementsbptato2024-07-242-490/+580
* client, sandbox: fix termux buildbptato2024-07-242-8/+59
* 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
* dom: fix wrong proc call in fireEventbptato2024-07-222-2/+2
* layout: fix various flex column sizing bugsbptato2024-07-221-24/+58
* buffer, dom, event: JS binding for dispatchEventbptato2024-07-226-116/+152
* dom: fix getElementById signaturebptato2024-07-211-3/+3
* buffer: replace dispatchEvent procs with that in dombptato2024-07-213-37/+7
* 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