about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* winattrs: remove unnecessary call, fix height_px fallbackbptato2024-02-173-6/+6
* css: reduce CSSComputedValue sizebptato2024-02-172-118/+96
* More bgcolor fixesbptato2024-02-171-10/+7
* layout: use html/body bgcolor as canvas bgcolorbptato2024-02-176-46/+74
* layout: only reset charwidth on non-word atomsbptato2024-02-161-1/+1
* container: set color on double width char + tab fillersbptato2024-02-161-7/+10
* layout: avoid wrapping on dash inside double-width linesbptato2024-02-161-0/+4
* so close!bptato2024-02-151-5/+7
* loader: fix crash on file redirection inputsbptato2024-02-152-16/+60
* pager: increase numload for stdinbptato2024-02-151-0/+1
* dom: fix href stringifierbptato2024-02-151-0/+2
* pager: enable wait in runMailcapWritePipebptato2024-02-141-1/+1
* Various refactorings & fixesbptato2024-02-1413-243/+127
* buffer: improve style invalidationbptato2024-02-144-7/+9
* buffer: fix regression on htmloutput document baseURLbptato2024-02-141-3/+2
* pager: reduce boilerplatebptato2024-02-143-35/+26
* pager: warn on protocol switching redirectsbptato2024-02-141-4/+16
* css: hide noscript tags when scripting is enabledbptato2024-02-132-3/+25
* buffer: skip rewind after the first readbptato2024-02-131-7/+17
* loader: fix delOutput bug, remove ErrorWouldBlockbptato2024-02-133-28/+15
* loader: fixes & improvementsbptato2024-02-135-176/+125
* buffer: more form fixesbptato2024-02-134-26/+45
* buffer: fix wrong click behavior with JSbptato2024-02-131-1/+1
* container: allow dismissing loadinfobptato2024-02-132-8/+15
* container: do not reshape twice on loading documentsbptato2024-02-121-18/+18
* buffer: form fixesbptato2024-02-123-54/+50
* stricter typingbptato2024-02-121-3/+4
* buffersource: remove location fieldbptato2024-02-124-31/+33
* io: remove multistream, teestreambptato2024-02-122-74/+0
* Add pager.externFilterSourcebptato2024-02-125-16/+85
* Remove CLONE BufferSource; cache document sources in tmpdirbptato2024-02-1218-338/+443
* fix rejection of readFromFd urlsbptato2024-02-111-1/+1
* pager: fix discardTreebptato2024-02-111-4/+6
* container: fix cursorToggleSelection on double-width charactersbptato2024-02-111-3/+4
* layout: skip newlines between full-width charactersbptato2024-02-111-0/+19
* simplify newLoaderBufferbptato2024-02-111-4/+3
* loader: significantly more efficient loadingbptato2024-02-112-98/+137
* widthconv: bugfixesbptato2024-02-111-25/+11
* Get rid of LOAD_PIPE BufferSourcebptato2024-02-119-110/+130
* loader: add rejectHandlebptato2024-02-101-8/+8
* pager: use 644 mask for mailcap temp filesbptato2024-02-101-2/+2
* loader: fix teebptato2024-02-104-126/+230
* loader: fixes & cleanupbptato2024-02-104-73/+55
* loader: use recvData instead of readDatabptato2024-02-093-16/+35
* cgi: do not register closed istreamsbptato2024-02-091-1/+2
* twtstr: misc refactoringsbptato2024-02-095-143/+153
* buffer: fix index defect in updateHoverbptato2024-02-081-1/+2
* buffer: use `of' instead of tagTypebptato2024-02-081-1/+1
* Update chamebptato2024-02-081-1/+1
* loader: fix (another) double-close bugbptato2024-02-081-4/+8