about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* twtstr: improve content type parameter handlingbptato2024-12-225-8/+32
* layout: resolve percentage width for auto table cellsbptato2024-12-213-9/+24
* cascade: actually, it should be inline-blockbptato2024-12-203-1/+18
* cascade: blockify on position: absolute or fixedbptato2024-12-202-4/+5
* box: InlineFragment -> InlineBoxbptato2024-12-204-150/+147
* cssparser: small refactoringbptato2024-12-201-37/+23
* buffer: only set new buffer's target on clonebptato2024-12-203-8/+10
* nanosvg, myaddr: fix obuf type and myaddr shimbptato2024-12-202-3/+3
* layout, render: image sizing fixes/workaroundsbptato2024-12-203-13/+17
* dom: add inline SVG supportbptato2024-12-206-90/+207
* nanosvg: fix preserveAspectRatio parsingbptato2024-12-191-3/+3
* response: automatically resume before closebptato2024-12-193-9/+4
* pager: fix short error messages not being printedbptato2024-12-191-1/+1
* cookie: fix another regressionbptato2024-12-191-1/+1
* cookie: fix regression in cookieJar.addbptato2024-12-191-1/+5
* img: add nanosvgbptato2024-12-1910-7/+4679
* layout: apply padding to intrinsic minimum widthbptato2024-12-193-4/+8
* pager: fix crash on gotoURL with save + mailcapbptato2024-12-192-2/+2
* pager: do not crash browser when deleting a crashed bufferbptato2024-12-181-1/+5
* layout, render: implement overflow propertybptato2024-12-185-112/+201
* pager, select: hide menu if right click ends outsidebptato2024-12-182-45/+60
* match: fix nested hover selectorbptato2024-12-183-1/+12
* match: optimize dependency trackingbptato2024-12-172-39/+78
* css: add :target pseudo classbptato2024-12-174-1/+24
* cookie: small bugfix, misc refactoringbptato2024-12-172-30/+25
* match: refactor a bitbptato2024-12-172-63/+47
* ua.css: add margins to list items with high indicesbptato2024-12-171-0/+3
* dom, match: optimize :nth-child, :nth-last-childbptato2024-12-175-41/+166
* Fix test casebptato2024-12-171-1/+1
* default(T) -> T.default, add some strict defsbptato2024-12-1719-44/+45
* pager: try to always display the error messagebptato2024-12-171-1/+11
* layout: propagate intrinsic minimum heightbptato2024-12-1715-126/+234
* css: resolve units to px before layoutbptato2024-12-168-228/+237
* gemini: fix known hosts not being read on *BSDbptato2024-12-161-0/+1
* ua.css: fix checkbox decorationbptato2024-12-151-1/+1
* layout: do not allow canpx for scFitContentbptato2024-12-153-2/+8
* layout: also propagate xminwidth from table captionbptato2024-12-151-0/+1
* layout: set table intrinsic min width to specified widthbptato2024-12-153-0/+21
* quirk.css: remove unimplemented propertiesbptato2024-12-151-4/+1
* Unify assert.js for testsbptato2024-12-153-37/+15
* layout: do not trust specified table cell heightbptato2024-12-153-3/+14
* Fix typobptato2024-12-151-1/+1
* chabookmark: fix new item placement, better error handlingbptato2024-12-151-18/+25
* dom, css: fix case-insensitive class/id/attr matchingbptato2024-12-158-28/+74
* md2html: add heading class to heading anchorsbptato2024-12-152-6/+9
* select: fix height definitionbptato2024-12-151-13/+10
* chabookmark fixes & improvementsbptato2024-12-159-29/+55
* config.toml: move cmd definitionsbptato2024-12-151-228/+228
* Add chabookmark scriptbptato2024-12-146-19/+250
* client: document readFile, writeFile; add getenv, setenvbptato2024-12-142-7/+62