summaryrefslogtreecommitdiffstats
path: root/winit/src/lib.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bump versions :tada:Libravatar Héctor Ramón Jiménez2022-12-071-1/+1
|
* Fix outdated links in documentationLibravatar Héctor Ramón Jiménez2022-11-101-1/+1
|
* Add application feature, which allows to build freestanding wgpu appLibravatar aentity2022-09-261-0/+2
|
* Remove `window::Mode` and introduce `Settings::visible`Libravatar Héctor Ramón Jiménez2022-08-181-2/+0
| | | | Additionally, only show the window once one frame has been rendered to avoid blank flashes on Windows.
* Fix further `clippy` lintsLibravatar Héctor Ramón Jiménez2022-07-091-5/+13
| | | | ... and explicitly annotate crates as well.
* Merge branch 'master' into dev/system-informationLibravatar Héctor Ramón Jiménez2022-05-041-2/+2
|\
| * Replace `hecrj` in links with `iced-rs`Libravatar Héctor Ramón Jiménez2022-05-021-2/+2
| |
| * Point repository links to `0.4` branch in documentationLibravatar Héctor Ramón Jiménez2022-04-301-1/+1
| |
* | Expose `system` module through feature flagLibravatar Héctor Ramón Jiménez2022-04-301-1/+3
| |
* | Add function helper in `iced_winit::system`Libravatar Richard2022-04-261-0/+1
|/
* Use commit hash in `html_logo_url`Libravatar Héctor Ramón Jiménez2021-12-091-1/+1
|
* Added icon in docsLibravatar daladim2021-12-091-0/+3
|
* Implement `move_to` and `resize` commands for `window`Libravatar Héctor Ramón Jiménez2021-09-021-0/+1
|
* Handle `clipboard::Action` in `iced_winit` shellLibravatar Héctor Ramón Jiménez2021-09-021-1/+1
|
* Improve `window::Position` APILibravatar Héctor Ramón Jiménez2021-07-211-0/+2
|
* Update graphs in crate docsLibravatar Héctor Ramón Jiménez2020-11-261-1/+1
|
* Use recently stabilized intra-doc linksLibravatar Héctor Ramón Jiménez2020-11-261-2/+1
| | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md
* Make `Application` and `Sandbox` return a `Result`Libravatar Héctor Ramón Jiménez2020-09-081-0/+2
|
* Write documentation for new `iced_winit` APILibravatar Héctor Ramón Jiménez2020-05-281-1/+1
|
* Introduce `Program` and `State`Libravatar Héctor Ramón Jiménez2020-05-211-11/+3
|
* Implement `iced_glutin` :tada:Libravatar Héctor Ramón Jiménez2020-05-211-4/+3
|
* Refactor `Viewport` and `Compositor`Libravatar Héctor Ramón Jiménez2020-05-201-1/+0
|
* Avoid `Size` name collision in`iced_winit`Libravatar Héctor Ramón Jiménez2020-02-091-1/+0
|
* Implement an opaque `Size` typeLibravatar Héctor Ramón Jiménez2020-02-071-0/+2
| | | | It immutably ties physical and logical sizes to a specific scale factor.
* 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
| | | | | Although the Fullscreen API in the Web platform has some limitations, it is still useful to be able to support fullscreen on the native side.
* 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
| | | | Also made fields private and improved `Renderer` traits.
* 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
| | | | | | | | | | - Added new `renderer::Windowed` trait. This shoud allow users to easily try different renderers by simply changing one line. - Renamed `UserInterface` traits to `Application`, as the `run` method takes total control of the current thread. - Moved `MouseCursor` back to `iced_native`. The new `renderer::Windowed` trait returns one on `draw`. - Split `iced_native` renderer in multiple modules, for consistency.
* 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