summaryrefslogtreecommitdiffstats
path: root/examples/url_handler/src (unfollow)
Commit message (Expand)AuthorFilesLines
2023-09-07Introduce `keyboard::on_key_press` and `on_key_release`Libravatar Héctor Ramón Jiménez1-6/+7
2023-03-04Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez1-6/+4
2022-07-27Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez1-6/+6
2022-07-09Fix `clippy` lints for all crates and featuresLibravatar Héctor Ramón Jiménez1-1/+1
2022-05-14Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez1-3/+5
2021-09-02Make `Command` implementations platform-specificLibravatar Héctor Ramón Jiménez1-7/+3
2021-06-25Use new enum variant and new winit repoLibravatar Richard1-6/+12
2021-06-25Added events for url handling and create exampleLibravatar Richard1-0/+67