summaryrefslogtreecommitdiffstats
path: root/examples/url_handler/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Introduce `keyboard::on_key_press` and `on_key_release`Libravatar Héctor Ramón Jiménez2023-09-071-6/+7
| | | | Also rename `subscription::events*` to `event::listen*`.
* Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez2023-03-041-6/+4
|
* Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez2022-07-271-6/+6
|
* Fix `clippy` lints for all crates and featuresLibravatar Héctor Ramón Jiménez2022-07-091-1/+1
| | | | ... and check those in CI as well!
* Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez2022-05-141-3/+5
| | | | RFC: https://github.com/iced-rs/rfcs/pull/6
* Make `Command` implementations platform-specificLibravatar Héctor Ramón Jiménez2021-09-021-7/+3
| | | | | | | | | 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!)
* Use new enum variant and new winit repoLibravatar Richard2021-06-251-6/+12
|
* Added events for url handling and create exampleLibravatar Richard2021-06-251-0/+67