Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor img/* | bptato | 2024-09-15 | 1 | -5/+225 |
| | | | | | I've moved most image logic to adapter, so it doesn't really make sense to have this subdir anymore. | ||||
* | canvas: make sure we don't link to QJS | bptato | 2024-09-01 | 1 | -2/+1 |
| | |||||
* | canvas: move to separate CGI script | bptato | 2024-09-01 | 1 | -0/+141 |
* stream: and passFd is now client-based, and accessible for buffers * Bitmap's width & height is now int, not uint64 * no more non-network Bitmap special case in the pager for canvas I just shoehorned it into the static image model, so it still doesn't render changes after page load. But at least now it doesn't crash the browser. |