| Commit message (Expand) | Author | Age | Files | Lines |
* | buffer, pager, config: add meta-refresh + misc fixes | bptato | 2024-07-28 | 1 | -3/+3 |
* | cssvalues: fix parseDimensionValues bug | bptato | 2024-07-27 | 1 | -9/+10 |
* | cascade: add some presentational hints | bptato | 2024-07-27 | 1 | -3/+7 |
* | selectorparser: fix broken tostr | bptato | 2024-07-25 | 1 | -11/+27 |
* | dom, match, event: small cleanup | bptato | 2024-07-17 | 1 | -6/+6 |
* | css: clean up a bit | bptato | 2024-07-12 | 3 | -54/+18 |
* | cascade: reduce allocations | bptato | 2024-07-10 | 1 | -57/+42 |
* | cascade: fix style caching | bptato | 2024-07-09 | 2 | -6/+8 |
* | selectorparser: fix parseNthChild `of' token check | bptato | 2024-07-07 | 1 | -1/+3 |
* | layout: reduce copies | bptato | 2024-07-03 | 1 | -2/+5 |
* | css, html: fix CSS dependency invalidation | bptato | 2024-07-03 | 2 | -36/+19 |
* | cascade: support align=left, align=right on img | bptato | 2024-06-29 | 1 | -2/+14 |
* | img, loader: add image resizing, misc fixes | bptato | 2024-06-28 | 1 | -2/+3 |
* | misc cleanups | bptato | 2024-06-22 | 3 | -6/+3 |
* | cssvalues: add "clear" to table wrapper box | bptato | 2024-06-11 | 1 | -1/+3 |
* | css: slightly optimize cascade | bptato | 2024-06-02 | 4 | -136/+145 |
* | stylednode: remove `text' field | bptato | 2024-05-28 | 2 | -10/+12 |
* | stylednode: move invalidation data to DOM | bptato | 2024-05-27 | 2 | -25/+16 |
* | layout: add wrapper box for table caption + misc stuff | bptato | 2024-05-24 | 1 | -15/+35 |
* | layout, layoutunit: remove some automatic converters | bptato | 2024-05-22 | 1 | -5/+5 |
* | css: stub overflow | bptato | 2024-05-18 | 1 | -1/+15 |
* | css/values -> css/cssvalues | bptato | 2024-05-16 | 4 | -3/+3 |
* | cssvalues: fix casing | bptato | 2024-05-16 | 1 | -61/+61 |
* | luwrap: use separate context (+ various cleanups) | bptato | 2024-05-10 | 1 | -0/+90 |
* | cascade: avoid empty ::before/::after | bptato | 2024-05-05 | 1 | -3/+2 |
* | color: separate out JS converters | bptato | 2024-05-05 | 1 | -0/+1 |
* | Use isSome instead of isOk | bptato | 2024-05-05 | 2 | -6/+6 |
* | cssparser: refactor | bptato | 2024-05-01 | 5 | -139/+84 |
* | css, dom: simplify ident parsing, canvas fixes | bptato | 2024-05-01 | 3 | -371/+287 |
* | css/values: refactor | bptato | 2024-04-28 | 1 | -283/+222 |
* | color: RGBAColor -> ARGBColor | bptato | 2024-04-26 | 1 | -3/+3 |
* | Initial image support | bptato | 2024-04-25 | 1 | -1/+5 |
* | Update code style | bptato | 2024-04-17 | 8 | -972/+956 |
* | css, layout: flexbox fixes | bptato | 2024-04-06 | 1 | -2/+29 |
* | Initial flexbox support | bptato | 2024-04-05 | 1 | -38/+158 |
* | catom: at -> sat | bptato | 2024-03-21 | 2 | -19/+19 |
* | stylednode: clean up code style | bptato | 2024-03-18 | 1 | -30/+39 |
* | 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 |