summaryrefslogtreecommitdiffstats
path: root/winit/src/lib.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2020-01-20Forbid unsafe code and Rust 2018 idiomsLibravatar Héctor Ramón Jiménez1-2/+2
2020-01-19Create `iced_futures` and wire everything upLibravatar Héctor Ramón Jiménez1-1/+2
2020-01-16Expose `window::Mode` in `iced`Libravatar Héctor Ramón Jiménez1-0/+2
2019-12-18Allow clipboard access in `Widget::on_event`Libravatar Héctor Ramón Jiménez1-3/+5
2019-12-14Write docs for subscriptions and reorganize a bitLibravatar Héctor Ramón Jiménez1-0/+1
2019-12-04Use cfg and path attribute instead of cfg_attr for IntelliJ Rust supportLibravatar Gabriel Konat1-2/+5
2019-11-25Allow `Application` configuration with `Settings`Libravatar Héctor Ramón Jiménez1-0/+2
2019-11-22Write docs for `iced_winit`Libravatar Héctor Ramón Jiménez1-0/+23
2019-11-21Move widgets from `core` to `native` and `web`Libravatar Héctor Ramón Jiménez1-0/+1
2019-11-03Enable debug view explicitly and test it in CILibravatar Héctor Ramón Jiménez1-5/+2
2019-11-03Implement debug view and load system fontsLibravatar Héctor Ramón Jiménez1-0/+11
2019-10-10Move `winit::Application` to its own moduleLibravatar Héctor Ramón Jiménez1-124/+2
2019-10-10Move `winit` conversions to `iced_winit`Libravatar Héctor Ramón Jiménez1-0/+2
2019-10-09Move `winit` logic from `iced` to `iced_winit`Libravatar Héctor Ramón Jiménez1-0/+126
2019-10-03Open a window using `winit`Libravatar Héctor Ramón Jiménez1-0/+1
2019-10-03Start `iced_winit` and `iced_wgpu`Libravatar Héctor Ramón Jiménez1-0/+1