| Commit message (Expand) | Author | Age | Files | Lines |
* | css: resolve units to px before layout | bptato | 2024-12-16 | 1 | -22/+23 |
* | dom, css: fix case-insensitive class/id/attr matching | bptato | 2024-12-15 | 1 | -10/+6 |
* | cascade: misc cleanup | bptato | 2024-12-14 | 1 | -6/+3 |
* | css: CSSComputedValue -> CSSValue | bptato | 2024-12-12 | 1 | -5/+5 |
* | cascade: add cellspacing | bptato | 2024-12-03 | 1 | -0/+7 |
* | cssvalues: optimize CSSComputedValues size | bptato | 2024-12-03 | 1 | -18/+27 |
* | cascade, cssvalues: clean up a bit more | bptato | 2024-12-02 | 1 | -36/+34 |
* | css: misc refactoring | bptato | 2024-12-02 | 1 | -2/+2 |
* | cascade: allow presentational hints with styling=false | bptato | 2024-11-29 | 1 | -2/+2 |
* | cascade: apply buffer.styling to inline styles | bptato | 2024-11-27 | 1 | -8/+11 |
* | match, stylednode: remove generics, refactor | bptato | 2024-11-19 | 1 | -3/+4 |
* | js: reorganize modules, update docs | bptato | 2024-11-15 | 1 | -1/+1 |
* | cssvalues: reduce CSSComputedValue size | bptato | 2024-11-14 | 1 | -6/+3 |
* | cascade: adjust prefers-color-scheme based on terminal background | bptato | 2024-11-10 | 1 | -1/+1 |
* | layout -> css | bptato | 2024-11-10 | 1 | -1/+1 |
* | Clean up forward declarations a bit | bptato | 2024-10-27 | 1 | -2/+3 |
* | dom: html -> documentElement | bptato | 2024-10-10 | 1 | -1/+1 |
* | color: reduce CellColor size, misc color refactoring | bptato | 2024-10-06 | 1 | -3/+3 |
* | cascade: add missing nil check | bptato | 2024-09-02 | 1 | -1/+1 |
* | canvas: move to separate CGI script | bptato | 2024-09-01 | 1 | -7/+9 |
* | winattrs: un-snakeify | bptato | 2024-08-23 | 1 | -2/+2 |
* | cssvalues, twtstr, mediaquery: refactor & fixes | bptato | 2024-08-02 | 1 | -11/+5 |
* | css: hash attribute names | bptato | 2024-07-29 | 1 | -3/+22 |
* | cascade: move some presentational hints to ua.css | bptato | 2024-07-29 | 1 | -66/+0 |
* | cascade: add some presentational hints | bptato | 2024-07-27 | 1 | -3/+7 |
* | css: clean up a bit | bptato | 2024-07-12 | 1 | -11/+7 |
* | cascade: reduce allocations | bptato | 2024-07-10 | 1 | -57/+42 |
* | cascade: fix style caching | bptato | 2024-07-09 | 1 | -3/+7 |
* | css, html: fix CSS dependency invalidation | bptato | 2024-07-03 | 1 | -3/+6 |
* | 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 | 1 | -2/+1 |
* | css: slightly optimize cascade | bptato | 2024-06-02 | 1 | -41/+109 |
* | stylednode: remove `text' field | bptato | 2024-05-28 | 1 | -4/+6 |
* | css/values -> css/cssvalues | bptato | 2024-05-16 | 1 | -1/+1 |
* | cascade: avoid empty ::before/::after | bptato | 2024-05-05 | 1 | -3/+2 |
* | color: separate out JS converters | bptato | 2024-05-05 | 1 | -0/+1 |
* | css, dom: simplify ident parsing, canvas fixes | bptato | 2024-05-01 | 1 | -10/+16 |
* | Initial image support | bptato | 2024-04-25 | 1 | -1/+5 |
* | Update code style | bptato | 2024-04-17 | 1 | -95/+100 |
* | catom: at -> sat | bptato | 2024-03-21 | 1 | -18/+18 |
* | rudimentary support for <video>, <audio> | bptato | 2024-03-13 | 1 | -0/+14 |
* | catom: merge TagType with AttrType | bptato | 2024-03-04 | 1 | -0/+1 |
* | Allow non-RGB colors in CSS | bptato | 2024-02-24 | 1 | -3/+3 |
* | css: reduce CSSComputedValue size | bptato | 2024-02-17 | 1 | -6/+2 |
* | layout: use html/body bgcolor as canvas bgcolor | bptato | 2024-02-17 | 1 | -0/+5 |
* | css: hide noscript tags when scripting is enabled | bptato | 2024-02-13 | 1 | -0/+2 |
* | buffer: load external resources when they are attached | bptato | 2024-02-08 | 1 | -0/+2 |
* | dom: enumize attribute names | bptato | 2024-02-08 | 1 | -18/+18 |
* | Update chame | bptato | 2024-02-07 | 1 | -4/+4 |