about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* client: bind middle button to discardBuffer, use button5/6 as scrollbptato2024-03-112-5/+14
* client: only accept "press" input type for scroll wheelbptato2024-03-111-2/+6
* term: fix alt-screen = true without ti/tebptato2024-03-081-10/+11
* cgi: do not eat first word of the error messagebptato2024-03-071-1/+1
* cgi: pass system error message after execl failurebptato2024-03-071-1/+2
* buffer: fix bug of eating chars before invalid UTF-8bptato2024-03-051-2/+2
* pager: clear status message when opening external viewersbptato2024-03-041-0/+2
* css: simplify property & value definitionsbptato2024-03-041-266/+272
* catom: merge TagType with AttrTypebptato2024-03-046-112/+133
* dom: use relList for stylesheet checksbptato2024-03-042-10/+17
* dom: misc fixesbptato2024-03-042-6/+41
* loader: fix crash on cha </dev/nullbptato2024-03-031-1/+3
* strwidth, renderdocument: small refactoringbptato2024-03-035-124/+96
* Update chamebptato2024-03-031-1/+1
* buffer: improve/fix onload return valuesbptato2024-03-033-20/+30
* quickjs: reduce diff with upstreambptato2024-03-025-20/+18
* cssparser: fix another anb parsing bugbptato2024-03-021-2/+2
* container: fix off-by-one error in scrollDownbptato2024-03-021-1/+1
* env: add window.screenbptato2024-03-022-1/+25
* cssparser: fix anb parser whitespace handling bugsbptato2024-03-021-4/+7
* layout: add whitespace width to end offset's x positionbptato2024-03-021-0/+4
* layout: fix float exclusion of other floatsbptato2024-03-021-2/+2
* cgi: fix regression in header handlingbptato2024-03-021-5/+8
* posixstream: add readLine implementationbptato2024-03-022-7/+22
* buffer: do not incrementally display in headless modebptato2024-03-022-3/+6
* container: fix cursorLineBegin/cursorLineTextStart with vertical scrollbptato2024-03-011-1/+3
* css: remove caption-side: left, right, fix caption-side: bottombptato2024-03-012-23/+3
* dom: fix canvas element crashbptato2024-03-011-2/+3
* css/values: assign to the correct variablebptato2024-03-011-6/+6
* buffer, client: fix deadlock with send() callsbptato2024-02-296-24/+104
* css: fix shorthands not overriding all valuesbptato2024-02-291-29/+32
* Add mouse supportbptato2024-02-295-31/+193
* 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-281-5/+14
* layout: round atom offsets toobptato2024-02-282-10/+13
* layout: improve/simplify line box error correctionbptato2024-02-282-36/+17
* container: fix cursor positioning bugsbptato2024-02-281-6/+24
* Fix tab size bug on double tabsbptato2024-02-271-4/+4
* dom: fix non-stylesheets being downloaded as stylesheetsbptato2024-02-271-0/+2
* buffer: add image viewer supportbptato2024-02-272-46/+62
* url: return correct resultbptato2024-02-271-1/+1
* misc refactoringsbptato2024-02-275-95/+45
* loader: fix early return in handleReadbptato2024-02-272-30/+29
* buffer: reset prevStyled in switchCharset, reshapebptato2024-02-272-12/+8
* 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