summaryrefslogtreecommitdiffstats
path: root/examples/events (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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