| Commit message (Expand) | Author | Age | Files | Lines |
* | css: resolve units to px before layout | bptato | 2024-12-16 | 8 | -228/+237 |
* | gemini: fix known hosts not being read on *BSD | bptato | 2024-12-16 | 1 | -0/+1 |
* | ua.css: fix checkbox decoration | bptato | 2024-12-15 | 1 | -1/+1 |
* | layout: do not allow canpx for scFitContent | bptato | 2024-12-15 | 3 | -2/+8 |
* | 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 | 3 | -0/+21 |
* | quirk.css: remove unimplemented properties | bptato | 2024-12-15 | 1 | -4/+1 |
* | Unify assert.js for tests | bptato | 2024-12-15 | 3 | -37/+15 |
* | layout: do not trust specified table cell height | bptato | 2024-12-15 | 3 | -3/+14 |
* | Fix typo | bptato | 2024-12-15 | 1 | -1/+1 |
* | chabookmark: fix new item placement, better error handling | bptato | 2024-12-15 | 1 | -18/+25 |
* | dom, css: fix case-insensitive class/id/attr matching | bptato | 2024-12-15 | 8 | -28/+74 |
* | md2html: add heading class to heading anchors | bptato | 2024-12-15 | 2 | -6/+9 |
* | select: fix height definition | bptato | 2024-12-15 | 1 | -13/+10 |
* | chabookmark fixes & improvements | bptato | 2024-12-15 | 9 | -29/+55 |
* | config.toml: move cmd definitions | bptato | 2024-12-15 | 1 | -228/+228 |
* | Add chabookmark script | bptato | 2024-12-14 | 6 | -19/+250 |
* | client: document readFile, writeFile; add getenv, setenv | bptato | 2024-12-14 | 2 | -7/+62 |
* | css: align h[1-6] behavior with w3m | bptato | 2024-12-14 | 4 | -0/+30 |
* | cascade: misc cleanup | bptato | 2024-12-14 | 1 | -6/+3 |
* | md2html: fix newline after list before EOF | bptato | 2024-12-14 | 3 | -1/+5 |
* | ua.css: underline all text types | bptato | 2024-12-14 | 1 | -13/+13 |
* | url: fix file:/ serialization | bptato | 2024-12-14 | 2 | -1/+2 |
* | cookie: allow first-party cookies for subdomains with cookie sharing | bptato | 2024-12-14 | 2 | -43/+56 |
* | 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 |
* | pager: do not prompt for text types | bptato | 2024-12-11 | 2 | -1/+10 |
* | pager, mailcap: misc fixes, add prompt for global mailcap | bptato | 2024-12-11 | 11 | -290/+482 |
* | lcgi: fix error handling | bptato | 2024-12-11 | 1 | -1/+1 |
* | twtstr: small cleanup | bptato | 2024-12-11 | 1 | -9/+7 |
* | layout: small cleanup | bptato | 2024-12-10 | 1 | -60/+60 |
* | render: apply visibility to inline boxes | bptato | 2024-12-10 | 3 | -21/+28 |
* | pager: remove unused variable | bptato | 2024-12-10 | 1 | -15/+3 |
* | pager: fix nil deref | bptato | 2024-12-10 | 1 | -2/+2 |
* | Update docs | bptato | 2024-12-10 | 3 | -4/+22 |
* | Improve error messages | bptato | 2024-12-10 | 4 | -15/+15 |
* | layout: override table cell width if its min width is greater | bptato | 2024-12-10 | 3 | -0/+17 |
* | layout: proper min width clamping | bptato | 2024-12-10 | 1 | -73/+70 |
* | layout: another min width clamping hack | bptato | 2024-12-10 | 1 | -20/+29 |