| Commit message (Expand) | Author | Age | Files | Lines |
* | selectorparser: fix broken tostr | bptato | 2024-07-25 | 1 | -11/+27 |
* | selectorparser: fix parseNthChild `of' token check | bptato | 2024-07-07 | 1 | -1/+3 |
* | cssparser: refactor | bptato | 2024-05-01 | 1 | -4/+3 |
* | css, dom: simplify ident parsing, canvas fixes | bptato | 2024-05-01 | 1 | -1/+1 |
* | Update code style | bptato | 2024-04-17 | 1 | -143/+141 |
* | rudimentary support for <video>, <audio> | bptato | 2024-03-13 | 1 | -1/+2 |
* | dom: enumize attribute names | bptato | 2024-02-08 | 1 | -4/+10 |
* | dom: atomize id, name, DOMTokenList | bptato | 2024-02-08 | 1 | -10/+30 |
* | Update chame | bptato | 2024-02-07 | 1 | -27/+31 |
* | Use std/* imports everywhere | bptato | 2024-01-07 | 1 | -3/+3 |
* | css: add case-insensitive matching | bptato | 2023-12-11 | 1 | -11/+38 |
* | selectorparser: enum-ize rel | bptato | 2023-12-09 | 1 | -17/+28 |
* | css: change type of rvalue to char (from Rune) | bptato | 2023-10-01 | 1 | -14/+18 |
* | selectorparser: fix missing case insensitivity | bptato | 2023-10-01 | 1 | -10/+16 |
* | Use twtstr.join everywhere | bptato | 2023-10-01 | 1 | -1/+2 |
* | Get rid of unicode.toLower | bptato | 2023-10-01 | 1 | -1/+1 |
* | Move HTML parsing into Chame | bptato | 2023-08-15 | 1 | -1/+2 |
* | css: implement case insensitivity | bptato | 2023-08-10 | 1 | -2/+2 |
* | css: handle unknown tag names correctly | bptato | 2023-07-25 | 1 | -4/+13 |
* | Remove unused variable | bptato | 2023-01-27 | 1 | -1/+0 |
* | WIP selector rewrite | bptato | 2023-01-27 | 1 | -346/+274 |
* | selectorparser: refactor, fix combinator bugs | bptato | 2023-01-20 | 1 | -79/+79 |
* | selectorparser: parse comma correctly in combinators | bptato | 2023-01-20 | 1 | -0/+3 |
* | selectorparser: do not accept invalid selectors | bptato | 2023-01-07 | 1 | -44/+78 |
* | selectorparser: support :link, :visited | bptato | 2023-01-01 | 1 | -1/+6 |
* | selectorparser: accept less invalid selectors | bptato | 2022-12-31 | 1 | -2/+14 |
* | css: fix some bugs and improve cascading a bit | bptato | 2022-12-29 | 1 | -1/+14 |
* | selectorparser: fix pseudo elements on combinator selectors | bptato | 2022-12-28 | 1 | -2/+5 |
* | layout/engine: get rid of dom dependency | bptato | 2022-12-27 | 1 | -1/+1 |
* | Display text for img tag, background-image | bptato | 2022-12-16 | 1 | -1/+1 |
* | Fix parsing of empty combinator selectors | bptato | 2022-12-05 | 1 | -1/+6 |
* | Add textarea | bptato | 2022-11-28 | 1 | -1/+1 |
* | Fix combinator bugs + reimplement querySelectorAll | bptato | 2022-09-01 | 1 | -42/+20 |
* | Use more accurate selector terminology | bptato | 2022-08-23 | 1 | -24/+27 |
* | Fix nth-child bugs, rename select to match | bptato | 2022-08-23 | 1 | -28/+17 |
* | Merge functional and normal pseudo-class selectors | bptato | 2022-08-21 | 1 | -95/+139 |
* | Refactor css function selectors a bit | bptato | 2022-08-20 | 1 | -28/+28 |
* | Fix incorrect selector parsing, remove httpclient from loader | bptato | 2022-08-03 | 1 | -1/+61 |
* | Add interactive <select> | bptato | 2022-07-31 | 1 | -1/+3 |
* | Update CSS tokenizer | bptato | 2022-07-29 | 1 | -10/+10 |
* | Implement select element display | bptato | 2022-07-17 | 1 | -1/+3 |
* | Fix forms | bptato | 2022-07-17 | 1 | -1/+3 |
* | Rename conflicting source files | bptato | 2022-05-10 | 1 | -0/+340 |