Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2019-12-31 | Add `border_width` and `border_color` to `Quad` | 2 | -1/+3 | |
2019-12-30 | Rename `Empty` widget to `Space` | 1 | -3/+3 | |
2019-12-30 | Implement `Empty` widget | 1 | -2/+2 | |
2019-12-30 | Add `Renderer::Defaults` and style inheritance | 5 | -43/+72 | |
2019-12-29 | Draft `Style` and `StyleSheet` for `Button` | 4 | -40/+124 | |
2019-12-15 | Put `svg` rendering behind a feature gate | 1 | -3/+17 | |
2019-12-15 | Add `svg` example | 2 | -0/+765 | |
2019-12-14 | Port `todos` to `async_std` | 1 | -11/+16 | |
2019-12-14 | Write docs for subscriptions and reorganize a bit | 2 | -2/+2 | |
2019-12-14 | Make `iced_native` subscription input opaque | 1 | -4/+4 | |
2019-12-14 | Move native events subscription to `iced_native` | 1 | -35/+7 | |
2019-12-14 | Hash `Duration` of `time::Every` in `stopwatch` | 1 | -0/+1 | |
2019-12-14 | Use generic `Hasher` in `stopwatch` | 1 | -3/+4 | |
2019-12-14 | Consume `Recipe` when building a `Stream` | 2 | -2/+2 | |
2019-12-14 | Rename `timer` example to `stopwatch` | 1 | -6/+6 | |
2019-12-14 | Use `surf` in `pokedex` example | 2 | -15/+10 | |
2019-12-13 | Add `timer` example | 2 | -2/+180 | |
2019-12-10 | Simplify `events` example | 1 | -6/+6 | |
2019-12-10 | Implement `Subscription::map` and `from_recipe` | 1 | -23/+15 | |
2019-12-09 | Rename `clock` example to `events` | 1 | -43/+37 | |
2019-12-08 | Allow listening to runtime events in subscriptions | 1 | -11/+9 | |
2019-12-08 | Update native `CHANGELOG` | 1 | -1/+0 | |
2019-12-07 | Use `oneshot` and `future::select` to cancel streams | 1 | -39/+10 | |
2019-12-07 | Simplify `custom_widget` example | 1 | -10/+6 | |
2019-12-07 | Showcase new `TextInput::password` in `tour` | 1 | -11/+33 | |
2019-12-07 | Add `custom_widget` example | 1 | -0/+149 | |
2019-12-05 | Add `clock` example | 1 | -0/+166 | |
2019-12-05 | Make `Button::background` generic | 3 | -16/+13 | |
2019-12-04 | Implemented `From<Color` for `Background` | 3 | -18/+11 | |
2019-12-04 | Rename `image::Handle::from_bytes` to `from_memory` | 2 | -202/+231 | |
2019-12-02 | Reset tour start to 0 | 1 | -1/+1 | |
2019-12-02 | Address suggestions | 1 | -1/+1 | |
2019-12-02 | Finalize work | 1 | -1/+1 | |
2019-12-02 | First implementation | 1 | -1/+1 | |
2019-11-30 | Implement `image` viewer example | 1 | -0/+202 | |
2019-11-26 | Add simple counter example | 1 | -0/+56 | |
2019-11-25 | Allow `Application` configuration with `Settings` | 2 | -4/+4 | |
2019-11-24 | Avoid unnecessary panic in `todos` | 1 | -4/+5 | |
2019-11-24 | Add warning on debugger tour section in web | 1 | -5/+13 | |
2019-11-21 | Implement `iced::Sandbox` trait for simple apps | 1 | -18/+13 | |
2019-11-21 | Move widgets from `core` to `native` and `web` | 2 | -8/+8 | |
2019-11-20 | Remove `scroll` example and `tour.html` | 2 | -98/+0 | |
2019-11-20 | Update examples `README` | 1 | -39/+34 | |
2019-11-20 | Disable debug view by default in `tour` example | 1 | -1/+1 | |
2019-11-18 | Improve persistence in `todos` | 1 | -47/+53 | |
2019-11-18 | Rename `Command::attempt` to `Command::perform` | 1 | -2/+2 | |
2019-11-17 | Save `todos` async in a JSON file and load on boot | 1 | -86/+254 | |
2019-11-17 | Support async actions in `iced_winit` | 3 | -24/+40 | |
2019-11-14 | Draw proper checkmark for `Checkbox` in `iced_wgpu` | 1 | -1/+1 | |
2019-11-14 | Add filter controls to `todos` example :tada: | 1 | -23/+135 |