about summary refs log tree commit diff stats
path: root/adapter/img/canvas.nim
Commit message (Collapse)AuthorAgeFilesLines
* Refactor img/*bptato2024-09-151-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 QJSbptato2024-09-011-2/+1
|
* canvas: move to separate CGI scriptbptato2024-09-011-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.