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