Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | buffer: form fixes & improvements | bptato | 2024-03-24 | 1 | -0/+2 |
| | | | | | | | * fall back to text for unimplemented input types * add custom prompt to all text-like input types * show min/max for range * fix accidental override of repaint | ||||
* | catom: at -> sat | bptato | 2024-03-21 | 1 | -64/+59 |
| | | | | just for consistency | ||||
* | catom: merge TagType with AttrType | bptato | 2024-03-04 | 1 | -23/+105 |
| | | | | | it's inefficient and pointless to treat them differently, so just derive a new enum from TagType with a macro | ||||
* | dom: enumize attribute names | bptato | 2024-02-08 | 1 | -15/+51 |
| | |||||
* | Update chame | bptato | 2024-02-07 | 1 | -0/+60 |
* Update chame to the latest version * Get rid of nodeType usage * Add atoms * Re-implement DOM attributes * document.write |