| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Version 0.9.2 | bptato | 2023-08-15 | 3 | -1/+34 |
| * | Update readme | bptato | 2023-08-15 | 1 | -1/+0 |
| * | Split out decoder | bptato | 2023-08-15 | 41 | -78531/+8 |
| * | Add simple test | bptato | 2023-08-15 | 3 | -0/+100 |
| * | htmlparser: fix IN_HEAD whitespace | bptato | 2023-08-15 | 1 | -1/+1 |
| * | Remove srcdir | bptato | 2023-08-14 | 48 | -8/+0 |
| * | Add temporary link to documentation | bptato | 2023-08-01 | 1 | -2/+2 |
| * | Fix broken imports | bptato | 2023-08-01 | 2 | -6/+6 |
| * | Rename readme | bptato | 2023-08-01 | 1 | -0/+0 |
| * | Import chame | bptato | 2023-08-01 | 50 | -0/+86279 |
* | Remove submodules | bptato | 2025-01-18 | 10 | -71/+17 |
* | pager: keep reading if term has chars buffered | bptato | 2025-01-18 | 2 | -0/+7 |
* | dom: optimize | bptato | 2025-01-18 | 2 | -10/+16 |
* | dom: compare rel case insensitively | bptato | 2025-01-17 | 2 | -7/+12 |
* | dom: fix input checkedness invalidation | bptato | 2025-01-17 | 1 | -0/+4 |
* | sheet: dedupe tag :is hashes | bptato | 2025-01-17 | 1 | -1/+2 |
* | render: fix formatting being lost outside boxes with bgcolor | bptato | 2025-01-17 | 5 | -21/+32 |
* | render: simplify some pointless delete/insert calls | bptato | 2025-01-17 | 1 | -8/+4 |
* | pager: merge ask with askChar, remove urandom | bptato | 2025-01-17 | 2 | -45/+36 |
* | term: rework input buffer | bptato | 2025-01-17 | 5 | -17/+27 |
* | stylednode: remove obsolete template | bptato | 2025-01-17 | 1 | -4/+1 |
* | container: fix crash on clicking label for empty select | bptato | 2025-01-16 | 1 | -1/+1 |
* | dom: add Option constructor | bptato | 2025-01-16 | 1 | -0/+13 |
* | dom: set target on dispatch | bptato | 2025-01-16 | 1 | -0/+1 |
* | render: overprint existing text when painting backgrounds | bptato | 2025-01-16 | 3 | -14/+32 |
* | term: fix non-UTF-8 visual output | bptato | 2025-01-16 | 1 | -8/+7 |
* | css: reduce StyledNode use | bptato | 2025-01-16 | 5 | -69/+62 |
* | cssvalues: serialize quotes, add font-size, opacity | bptato | 2025-01-16 | 3 | -34/+49 |
* | env, dom: add crypto.getRandomValues, HTMLInputElement.files | bptato | 2025-01-16 | 7 | -19/+40 |
* | config: fix default search | bptato | 2025-01-16 | 1 | -1/+13 |
* | Update docs | bptato | 2025-01-16 | 4 | -25/+33 |
* | cascade: basic CSS variable support | bptato | 2025-01-16 | 6 | -164/+296 |
* | sheet, selectorparser: fix attr hashing, hash multiple tags in :is | bptato | 2025-01-16 | 2 | -17/+18 |
* | quirk.css, ua.css: adjust margins | bptato | 2025-01-16 | 3 | -1/+4 |
* | dom: optimize isFirstVisualNode | bptato | 2025-01-15 | 1 | -8/+7 |
* | cssparser: enumize CSSFunction name | bptato | 2025-01-15 | 3 | -15/+30 |
* | pager: improve content type handling | bptato | 2025-01-15 | 5 | -55/+50 |
* | Update docs | bptato | 2025-01-15 | 13 | -29/+274 |
* | layout: truncate inline-block margins as well | bptato | 2025-01-15 | 1 | -0/+4 |
* | widthconv: fix hiragana -> half-width kana conversion | bptato | 2025-01-15 | 3 | -0/+5 |
* | Update manpages | bptato | 2025-01-15 | 9 | -9/+10 |
* | ua.css: fix select multiple rendering | bptato | 2025-01-15 | 3 | -5/+31 |
* | buffer: add back node nil checks | bptato | 2025-01-15 | 1 | -2/+2 |
* | cascade, stylednode: remove parent field from StyledNode | bptato | 2025-01-15 | 3 | -143/+140 |
* | cascade: fix hasValues filter | bptato | 2025-01-14 | 1 | -6/+5 |
* | css: refactor selector parsing & cascading, some work on variables | bptato | 2025-01-14 | 6 | -202/+258 |
* | ua.css: fix ol[type=1] | bptato | 2025-01-14 | 1 | -1/+1 |
* | More strict defs | bptato | 2025-01-14 | 4 | -32/+38 |
* | opt: remove value.ok, value.err overloads, use lent | bptato | 2025-01-14 | 2 | -18/+6 |
* | Update monoucha | bptato | 2025-01-13 | 3 | -7/+7 |