about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-201-2/+2
* layout, render: image sizing fixes/workaroundsbptato2024-12-202-12/+16
* dom: add inline SVG supportbptato2024-12-205-88/+204
* 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
* layout: apply padding to intrinsic minimum widthbptato2024-12-191-4/+3
* pager: fix crash on gotoURL with save + mailcapbptato2024-12-191-1/+2
* pager: do not crash browser when deleting a crashed bufferbptato2024-12-181-1/+5
* layout, render: implement overflow propertybptato2024-12-184-106/+201
* pager, select: hide menu if right click ends outsidebptato2024-12-182-45/+60
* match: fix nested hover selectorbptato2024-12-181-1/+2
* 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
* dom, match: optimize :nth-child, :nth-last-childbptato2024-12-173-41/+75
* default(T) -> T.default, add some strict defsbptato2024-12-1715-33/+34
* pager: try to always display the error messagebptato2024-12-171-1/+11
* layout: propagate intrinsic minimum heightbptato2024-12-172-126/+154
* css: resolve units to px before layoutbptato2024-12-168-228/+237
* layout: do not allow canpx for scFitContentbptato2024-12-151-2/+2
* layout: also propagate xminwidth from table captionbptato2024-12-151-0/+1
* layout: set table intrinsic min width to specified widthbptato2024-12-151-0/+3
* layout: do not trust specified table cell heightbptato2024-12-151-3/+4
* dom, css: fix case-insensitive class/id/attr matchingbptato2024-12-156-28/+53
* select: fix height definitionbptato2024-12-151-13/+10
* chabookmark fixes & improvementsbptato2024-12-156-26/+30
* client: document readFile, writeFile; add getenv, setenvbptato2024-12-141-7/+32
* css: align h[1-6] behavior with w3mbptato2024-12-143-0/+29
* cascade: misc cleanupbptato2024-12-141-6/+3
* url: fix file:/ serializationbptato2024-12-141-1/+1
* cookie: allow first-party cookies for subdomains with cookie sharingbptato2024-12-141-38/+50
* term: allow ANSI fgcolor + bgcolorbptato2024-12-131-6/+2
* container, cookie: simplify extractCookies, cookieJar.addbptato2024-12-132-10/+4
* dom: remove cached childNodes, children pointersbptato2024-12-131-34/+37
* lunit: remove redundant codebptato2024-12-132-6/+2
* dom: queryCommandSupported, HTMLIFrameELement stubbptato2024-12-131-0/+7
* cookie: remove JS modulebptato2024-12-132-29/+17
* twtstr: fix skipBlanksTillLFbptato2024-12-121-1/+1
* pager: fix casingbptato2024-12-121-1/+1
* url: remove dead codebptato2024-12-121-5/+0
* twtstr: reduce copying in atobbptato2024-12-123-10/+12
* mimetypes: use cmpIgnoreCase for JS typesbptato2024-12-122-5/+5
* mailcap: misc bugfixes & cleanupbptato2024-12-121-63/+43
* css: CSSComputedValue -> CSSValuebptato2024-12-126-109/+109