Commit message (Collapse) | 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 | |
| | | | | | | | | Just to check if it compiles | |||||
| * | htmlparser: fix IN_HEAD whitespace | bptato | 2023-08-15 | 1 | -1/+1 | |
| | | | | | | | | It should be inserted, not discarded. | |||||
| * | Remove srcdir | bptato | 2023-08-14 | 48 | -8/+0 | |
| | | | | | | | | Easier to import as a submodule this way. | |||||
| * | Add temporary link to documentation | bptato | 2023-08-01 | 1 | -2/+2 | |
| | | | | | | | | better than nothing :) | |||||
| * | Fix broken imports | bptato | 2023-08-01 | 2 | -6/+6 | |
| | | ||||||
| * | Rename readme | bptato | 2023-08-01 | 1 | -0/+0 | |
| | | | | | | | | So that sourcehut can find it | |||||
| * | Import chame | bptato | 2023-08-01 | 50 | -0/+86279 | |
| | ||||||
* | Remove submodules | bptato | 2025-01-18 | 10 | -71/+17 | |
| | | | | | I got tired of submodules. This commit doesn't build; subtrees incoming... | |||||
* | pager: keep reading if term has chars buffered | bptato | 2025-01-18 | 2 | -0/+7 | |
| | ||||||
* | dom: optimize | bptato | 2025-01-18 | 2 | -10/+16 | |
| | | | | We'll see if the borrow checker actually works :) | |||||
* | 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 | |
| | | | | | | An ancient bug, but the fix seems to be quite simple: stop confusing the last X position before the existing string on the line with the last X position that the new string occupies. | |||||
* | 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 | |
| | | | | heh | |||||
* | 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 | |
| | | | | | | | | Even if we don't do some z-ordering correctly, it's no excuse to paint boxes incorrectly. It's also extremely annoying when I try to use a menu and text bleeds into the drop-down window. | |||||
* | 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 | |
| | | | | | Eventually the tree should be collapsed into the DOM, and StyledNode should be created on the stack. | |||||
* | cssvalues: serialize quotes, add font-size, opacity | bptato | 2025-01-16 | 3 | -34/+49 | |
| | | | | | | | | | | | | font-size isn't very useful, but some scripts assume it exists. opacity: 0 for now is special cased: it inhibits rendering of further boxes. This isn't quite right, as it should just behave as a pseudo visibility: hidden... nonetheless it's quite effective at hiding garbage. (Also, remove incorrect comment - it can be nil if the branch has no variables.) | |||||
* | 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 | |
| | | | | | Google no longer allows no-JS search - it's broken on Firefox as well. For now, the old version still works... | |||||
* | Update docs | bptato | 2025-01-16 | 4 | -25/+33 | |
| | ||||||
* | cascade: basic CSS variable support | bptato | 2025-01-16 | 6 | -164/+296 | |
| | | | | | | | | | | | and once again, there was light... Well, it barely works, but it's enough to get colors back on most sites. Nested variables aren't supported for now, and shorthand expansion only "works" for `background' (it's a hack). Props to the W3C for introducing the C preprocessor to CSS - I was starting to confuse it with JSSS after calc(). | |||||
* | 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 | |
| | | | | also remove some unused fields of Container | |||||
* | 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 | |
| | | | | Unicode has no half-width hiragana :/ | |||||
* | 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 | |
| | | | | | Actually, I'm not sure if this can be nil, especially in anonymous table boxes... | |||||
* | cascade, stylednode: remove parent field from StyledNode | bptato | 2025-01-15 | 3 | -143/+140 | |
| | | | | | | | | Now StyledNode has an "element" reference, which refers to the element it was derived from. This reduces the object's size, removes the need for casting around the "node" field, and also gets rid of a pointless cycle. | |||||
* | 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 | |
| | | | | | | | | | Untangled some nested arrays to reduce the number of intermediary seqs in cascade, and collapsed the two rule def sorts into just one (per pseudo element). This should make cascading somewhat faster. Also, we now parse variables, but they aren't resolved yet. Probably a seq won't cut it for var lookup... | |||||
* | 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 | |
| | | | | | | largely unused lent idea from nim-results | |||||
* | Update monoucha | bptato | 2025-01-13 | 3 | -7/+7 | |
| |