about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* css: fix shorthands not overriding all valuesbptato2024-02-291-29/+32
* Add mouse supportbptato2024-02-298-31/+202
* pager: fix gotoURL crashingbptato2024-02-291-0/+1
* layout: reduce useless empty lines in inline boxesbptato2024-02-291-10/+17
* pager: improve URL loading procsbptato2024-02-283-11/+36
* layout: round atom offsets toobptato2024-02-282-10/+13
* layout: improve/simplify line box error correctionbptato2024-02-283-39/+17
* container: fix cursor positioning bugsbptato2024-02-281-6/+24
* Fix tab size bug on double tabsbptato2024-02-271-4/+4
* config: add yI for yanking image URLsbptato2024-02-272-2/+14
* dom: fix non-stylesheets being downloaded as stylesheetsbptato2024-02-271-0/+2
* buffer: add image viewer supportbptato2024-02-274-46/+65
* url: return correct resultbptato2024-02-271-1/+1
* misc refactoringsbptato2024-02-277-118/+45
* loader: fix early return in handleReadbptato2024-02-272-30/+29
* buffer: reset prevStyled in switchCharset, reshapebptato2024-02-272-12/+8
* Update Chagashibptato2024-02-262-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-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