summaryrefslogtreecommitdiffstats
path: root/winit/src/lib.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Implement an opaque `Size` typeLibravatar Héctor Ramón Jiménez2020-02-071-0/+2
* Make Clipboard publicLibravatar Imbris2020-02-011-1/+1
* Forbid unsafe code and Rust 2018 idiomsLibravatar Héctor Ramón Jiménez2020-01-201-2/+2
* Create `iced_futures` and wire everything upLibravatar Héctor Ramón Jiménez2020-01-191-1/+2
* Expose `window::Mode` in `iced`Libravatar Héctor Ramón Jiménez2020-01-161-0/+2
* Allow clipboard access in `Widget::on_event`Libravatar Héctor Ramón Jiménez2019-12-181-3/+5
* Write docs for subscriptions and reorganize a bitLibravatar Héctor Ramón Jiménez2019-12-141-0/+1
* Use cfg and path attribute instead of cfg_attr for IntelliJ Rust supportLibravatar Gabriel Konat2019-12-041-2/+5
* Allow `Application` configuration with `Settings`Libravatar Héctor Ramón Jiménez2019-11-251-0/+2
* Write docs for `iced_winit`Libravatar Héctor Ramón Jiménez2019-11-221-0/+23
* Move widgets from `core` to `native` and `web`Libravatar Héctor Ramón Jiménez2019-11-211-0/+1
* Enable debug view explicitly and test it in CILibravatar Héctor Ramón Jiménez2019-11-031-5/+2
* Implement debug view and load system fontsLibravatar Héctor Ramón Jiménez2019-11-031-0/+11
* Move `winit::Application` to its own moduleLibravatar Héctor Ramón Jiménez2019-10-101-124/+2
* Move `winit` conversions to `iced_winit`Libravatar Héctor Ramón Jiménez2019-10-101-0/+2
* Move `winit` logic from `iced` to `iced_winit`Libravatar Héctor Ramón Jiménez2019-10-091-0/+126
* Open a window using `winit`Libravatar Héctor Ramón Jiménez2019-10-031-0/+1
* Start `iced_winit` and `iced_wgpu`Libravatar Héctor Ramón Jiménez2019-10-031-0/+1