Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve docs for `Sandbox` and `Application` | 2020-04-02 | 1 | -49/+50 | |
| | |||||
* | Clarify return policy of `Application::run` | 2020-04-02 | 1 | -4/+4 | |
| | |||||
* | Allow passing external state to `Application::new` | 2020-03-30 | 1 | -17/+32 | |
| | |||||
* | Make output format of `iced_wgpu` configurable | 2020-02-24 | 1 | -0/+1 | |
| | |||||
* | Rename `Settings::use_antialiasing` to `antialiasing` | 2020-02-18 | 1 | -1/+1 | |
| | |||||
* | Write documentation for new `canvas` module | 2020-02-18 | 1 | -1/+1 | |
| | |||||
* | Rename `Settings::antialiasing` to `use_antialiasing` | 2020-02-15 | 1 | -1/+1 | |
| | |||||
* | Implement MSAA for `triangle` pipeline in `iced_wgpu` | 2020-02-15 | 1 | -0/+5 | |
| | |||||
* | Allow `iced_wgpu` to render to any `TextureView` | 2020-02-09 | 1 | -1/+1 | |
| | |||||
* | Support event subscriptions in `iced_web` | 2020-02-04 | 1 | -0/+5 | |
| | | | | Also improves the overall web runtime, avoiding nested update loops. | ||||
* | Add `Application::Executor` associated type | 2020-01-20 | 1 | -2/+12 | |
| | |||||
* | Expose `window::Mode` in `iced` | 2020-01-16 | 1 | -1/+22 | |
| | | | | | Although the Fullscreen API in the Web platform has some limitations, it is still useful to be able to support fullscreen on the native side. | ||||
* | Remove Clone bound on Application::Message | 2020-01-12 | 1 | -1/+1 | |
| | |||||
* | Allow configuration of default font | 2020-01-01 | 1 | -1/+6 | |
| | |||||
* | Fix missing `Subscription` type in `iced_web` | 2019-12-18 | 1 | -2/+2 | |
| | |||||
* | Write docs for subscriptions and reorganize a bit | 2019-12-14 | 1 | -4/+13 | |
| | |||||
* | Draft first version of event subscriptions :tada: | 2019-12-05 | 1 | -1/+10 | |
| | |||||
* | Allow `Application` configuration with `Settings` | 2019-11-25 | 1 | -5/+5 | |
| | |||||
* | Spawn `Command` futures in `iced_web` | 2019-11-24 | 1 | -1/+1 | |
| | |||||
* | Make `tour` work with `iced_web` again :tada: | 2019-11-23 | 1 | -4/+14 | |
| | | | | | - Implements `TextInput`, `Scrollable`, and `Container` - Adds basic style generation | ||||
* | Write docs for `iced` and `iced_native` | 2019-11-22 | 1 | -4/+125 | |
| | |||||
* | Implement `iced::Sandbox` trait for simple apps | 2019-11-21 | 1 | -0/+69 | |