| 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 | 1 | -1/+1 |
* | 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 |
* | 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 |
* | 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 | 1 | -48/+96 |
* | css: reduce CSSComputedValue size | bptato | 2024-02-17 | 1 | -112/+94 |
* | layout: use html/body bgcolor as canvas bgcolor | bptato | 2024-02-17 | 1 | -4/+10 |
* | twtstr: misc refactorings | bptato | 2024-02-09 | 1 | -1/+1 |
* | Use std/* imports everywhere | bptato | 2024-01-07 | 1 | -5/+5 |
* | Compile with styleCheck:usages | bptato | 2023-12-28 | 1 | -5/+5 |
* | css: add text-transform | bptato | 2023-12-11 | 1 | -5/+29 |
* | 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 |
* | layout: add floats | bptato | 2023-11-17 | 1 | -2/+5 |
* | layout: refactor flow margin propagation, sizing | bptato | 2023-11-12 | 1 | -0/+13 |
* | dom: add some CSSStyleDeclaration functions | bptato | 2023-10-25 | 1 | -0/+3 |
* | WindowAttributes: refactor | bptato | 2023-10-19 | 1 | -1/+1 |
* | css: support more list types, fix <ul/ol type=... | bptato | 2023-10-14 | 1 | -4/+24 |
* | css: support alphabetic list types, support <LI TYPE=... | bptato | 2023-10-14 | 1 | -2/+50 |
* | css: change type of rvalue to char (from Rune) | bptato | 2023-10-01 | 1 | -4/+4 |
* | Get rid of unicode.toLower | bptato | 2023-10-01 | 1 | -3/+4 |
* | px: convert to float first for percentage values | bptato | 2023-09-20 | 1 | -1/+1 |
* | move around more modules | bptato | 2023-09-14 | 1 | -2/+2 |
* | css: implement case insensitivity | bptato | 2023-08-10 | 1 | -125/+140 |
* | css: fix percentage min/max-width values | bptato | 2023-07-23 | 1 | -1/+1 |
* | Fix bug in media-query parsing | bptato | 2023-07-04 | 1 | -4/+4 |
* | Use LayoutUnit in layout | bptato | 2023-07-04 | 1 | -20/+23 |
* | css/values: remove stray eprint | bptato | 2023-06-25 | 1 | -2/+0 |
* | css/values: use Result instead of exceptions | bptato | 2023-06-25 | 1 | -305/+338 |
* | Fix various layout bugs, prepare for image support | bptato | 2023-06-12 | 1 | -5/+7 |
* | Add support for visibility | bptato | 2023-06-07 | 1 | -5/+25 |
* | Add support for width, height media query | bptato | 2023-06-07 | 1 | -1/+2 |
* | Add support for canvas and multipart | bptato | 2023-06-05 | 1 | -15/+10 |
* | css/values: add some stringifiers | bptato | 2023-03-10 | 1 | -4/+13 |
* | css/values: remove equals | bptato | 2023-01-08 | 1 | -32/+0 |
* | css/values: add float | bptato | 2023-01-08 | 1 | -4/+23 |
* | css/cascade, layout/engine: add table align | bptato | 2023-01-08 | 1 | -5/+7 |
* | css/values, parser, ...: fix background-image | bptato | 2023-01-06 | 1 | -6/+39 |
* | ua.css: fix color, css/values: fix globals | bptato | 2023-01-04 | 1 | -1/+8 |
* | css/values: consistently use exceptions | bptato | 2023-01-03 | 1 | -56/+41 |
* | css/values: remove todo | bptato | 2023-01-03 | 1 | -1/+0 |
* | selectorparser: support :link, :visited | bptato | 2023-01-01 | 1 | -2/+9 |
* | css/values: apply presentational hints after UA style | bptato | 2023-01-01 | 1 | -4/+5 |