summaryrefslogtreecommitdiffstats
path: root/examples/url_handler (follow)
Commit message (Expand)AuthorAgeFilesLines
* Introduce `keyboard::on_key_press` and `on_key_release`Libravatar Héctor Ramón Jiménez2023-09-071-6/+7
* Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez2023-03-042-7/+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
* Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez2022-05-141-3/+5
* Update Rust edition to 2021 :tada:Libravatar Héctor Ramón Jiménez2022-02-091-2/+2
* Make `Command` implementations platform-specificLibravatar Héctor Ramón Jiménez2021-09-021-7/+3
* Use new enum variant and new winit repoLibravatar Richard2021-06-252-9/+13
* Added events for url handling and create exampleLibravatar Richard2021-06-252-0/+79