about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Update Chagashibptato2024-02-261-1/+1
* pager: do not add replacement containersbptato2024-02-261-1/+3
* buffer: clean up onload, fix console updatebptato2024-02-263-59/+51
* loader: clean up regular file loadingbptato2024-02-263-105/+105
* term: improve pixels-per-column/line detectionbptato2024-02-2515-370/+256
* buffer: remove incorrect assertionsbptato2024-02-251-3/+0
* css: always use defaultColor as the initial colorbptato2024-02-251-7/+4
* buffer: fix rewind with mailcap entriesbptato2024-02-254-10/+41
* Separate ANSI text decoding from main binarybptato2024-02-259-260/+182
* dom: use AttrType in DOMTokenList supportsbptato2024-02-241-5/+3
* dom: check rel attribute for link tags before downloadbptato2024-02-241-1/+1
* Allow non-RGB colors in CSSbptato2024-02-248-180/+252
* layout: make it compile attempt 2bptato2024-02-241-2/+2
* layout: make it compilebptato2024-02-241-2/+2
* layout: make position: fixed, sticky act like staticbptato2024-02-241-7/+8
* dom: add onload content attribute to bodybptato2024-02-245-8/+49
* dom: print parse errors to consolebptato2024-02-242-13/+16
* loader: only add output fd to outputMap map in addFdbptato2024-02-241-3/+4
* pager: fix wrong referrer in redirectTobptato2024-02-231-1/+1
* buffer: improve cancel, use _exit, misc cleanupsbptato2024-02-233-50/+59
* Update Chagashibptato2024-02-231-1/+1
* buffer: remove BufferSourcebptato2024-02-226-106/+100
* buffer: clean up contentTypebptato2024-02-223-44/+40
* config: replace default-flags with ignore-casebptato2024-02-222-5/+11
* Replace Chakasu with Chagashibptato2024-02-2218-341/+378
* layout: remove justifybptato2024-02-221-20/+1
* layout: do not apply error correction to first linebptato2024-02-221-5/+4
* Update chamebptato2024-02-211-1/+1
* container: fix crash on clone -> view sourcebptato2024-02-191-5/+9
* buffer: fix broken jump-to-anchorbptato2024-02-181-1/+1
* regex: compileSearchRegex improvementsbptato2024-02-181-9/+7
* libregexp: cast flags to the right sizebptato2024-02-181-1/+1
* client: fix EOF error for estreambptato2024-02-181-0/+2
* pager: fix compilation on 1.6.14bptato2024-02-171-1/+1
* regex: re-work compileSearchRegexbptato2024-02-179-79/+127
* term: fix coloring messbptato2024-02-173-32/+178
* 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