summaryrefslogtreecommitdiffstats
path: root/winit/src/settings.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix minor formatting nitpicksLibravatar Héctor Ramón Jiménez2021-08-121-0/+3
|
* Add PlatformSpecific winit settings for macOSLibravatar Andrew Bentley2021-08-121-3/+19
|
* Introduce explicit `id` field to `Settings`Libravatar Héctor Ramón Jiménez2021-08-111-1/+12
| | | | ... and use it to set the application id of the window on Unix systems, instead of relying on the title of the application.
* Match winit unix targets for wayland app_idLibravatar Paul Delafosse2021-08-111-1/+7
|
* Add wayland app_idLibravatar Paul Delafosse2021-08-111-0/+6
| | | | see: https://github.com/wayland-project/wayland-protocols/blob/4ed0cafeefd9f81b974465ca495cbd9118508cdb/stable/xdg-shell/xdg-shell.xml#L640
* Improve `window::Position` APILibravatar Héctor Ramón Jiménez2021-07-211-5/+14
|
* doneLibravatar TimUntersberger2021-06-251-2/+3
|
* wipLibravatar TimUntersberger2021-06-251-0/+4
|
* allow disabling drag and drop on windowsLibravatar Quentin Boyer2021-05-271-0/+2
|
* use Mode::Hidden insteadLibravatar Cory Forsstrom2021-04-091-2/+1
|
* add window visibilityLibravatar Cory Forsstrom2021-04-081-1/+3
|
* Add support for graceful exits in `Application`Libravatar Héctor Ramón Jiménez2021-03-301-0/+4
| | | | | - `Settings` now contains an `exit_on_close_request` field - `Application` has a new `should_exit` method
* Use recently stabilized intra-doc linksLibravatar Héctor Ramón Jiménez2020-11-261-3/+1
| | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md
* Merge pull request #542 from aentity/winit_023Libravatar Héctor Ramón2020-10-081-1/+1
|\ | | | | update to winit 0.23 api
| * update to winit 0.23 apiLibravatar aentity2020-10-031-1/+1
| |
* | Fixes #539: Allow windows to be set always_on_topLibravatar Tom2020-09-281-1/+6
|/
* Remove debug println & accidentally added whitespaceLibravatar Katherine Philip2020-08-181-6/+5
|
* Add missing commentLibravatar Katherine Philip2020-08-181-0/+1
|
* Add 'transparent' in window settingLibravatar Katherine Philip2020-08-171-5/+10
|
* Move `Icon` to `iced` crate and introduce `Error`Libravatar Héctor Ramón Jiménez2020-07-011-34/+4
|
* Add support for setting window iconLibravatar Francesco Pasa2020-07-011-2/+37
| | | | | | This adds a new property from Settings::window::iconand a Icon struct which can be converted to winit::window::Icon. It also adds code to display this icon in Application::run. Due to the fact that the Icon struct is non copyable, I also had to remove the Copy trait from all Settings, both in `iced` and `iced_winit`.
* Add `min_size` and `max_size` to `window::Settings`Libravatar Héctor Ramón Jiménez2020-06-251-0/+18
|
* Write documentation for new `iced_winit` APILibravatar Héctor Ramón Jiménez2020-05-281-0/+1
|
* Implement `iced_glutin` :tada:Libravatar Héctor Ramón Jiménez2020-05-211-0/+36
|
* Allow passing external state to `Application::new`Libravatar Héctor Ramón Jiménez2020-03-301-0/+50
|
* Add platform specific settingsLibravatar hatoo2019-11-301-33/+0
|
* Add `decorations` to SettingLibravatar hatoo2019-11-301-0/+4
|
* Allow `Application` configuration with `Settings`Libravatar Héctor Ramón Jiménez2019-11-251-0/+29