| Commit message (Expand) | Author | Age | Files | Lines |
* | Move around some modules | bptato | 2024-03-14 | 1 | -1/+1 |
* | rudimentary support for <video>, <audio> | bptato | 2024-03-13 | 3 | -2/+17 |
* | css: fix {} macros on older Nim versions | bptato | 2024-03-11 | 1 | -6/+9 |
* | css: simplify property & value definitions | bptato | 2024-03-04 | 1 | -266/+272 |
* | catom: merge TagType with AttrType | bptato | 2024-03-04 | 2 | -1/+1 |
* | cssparser: fix another anb parsing bug | bptato | 2024-03-02 | 1 | -2/+2 |
* | cssparser: fix anb parser whitespace handling bugs | bptato | 2024-03-02 | 1 | -4/+7 |
* | css: remove caption-side: left, right, fix caption-side: bottom | bptato | 2024-03-01 | 1 | -7/+2 |
* | css/values: assign to the correct variable | bptato | 2024-03-01 | 1 | -6/+6 |
* | css: fix shorthands not overriding all values | bptato | 2024-02-29 | 1 | -29/+32 |
* | misc refactorings | bptato | 2024-02-27 | 1 | -2/+2 |
* | term: improve pixels-per-column/line detection | bptato | 2024-02-25 | 1 | -1/+1 |
* | css: always use defaultColor as the initial color | bptato | 2024-02-25 | 1 | -7/+4 |
* | Allow non-RGB colors in CSS | bptato | 2024-02-24 | 2 | -51/+99 |
* | css: reduce CSSComputedValue size | bptato | 2024-02-17 | 2 | -118/+96 |
* | layout: use html/body bgcolor as canvas bgcolor | bptato | 2024-02-17 | 2 | -4/+15 |
* | css: hide noscript tags when scripting is enabled | bptato | 2024-02-13 | 2 | -3/+25 |
* | twtstr: misc refactorings | bptato | 2024-02-09 | 1 | -1/+1 |
* | buffer: load external resources when they are attached | bptato | 2024-02-08 | 1 | -0/+2 |
* | dom: enumize attribute names | bptato | 2024-02-08 | 3 | -23/+30 |
* | dom: atomize id, name, DOMTokenList | bptato | 2024-02-08 | 2 | -67/+90 |
* | Update chame | bptato | 2024-02-07 | 4 | -61/+74 |
* | Use errDOMException template everywhere | bptato | 2024-01-11 | 1 | -7/+7 |
* | Fix windowChange not refreshing valid media queries | bptato | 2024-01-10 | 1 | -1/+2 |
* | Use std/* imports everywhere | bptato | 2024-01-07 | 7 | -23/+23 |
* | css/sheet: skip media queries without blocks | bptato | 2024-01-04 | 1 | -0/+3 |
* | Compile with styleCheck:usages | bptato | 2023-12-28 | 2 | -8/+8 |
* | Move http out of main binary | bptato | 2023-12-13 | 1 | -1/+1 |
* | css: add case-insensitive matching | bptato | 2023-12-11 | 2 | -18/+82 |
* | css: add text-transform | bptato | 2023-12-11 | 1 | -5/+29 |
* | sheet: fix overflow in addAtRule | bptato | 2023-12-09 | 1 | -1/+1 |
* | cascade: simplify | bptato | 2023-12-09 | 1 | -2/+1 |
* | cascade: fix regression | bptato | 2023-12-09 | 1 | -18/+23 |
* | selectorparser: enum-ize rel | bptato | 2023-12-09 | 2 | -25/+35 |
* | sheet: fix a correctness issue, misc refactorings | bptato | 2023-12-09 | 2 | -51/+63 |
* | cascade: refactor & optimize | bptato | 2023-12-09 | 1 | -153/+192 |
* | layout: add clear, etc. | bptato | 2023-11-23 | 1 | -4/+25 |
* | css/values: use Opt instead of Result[string] | bptato | 2023-11-21 | 1 | -55/+54 |
* | css/values: simplify getComputedValue | bptato | 2023-11-21 | 1 | -11/+10 |
* | css: add box-sizing | bptato | 2023-11-21 | 1 | -4/+21 |
* | twtstr: remove tolower, isWhitespace | bptato | 2023-11-20 | 1 | -5/+6 |
* | layout: add floats | bptato | 2023-11-17 | 2 | -4/+7 |
* | layout: refactor flow margin propagation, sizing | bptato | 2023-11-12 | 1 | -0/+13 |
* | dom: add some CSSStyleDeclaration functions | bptato | 2023-10-25 | 2 | -2/+8 |
* | reduce new() usage | bptato | 2023-10-25 | 1 | -4/+5 |
* | Add jspropnames, CSSStyleDeclaration stub | bptato | 2023-10-25 | 1 | -5/+3 |
* | WindowAttributes: refactor | bptato | 2023-10-19 | 1 | -1/+1 |
* | 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 | 2 | -9/+39 |
* | css: support alphabetic list types, support <LI TYPE=... | bptato | 2023-10-14 | 2 | -2/+59 |