about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* Update Chagashibptato2024-02-232-9/+6
* 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/+391
* layout: remove justifybptato2024-02-221-20/+1
* layout: do not apply error correction to first linebptato2024-02-221-5/+4
* Update chamebptato2024-02-212-6/+6
* 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
* 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
* gmifetch: clean up globalsbptato2024-02-161-30/+21
* gmifetch: set port separatelybptato2024-02-161-17/+15
* gmifetch: clean up URL handlingbptato2024-02-162-124/+91
* 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
* Update docsbptato2024-02-143-21/+25
* res/mime.types: add gmi extensionbptato2024-02-141-0/+1
* Various refactorings & fixesbptato2024-02-1413-243/+127
* doc: update npr redirect examplebptato2024-02-141-1/+2
* 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-133-3/+31
* config: use `yu` for copying URLsbptato2024-02-132-2/+3
* buffer: skip rewind after the first readbptato2024-02-131-7/+17
* loader: fix delOutput bug, remove ErrorWouldBlockbptato2024-02-133-28/+15
* magnet.cgi: fix quotingbptato2024-02-131-1/+1
* loader: fixes & improvementsbptato2024-02-135-176/+125
* buffer: more form fixesbptato2024-02-134-26/+45
' href='#n495'>495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531