about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* 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
* css: align h[1-6] behavior with w3mbptato2024-12-144-0/+30
* cascade: misc cleanupbptato2024-12-141-6/+3
* md2html: fix newline after list before EOFbptato2024-12-143-1/+5
* ua.css: underline all text typesbptato2024-12-141-13/+13
* url: fix file:/ serializationbptato2024-12-142-1/+2
* cookie: allow first-party cookies for subdomains with cookie sharingbptato2024-12-142-43/+56
* 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
* pager: do not prompt for text typesbptato2024-12-112-1/+10
* pager, mailcap: misc fixes, add prompt for global mailcapbptato2024-12-1111-290/+482
* lcgi: fix error handlingbptato2024-12-111-1/+1
* twtstr: small cleanupbptato2024-12-111-9/+7
* layout: small cleanupbptato2024-12-101-60/+60
* render: apply visibility to inline boxesbptato2024-12-103-21/+28
* pager: remove unused variablebptato2024-12-101-15/+3
* pager: fix nil derefbptato2024-12-101-2/+2
* Update docsbptato2024-12-103-4/+22
* Improve error messagesbptato2024-12-104-15/+15
* layout: override table cell width if its min width is greaterbptato2024-12-103-0/+17
* layout: proper min width clampingbptato2024-12-101-73/+70
* layout: another min width clamping hackbptato2024-12-101-20/+29