summaryrefslogtreecommitdiffstats
path: root/examples/events (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Host GIFs and video examples in `iced.rs`Libravatar Héctor Ramón Jiménez2023-09-071-6/+0
| | | | RIP Gfycat
* Merge pull request #2069 from iced-rs/use-workspace-dependenciesLibravatar Héctor Ramón2023-09-071-1/+2
|\ | | | | Use workspace dependencies and package inheritance
| * Use workspace dependencies and package inheritanceLibravatar Héctor Ramón Jiménez2023-09-041-1/+2
| | | | | | | | | | | | We are also taking this as a chance to synchronize the versions of all the crates! Because of this, we will skip the `0.11` version.
* | Introduce `keyboard::on_key_press` and `on_key_release`Libravatar Héctor Ramón Jiménez2023-09-071-3/+2
|/ | | | Also rename `subscription::events*` to `event::listen*`.
* Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez2023-03-042-5/+5
|
* Use `f32` in `Length::Units` and rename it to `Fixed`Libravatar Héctor Ramón Jiménez2023-02-171-1/+1
|
* Fix: Clippy lint 'uninlined_format_args'Libravatar 13r0ck2023-01-271-1/+1
|
* Draft `Shell:request_redraw` APILibravatar Héctor Ramón Jiménez2023-01-122-14/+12
| | | | ... and implement `TextInput` cursor blink :tada:
* Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez2022-07-271-16/+15
|
* Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez2022-05-141-3/+7
| | | | RFC: https://github.com/iced-rs/rfcs/pull/6
* Update Rust edition to 2021 :tada:Libravatar Héctor Ramón Jiménez2022-02-091-1/+1
|
* Refactor alignment types into an `alignment` moduleLibravatar Héctor Ramón Jiménez2021-09-201-5/+4
|
* Introduce and use `CrossAlign` enum for `Column` and `Row`Libravatar Héctor Ramón Jiménez2021-09-201-4/+4
|
* Make `Command` implementations platform-specificLibravatar Héctor Ramón Jiménez2021-09-021-8/+4
| | | | | | | | | This allows us to introduce a platform-specific `Action` to both `iced_native` and `iced_web` and remove the `Clipboard` from `Application::update` to maintain purity. Additionally, this should let us implement further actions to let users query and modify the shell environment (e.g. window, clipboard, and more!)
* Showcase graceful exiting in `events` exampleLibravatar Héctor Ramón Jiménez2021-03-301-10/+37
|
* Add `clipboard` argument to `Application::update`Libravatar Héctor Ramón Jiménez2021-03-111-3/+7
|
* Make `Application` and `Sandbox` return a `Result`Libravatar Héctor Ramón Jiménez2020-09-081-1/+1
|
* Allow passing external state to `Application::new`Libravatar Héctor Ramón Jiménez2020-03-301-1/+2
|
* Create `README` files for all the examplesLibravatar Héctor Ramón Jiménez2020-02-211-0/+18
|
* Package examples and remove `dev-dependencies`Libravatar Héctor Ramón Jiménez2020-01-202-0/+96