Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-07-21 | refactored window storage; | 1 | -0/+0 | ||
new helper window events (Destroyed, Created); clippy + fmt; | |||||
2023-04-13 | Bump versions :tada: | 1 | -1/+1 | ||
2023-04-11 | Implement `subscription::channel` and simplify `unfold` | 1 | -28/+63 | ||
2023-03-05 | Use `no_run` for widget doc-tests | 1 | -9/+0 | ||
2023-03-05 | Remove generic `Hasher` and `Event` from `subscription::Recipe` | 1 | -241/+1 | ||
2023-03-04 | Create `iced_widget` subcrate and re-organize the whole codebase | 1 | -8/+9 | ||
2023-02-21 | Change `subscription::run` to take a function pointer | 1 | -2/+15 | ||
... and rename the old `run` to `run_with_id`. | |||||
2023-02-18 | Bump versions :tada: | 1 | -1/+1 | ||
2023-01-18 | New iced changes | 1 | -1/+1 | ||
2023-01-14 | Bump versions :tada: | 1 | -1/+1 | ||
2023-01-12 | Implement `window::frames` subscription | 1 | -1/+26 | ||
... and use it in the `solar_system` example :tada: | |||||
2023-01-12 | Draft `Shell:request_redraw` API | 1 | -2/+6 | ||
... and implement `TextInput` cursor blink :tada: | |||||
2022-12-07 | Bump versions :tada: | 1 | -1/+1 | ||
2022-11-10 | Fix outdated links in documentation | 1 | -1/+1 | ||
2022-01-28 | Introduce `MaybeSend` trait in `iced_futures` | 1 | -49/+9 | ||
It allows to clean up all the `trait_aliases` modules! | |||||
2022-01-28 | Experimental wgpu WebGL backend support | 1 | -2/+40 | ||
- Added missing `draw_cache_align_4x4` call for `brush_glyph` on wasm32 target - Added WebGL support to `integratio_wgpu` example - Fixed test.yml CI workflow - Removed spir-v shader in `integration_wgpu`; Fixed formatting - Removed redundant `BoxStream` typedef | |||||
2022-01-17 | Add worker example to docs of `subscription::unfold` | 1 | -0/+65 | ||
2022-01-17 | Simplify `run` and `unfold` helpers to build a `Subscription` | 1 | -26/+17 | ||
2022-01-16 | Draft `websocket` example :tada: | 1 | -73/+25 | ||
2022-01-14 | Implement `subscription::worker` :tada: | 1 | -0/+44 | ||
2022-01-14 | Implement `subscription::unfold` :tada: | 1 | -1/+22 | ||
2022-01-14 | Implement `subscription::run` :tada: | 1 | -0/+19 | ||
2022-01-14 | Rewrite `events` and `events_with` with a new `Runner` abstraction | 1 | -10/+62 | ||
2021-11-14 | Use iced_futures utilities to make native work under wasm32 target. | 1 | -2/+2 | ||
2020-11-26 | Use recently stabilized intra-doc links | 1 | -12/+1 | ||
See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | |||||
2020-11-12 | Introduce `event::Status` to `Subscription` | 1 | -8/+16 | ||
2020-11-10 | Restore hotkeys in `pane_grid` example | 1 | -1/+21 | ||
- Implement `subscription::events_with` - Remove `pane_grid::KeyPressEvent` - Return closest sibling in `pane_grid::State::close` | |||||
2020-01-20 | Add `Application::Executor` associated type | 1 | -1/+1 | ||
2020-01-19 | Create `iced_futures` and wire everything up | 1 | -3/+3 | ||
2020-01-19 | Implement `subscription::Tracker` in `iced_core` | 1 | -1/+6 | ||
2019-12-14 | Write docs for subscriptions and reorganize a bit | 1 | -2/+28 | ||
2019-12-14 | Make `iced_native` subscription input opaque | 1 | -23/+8 | ||
2019-12-14 | Move native events subscription to `iced_native` | 1 | -0/+25 | ||
2019-12-10 | Implement `Subscription::map` and `from_recipe` | 1 | -3/+3 | ||
2019-12-08 | Allow listening to runtime events in subscriptions | 1 | -0/+6 | ||