about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* 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-264-109/+106
* ansi2html: quote & toobptato2024-02-261-0/+1
* term: improve pixels-per-column/line detectionbptato2024-02-2517-370/+280
* Update docsbptato2024-02-251-8/+8
* ua.css: fix details element displaybptato2024-02-251-3/+3
* ua.css: use ANSI yellow for linksbptato2024-02-251-1/+1
* buffer: remove incorrect assertionsbptato2024-02-251-3/+0
* css: always use defaultColor as the initial colorbptato2024-02-251-7/+4
* Update todobptato2024-02-251-4/+0
* buffer: fix rewind with mailcap entriesbptato2024-02-254-10/+41
* Separate ANSI text decoding from main binarybptato2024-02-2514-268/+587
* 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
* Update todobptato2024-02-241-1/+4
* 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-232-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-224-12/+19
* Replace Chakasu with Chagashibptato2024-02-2224-349/+382
* layout: remove justifybptato2024-02-221-20/+1
* layout: do not apply error correction to first linebptato2024-02-221-5/+4
* Update chamebptato2024-02-212-1/+1
* md2html: convert & to & in codebptato2024-02-211-0/+1
* md2html: add indentation-based code blocksbptato2024-02-191-2/+52
* Update docsbptato2024-02-191-8/+37
* 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-1711-82/+139
* term: fix coloring messbptato2024-02-176-48/+208
* ua.css: remove inline-block from tt, var, font, u, s, strikebptato2024-02-171-1/+1
* 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