| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | css: change type of rvalue to char (from Rune) | bptato | 2023-10-01 | 4 | -52/+62 |
* | 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 | 2 | -4/+5 |
* | px: convert to float first for percentage values | bptato | 2023-09-20 | 1 | -1/+1 |
* | update chame | bptato | 2023-09-19 | 1 | -0/+1 |
* | move around more modules | bptato | 2023-09-14 | 4 | -5/+5 |
* | twtstr: simplify | bptato | 2023-09-13 | 1 | -2/+3 |
* | color: fix parseLegacyColor bugs | bptato | 2023-09-13 | 1 | -6/+10 |
* | refactor: Result[T, DOMException] -> DOMResult[T] | bptato | 2023-08-28 | 1 | -9/+6 |
* | javascript: refactor | bptato | 2023-08-28 | 1 | -1/+1 |
* | config: allow modification through JS | bptato | 2023-08-27 | 1 | -9/+12 |
* | Move HTML parsing into Chame | bptato | 2023-08-15 | 5 | -5/+10 |
* | mediaquery: fix logic error | bptato | 2023-08-14 | 1 | -1/+1 |
* | css: implement case insensitivity | bptato | 2023-08-10 | 2 | -127/+142 |
* | Fixes & workarounds to compile on Nim 2.0.0 | bptato | 2023-08-01 | 2 | -3/+4 |
* | css: very minor optimizations | bptato | 2023-07-28 | 2 | -19/+15 |
* | mediaquery: fix some missing has checks in parser | bptato | 2023-07-28 | 1 | -0/+2 |
* | css: handle unknown tag names correctly | bptato | 2023-07-25 | 3 | -5/+16 |
* | mediaquery: better debugging functions | bptato | 2023-07-23 | 1 | -3/+35 |
* | css: fix percentage min/max-width values | bptato | 2023-07-23 | 1 | -1/+1 |
* | Add StyledNode stringifier for debugging | bptato | 2023-07-08 | 1 | -0/+14 |
* | Fix bug in media-query parsing | bptato | 2023-07-04 | 3 | -12/+36 |
* | Use LayoutUnit in layout | bptato | 2023-07-04 | 2 | -24/+28 |
* | cascade: remove sugar, add DeclarationListMap type | bptato | 2023-06-29 | 1 | -36/+53 |
* | cssparser: remove unused function, cast instead of collect | bptato | 2023-06-29 | 1 | -21/+5 |
* | css/values: remove stray eprint | bptato | 2023-06-25 | 1 | -2/+0 |
* | cssparser: remove SyntaxError | bptato | 2023-06-25 | 1 | -20/+27 |
* | css/values: use Result instead of exceptions | bptato | 2023-06-25 | 2 | -308/+342 |
* | input size as presentational hint | bptato | 2023-06-18 | 1 | -0/+8 |
* | Fix various layout bugs, prepare for image support | bptato | 2023-06-12 | 2 | -6/+9 |
* | Use width, height for canvas in css | bptato | 2023-06-10 | 1 | -1/+1 |
* | Add support for visibility | bptato | 2023-06-07 | 1 | -5/+25 |
* | Add support for width, height media query | bptato | 2023-06-07 | 3 | -46/+220 |
* | Add support for canvas and multipart | bptato | 2023-06-05 | 3 | -25/+20 |
* | css/values: add some stringifiers | bptato | 2023-03-10 | 1 | -4/+13 |
* | css/match: fix next sibling selector (+) | bptato | 2023-02-13 | 1 | -2/+2 |
* | Remove unused variable | bptato | 2023-01-27 | 1 | -1/+0 |
* | WIP selector rewrite | bptato | 2023-01-27 | 4 | -451/+365 |
* | 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 |
* | 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 | 2 | -5/+17 |