Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace `iced_web` with WebGL support in `wgpu` :tada: | 2022-01-28 | 1 | -48/+0 | |
| | |||||
* | Change GitHub namespace to new org for all files | 2022-01-03 | 1 | -1/+1 | |
| | |||||
* | Merge pull request #788 from Liamolucko/web-in-memory-image | 2021-09-01 | 1 | -0/+1 | |
|\ | | | | | feat(web): Support in-memory image data | ||||
| * | Use data urls instead of blob URLs | 2021-04-10 | 1 | -3/+1 | |
| | | | | | | | | I didn't do this originally because I was half doing it in the first place to mess with Blob URLs, and it feels kinda wrong to be encoding it as base64 when that option is available. But not having memory leaks is more important. | ||||
| * | Add `Blob` to web-sys features | 2021-03-21 | 1 | -0/+1 | |
| | | | | | | | | rust-analyzer lied to me | ||||
| * | feat(web): Support in-memory image data | 2021-03-21 | 1 | -0/+2 | |
| | | | | | | | | | | | | I had to create two methods which basically do the same thing, `from_memory` and `from_slice`, but `from_memory` takes ownership of the bytes to be compatible with `iced_native`. Also, `Data` is incompatible, because if I stored the bytes in `Data` and created a new object URL every render, it would have caused a memory leak because bumpalo doesn't call destructors and there'd be no way to call URL.revokeObjectUrl on it. It's also more efficient this way. | ||||
* | | Bump versions :tada: | 2021-03-31 | 1 | -4/+4 | |
|/ | |||||
* | Bump versions :tada: | 2020-11-26 | 1 | -4/+4 | |
| | |||||
* | Update `dodrio` dependency in `iced_web` | 2020-07-01 | 1 | -2/+2 | |
| | |||||
* | Make `Slider` value generic in `iced_web` | 2020-06-13 | 1 | -0/+1 | |
| | |||||
* | Bump versions :tada: | 2020-04-15 | 1 | -1/+1 | |
| | |||||
* | Bump all versions :tada: | 2020-04-02 | 1 | -4/+7 | |
| | |||||
* | Implement `TextInput::on_submit` support in `iced_web` | 2020-02-06 | 1 | -0/+1 | |
| | |||||
* | Add `Handle` and `Data` to `image` in `iced_web` | 2020-02-05 | 1 | -0/+1 | |
| | |||||
* | Support styling for `Button` in `iced_web` | 2020-02-05 | 1 | -0/+1 | |
| | |||||
* | Add `Application::Executor` associated type | 2020-01-20 | 1 | -1/+0 | |
| | |||||
* | Create `iced_futures` and wire everything up | 2020-01-19 | 1 | -1/+8 | |
| | |||||
* | Fix missing `Subscription` type in `iced_web` | 2019-12-18 | 1 | -1/+1 | |
| | |||||
* | Add `CHANGELOG` to subcrates | 2019-11-25 | 1 | -2/+2 | |
| | |||||
* | Spawn `Command` futures in `iced_web` | 2019-11-24 | 1 | -0/+2 | |
| | |||||
* | Make `tour` work with `iced_web` again :tada: | 2019-11-23 | 1 | -1/+1 | |
| | | | | | - Implements `TextInput`, `Scrollable`, and `Container` - Adds basic style generation | ||||
* | Connect `iced_web` with `iced` properly | 2019-10-23 | 1 | -2/+1 | |
| | |||||
* | Create `iced_core` and `iced_native` | 2019-09-20 | 1 | -1/+1 | |
| | |||||
* | Use `futures-preview` instead of `futures` | 2019-09-16 | 1 | -1/+1 | |
| | |||||
* | Draft nodes for missing widgets | 2019-09-15 | 1 | -0/+5 | |
| | |||||
* | Draft web runtime and widgets | 2019-09-14 | 1 | -0/+1 | |
| | |||||
* | Rethink workspace structure | 2019-09-14 | 1 | -0/+27 | |