summaryrefslogtreecommitdiffstats
path: root/winit/src/settings.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Introduce `daemon` API and unify shell runtimesLibravatar Héctor Ramón Jiménez2024-06-191-11/+1
|
* Fix broken intra-doc linksLibravatar Héctor Ramón Jiménez2023-11-291-1/+1
|
* Merge branch 'master' into feat/multi-window-supportLibravatar Héctor Ramón Jiménez2023-11-291-85/+3
|\
| * Merge pull request #2124 from iced-rs/disable-maximize-buttonLibravatar Héctor Ramón2023-10-271-0/+6
| |\ | | | | | | Disable maximize window button if `Settings::resizable` is `false`
| | * Disable maximize window button if `Settings::resizable` is `false`Libravatar Héctor Ramón Jiménez2023-10-271-0/+6
| | |
| * | Merge branch 'master' into text-editorLibravatar Héctor Ramón Jiménez2023-10-271-1/+1
| |\|
| | * Fix `clippy::default_trait_access`Libravatar Héctor Ramón Jiménez2023-09-201-1/+1
| | |
| * | Flesh out the `editor` example a bit moreLibravatar Héctor Ramón Jiménez2023-09-181-0/+4
| |/
| * Add app id setting for linuxLibravatar Cory Forsstrom2023-07-261-1/+27
| |
* | Moved `exit_on_close_request` to window settings. This now controls whether ↵Libravatar Bingus2023-07-241-11/+1
| | | | | | | | each INDIVIDUAL window should close on CloseRequested events.
* | refactored window storage;Libravatar Bingus2023-07-211-172/+74
|/ | | | | new helper window events (Destroyed, Created); clippy + fmt;
* Introduce `window::Level` enumLibravatar Héctor Ramón Jiménez2023-05-251-11/+7
| | | | ... and add `level` field to `window::Settings`
* Allow unsafe codeLibravatar Nico Burns2023-05-111-0/+1
|
* Add unsafe blockLibravatar Nico Burns2023-05-111-1/+4
|
* Fixup optionLibravatar Nico Burns2023-05-111-5/+1
|
* Fix import pathLibravatar Nico Burns2023-05-111-1/+1
|
* Fix build on linuxLibravatar Nico Burns2023-05-111-1/+3
|
* Update to winit 0.28Libravatar Nico Burns2023-05-111-2/+6
|
* Merge branch 'master' into advanced-textLibravatar Héctor Ramón Jiménez2023-04-171-3/+5
|\
| * add action set icon while running (#1590)Libravatar Night_Hunter2023-04-121-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * set windows icon live action * change get icon to insto raw * remove mobile docs * format * fix format * add file methods to Icon * Rename action to `ChangeIcon` and tidy up `Icon` modules * Fix documentation of `icon::Error` * Remove unnecessary `\` in `icon` documentation * Remove `etc.` from `Icon` documentation --------- Co-authored-by: Héctor Ramón Jiménez <hector0193@gmail.com>
* | Remove `iced_glutin` and `iced_glow` leftoversLibravatar Héctor Ramón Jiménez2023-02-241-8/+0
|/
* Remove logging large bytes arraysLibravatar Cory Forsstrom2023-02-231-1/+22
|
* Hide window until `Renderer` has been initializedLibravatar Héctor Ramón Jiménez2023-02-111-2/+1
|
* Allow providing a DOM identifier as a `target` for WasmLibravatar Héctor Ramón Jiménez2022-11-051-2/+10
|
* Update `winit` and `glutin` forksLibravatar Wyatt Herkamp2022-08-291-1/+1
|
* Fix invisible window on WindowsLibravatar Héctor Ramón Jiménez2022-08-261-1/+2
| | | | | ... by reverting the changes that were supposed to hide the window initially and only show it after rendering the first frame.
* Remove `window::Mode` and introduce `Settings::visible`Libravatar Héctor Ramón Jiménez2022-08-181-7/+6
| | | | Additionally, only show the window once one frame has been rendered to avoid blank flashes on Windows.
* Fix broken intra-doc links in documentationLibravatar Héctor Ramón Jiménez2022-04-301-0/+4
|
* Add setting to try OpenGL ES firstLibravatar Richard2022-01-191-0/+6
|
* 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`.