Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2020-01-20 | Package examples and remove `dev-dependencies` | 1 | -86/+0 | |
2020-01-20 | Add `Application::Executor` associated type | 1 | -2/+3 | |
2019-12-30 | Make `Row`, `Column`, and `Checkbox` shrink by default | 1 | -9/+3 | |
2019-12-14 | Write docs for subscriptions and reorganize a bit | 1 | -1/+1 | |
2019-12-14 | Move native events subscription to `iced_native` | 1 | -35/+7 | |
2019-12-14 | Consume `Recipe` when building a `Stream` | 1 | -1/+1 | |
2019-12-13 | Add `timer` example | 1 | -2/+0 | |
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-07 | Use `oneshot` and `future::select` to cancel streams | 1 | -39/+10 | |
2019-12-05 | Add `clock` example | 1 | -0/+166 |