| Commit message (Expand) | Author | Age | Files | Lines |
* | dom: optimize element size, remove importc hack & dead code | bptato | 2024-09-30 | 1 | -13/+13 |
* | layout: remove line-height | bptato | 2024-09-21 | 1 | -22/+5 |
* | Refactor img/* | bptato | 2024-09-15 | 1 | -1/+1 |
* | utils: add twtuni | bptato | 2024-09-08 | 2 | -26/+26 |
* | twtstr: type erase binarySearch instantiation | bptato | 2024-09-06 | 1 | -5/+9 |
* | cascade: add missing nil check | bptato | 2024-09-02 | 1 | -1/+1 |
* | canvas: move to separate CGI script | bptato | 2024-09-01 | 2 | -8/+10 |
* | winattrs: un-snakeify | bptato | 2024-08-23 | 2 | -6/+6 |
* | cssvalues: fix broken vmin, vmax | bptato | 2024-08-23 | 1 | -2/+2 |
* | cssvalues, color: use parseEnumNoCase more | bptato | 2024-08-03 | 1 | -39/+18 |
* | cssvalues, sheet: fix some more case sensitivity bugs | bptato | 2024-08-02 | 3 | -18/+6 |
* | cssvalues, twtstr, mediaquery: refactor & fixes | bptato | 2024-08-02 | 3 | -405/+309 |
* | css: hash attribute names | bptato | 2024-07-29 | 2 | -44/+56 |
* | cascade: move some presentational hints to ua.css | bptato | 2024-07-29 | 1 | -66/+0 |
* | 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 |