| Commit message (Expand) | Author | Age | Files | Lines |
* | box: InlineFragment -> InlineBox | bptato | 2024-12-20 | 4 | -150/+147 |
* | cssparser: small refactoring | bptato | 2024-12-20 | 1 | -37/+23 |
* | buffer: only set new buffer's target on clone | bptato | 2024-12-20 | 3 | -8/+10 |
* | nanosvg, myaddr: fix obuf type and myaddr shim | bptato | 2024-12-20 | 1 | -2/+2 |
* | layout, render: image sizing fixes/workarounds | bptato | 2024-12-20 | 2 | -12/+16 |
* | dom: add inline SVG support | bptato | 2024-12-20 | 5 | -88/+204 |
* | response: automatically resume before close | bptato | 2024-12-19 | 3 | -9/+4 |
* | pager: fix short error messages not being printed | bptato | 2024-12-19 | 1 | -1/+1 |
* | cookie: fix another regression | bptato | 2024-12-19 | 1 | -1/+1 |
* | cookie: fix regression in cookieJar.add | bptato | 2024-12-19 | 1 | -1/+5 |
* | layout: apply padding to intrinsic minimum width | bptato | 2024-12-19 | 1 | -4/+3 |
* | pager: fix crash on gotoURL with save + mailcap | bptato | 2024-12-19 | 1 | -1/+2 |
* | pager: do not crash browser when deleting a crashed buffer | bptato | 2024-12-18 | 1 | -1/+5 |
* | layout, render: implement overflow property | bptato | 2024-12-18 | 4 | -106/+201 |
* | pager, select: hide menu if right click ends outside | bptato | 2024-12-18 | 2 | -45/+60 |
* | match: fix nested hover selector | bptato | 2024-12-18 | 1 | -1/+2 |
* | match: optimize dependency tracking | bptato | 2024-12-17 | 2 | -39/+78 |
* | css: add :target pseudo class | bptato | 2024-12-17 | 4 | -1/+24 |
* | cookie: small bugfix, misc refactoring | bptato | 2024-12-17 | 2 | -30/+25 |
* | match: refactor a bit | bptato | 2024-12-17 | 2 | -63/+47 |
* | dom, match: optimize :nth-child, :nth-last-child | bptato | 2024-12-17 | 3 | -41/+75 |
* | default(T) -> T.default, add some strict defs | bptato | 2024-12-17 | 15 | -33/+34 |
* | pager: try to always display the error message | bptato | 2024-12-17 | 1 | -1/+11 |
* | layout: propagate intrinsic minimum height | bptato | 2024-12-17 | 2 | -126/+154 |
* | css: resolve units to px before layout | bptato | 2024-12-16 | 8 | -228/+237 |
* | layout: do not allow canpx for scFitContent | bptato | 2024-12-15 | 1 | -2/+2 |
* | layout: also propagate xminwidth from table caption | bptato | 2024-12-15 | 1 | -0/+1 |
* | layout: set table intrinsic min width to specified width | bptato | 2024-12-15 | 1 | -0/+3 |
* | layout: do not trust specified table cell height | bptato | 2024-12-15 | 1 | -3/+4 |
* | dom, css: fix case-insensitive class/id/attr matching | bptato | 2024-12-15 | 6 | -28/+53 |
* | select: fix height definition | bptato | 2024-12-15 | 1 | -13/+10 |
* | chabookmark fixes & improvements | bptato | 2024-12-15 | 6 | -26/+30 |
* | client: document readFile, writeFile; add getenv, setenv | bptato | 2024-12-14 | 1 | -7/+32 |
* | css: align h[1-6] behavior with w3m | bptato | 2024-12-14 | 3 | -0/+29 |
* | cascade: misc cleanup | bptato | 2024-12-14 | 1 | -6/+3 |
* | url: fix file:/ serialization | bptato | 2024-12-14 | 1 | -1/+1 |
* | cookie: allow first-party cookies for subdomains with cookie sharing | bptato | 2024-12-14 | 1 | -38/+50 |
* | term: allow ANSI fgcolor + bgcolor | bptato | 2024-12-13 | 1 | -6/+2 |
* | container, cookie: simplify extractCookies, cookieJar.add | bptato | 2024-12-13 | 2 | -10/+4 |
* | dom: remove cached childNodes, children pointers | bptato | 2024-12-13 | 1 | -34/+37 |
* | lunit: remove redundant code | bptato | 2024-12-13 | 2 | -6/+2 |
* | dom: queryCommandSupported, HTMLIFrameELement stub | bptato | 2024-12-13 | 1 | -0/+7 |
* | cookie: remove JS module | bptato | 2024-12-13 | 2 | -29/+17 |
* | twtstr: fix skipBlanksTillLF | bptato | 2024-12-12 | 1 | -1/+1 |
* | pager: fix casing | bptato | 2024-12-12 | 1 | -1/+1 |
* | url: remove dead code | bptato | 2024-12-12 | 1 | -5/+0 |
* | twtstr: reduce copying in atob | bptato | 2024-12-12 | 3 | -10/+12 |
* | mimetypes: use cmpIgnoreCase for JS types | bptato | 2024-12-12 | 2 | -5/+5 |
* | mailcap: misc bugfixes & cleanup | bptato | 2024-12-12 | 1 | -63/+43 |
* | css: CSSComputedValue -> CSSValue | bptato | 2024-12-12 | 6 | -109/+109 |