Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | layout: fix intrinsic min width with whitespace: pre | bptato | 2024-11-19 | 1 | -0/+1 | |
| | ||||||
* | layout: fix indefinitely sized flex items with bounds | bptato | 2024-11-19 | 1 | -1/+8 | |
| | | | | maybe I'll get it right one of these days | |||||
* | layout: fix crash on overlapping rowspan/colspan | bptato | 2024-11-17 | 1 | -2/+3 | |
| | | | | | The rowspan filler must get a smaller colspan if its first cells are occupied by another cell with a colspan > 1. | |||||
* | cssvalues: reduce CSSComputedValue size | bptato | 2024-11-14 | 1 | -26/+33 | |
| | | | | | | | far from perfect, but it's something. (ideally, we should store enums in a bitmap instead of allocating a GC'ed property for each of them.) | |||||
* | layout: fix another flex sizing bug | bptato | 2024-11-14 | 1 | -1/+8 | |
| | ||||||
* | layout: remove inline padding | bptato | 2024-11-13 | 1 | -24/+5 | |
| | | | | like line height, this caused more trouble than it was worth | |||||
* | layout -> css | bptato | 2024-11-10 | 1 | -0/+3402 | |
as much as I wish it weren't, layout *is* css. |