| Commit message (Expand) | Author | Age | Files | Lines |
* | rudimentary support for <video>, <audio> | bptato | 2024-03-13 | 1 | -0/+14 |
* | catom: merge TagType with AttrType | bptato | 2024-03-04 | 1 | -0/+1 |
* | Allow non-RGB colors in CSS | bptato | 2024-02-24 | 1 | -3/+3 |
* | css: reduce CSSComputedValue size | bptato | 2024-02-17 | 1 | -6/+2 |
* | layout: use html/body bgcolor as canvas bgcolor | bptato | 2024-02-17 | 1 | -0/+5 |
* | css: hide noscript tags when scripting is enabled | bptato | 2024-02-13 | 1 | -0/+2 |
* | buffer: load external resources when they are attached | bptato | 2024-02-08 | 1 | -0/+2 |
* | dom: enumize attribute names | bptato | 2024-02-08 | 1 | -18/+18 |
* | Update chame | bptato | 2024-02-07 | 1 | -4/+4 |
* | Fix windowChange not refreshing valid media queries | bptato | 2024-01-10 | 1 | -1/+2 |
* | Use std/* imports everywhere | bptato | 2024-01-07 | 1 | -3/+3 |
* | cascade: simplify | bptato | 2023-12-09 | 1 | -2/+1 |
* | cascade: fix regression | bptato | 2023-12-09 | 1 | -18/+23 |
* | sheet: fix a correctness issue, misc refactorings | bptato | 2023-12-09 | 1 | -2/+2 |
* | cascade: refactor & optimize | bptato | 2023-12-09 | 1 | -153/+192 |
* | layout: add floats | bptato | 2023-11-17 | 1 | -2/+2 |
* | Add jspropnames, CSSStyleDeclaration stub | bptato | 2023-10-25 | 1 | -5/+3 |
* | css: fix list style type presentational hints | bptato | 2023-10-14 | 1 | -17/+20 |
* | css: support more list types, fix <ul/ol type=... | bptato | 2023-10-14 | 1 | -5/+15 |
* | css: support alphabetic list types, support <LI TYPE=... | bptato | 2023-10-14 | 1 | -0/+9 |
* | update chame | bptato | 2023-09-19 | 1 | -0/+1 |
* | move around more modules | bptato | 2023-09-14 | 1 | -1/+1 |
* | color: fix parseLegacyColor bugs | bptato | 2023-09-13 | 1 | -6/+10 |
* | config: allow modification through JS | bptato | 2023-08-27 | 1 | -9/+12 |
* | Move HTML parsing into Chame | bptato | 2023-08-15 | 1 | -1/+2 |
* | css: very minor optimizations | bptato | 2023-07-28 | 1 | -5/+5 |
* | Fix bug in media-query parsing | bptato | 2023-07-04 | 1 | -6/+16 |
* | Use LayoutUnit in layout | bptato | 2023-07-04 | 1 | -4/+5 |
* | cascade: remove sugar, add DeclarationListMap type | bptato | 2023-06-29 | 1 | -36/+53 |
* | input size as presentational hint | bptato | 2023-06-18 | 1 | -0/+8 |
* | Fix various layout bugs, prepare for image support | bptato | 2023-06-12 | 1 | -1/+2 |
* | Use width, height for canvas in css | bptato | 2023-06-10 | 1 | -1/+1 |
* | Add support for width, height media query | bptato | 2023-06-07 | 1 | -23/+35 |
* | Add support for canvas and multipart | bptato | 2023-06-05 | 1 | -6/+6 |
* | css/cascade, layout/engine: add table align | bptato | 2023-01-08 | 1 | -0/+10 |
* | css/cascade: remove scoped sheets | bptato | 2023-01-07 | 1 | -32/+2 |
* | dom: add better attribute reflection | bptato | 2023-01-02 | 1 | -2/+4 |
* | selectorparser: support :link, :visited | bptato | 2023-01-01 | 1 | -4/+3 |
* | cascade: document a bit | bptato | 2023-01-01 | 1 | -2/+7 |
* | css/cascade: fix stylesheets not being copied in <head> | bptato | 2022-12-31 | 1 | -1/+3 |
* | css: fix some bugs and improve cascading a bit | bptato | 2022-12-29 | 1 | -11/+22 |
* | layout/engine: get rid of dom dependency | bptato | 2022-12-27 | 1 | -18/+39 |
* | Implement DOMTokenList, item functions for collections | bptato | 2022-12-26 | 1 | -1/+1 |
* | Add font color presentational hint | bptato | 2022-12-25 | 1 | -0/+6 |
* | More DOM work | bptato | 2022-12-19 | 1 | -3/+3 |
* | Display text for img tag, background-image | bptato | 2022-12-16 | 1 | -3/+15 |
* | Fix color contrast correction | bptato | 2022-12-12 | 1 | -0/+5 |
* | Add support for q, fix list-item counter behavior | bptato | 2022-12-12 | 1 | -4/+12 |
* | Add div align | bptato | 2022-12-11 | 1 | -0/+9 |
* | Support vertical-align on td | bptato | 2022-12-11 | 1 | -1/+14 |