Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce `daemon` API and unify shell runtimes | 2024-06-19 | 1 | -11/+1 | |
| | |||||
* | Fix broken intra-doc links | 2023-11-29 | 1 | -1/+1 | |
| | |||||
* | Merge branch 'master' into feat/multi-window-support | 2023-11-29 | 1 | -85/+3 | |
|\ | |||||
| * | Merge pull request #2124 from iced-rs/disable-maximize-button | 2023-10-27 | 1 | -0/+6 | |
| |\ | | | | | | | Disable maximize window button if `Settings::resizable` is `false` | ||||
| | * | Disable maximize window button if `Settings::resizable` is `false` | 2023-10-27 | 1 | -0/+6 | |
| | | | |||||
| * | | Merge branch 'master' into text-editor | 2023-10-27 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix `clippy::default_trait_access` | 2023-09-20 | 1 | -1/+1 | |
| | | | |||||
| * | | Flesh out the `editor` example a bit more | 2023-09-18 | 1 | -0/+4 | |
| |/ | |||||
| * | Add app id setting for linux | 2023-07-26 | 1 | -1/+27 | |
| | | |||||
* | | Moved `exit_on_close_request` to window settings. This now controls whether ↵ | 2023-07-24 | 1 | -11/+1 | |
| | | | | | | | | each INDIVIDUAL window should close on CloseRequested events. | ||||
* | | refactored window storage; | 2023-07-21 | 1 | -172/+74 | |
|/ | | | | | new helper window events (Destroyed, Created); clippy + fmt; | ||||
* | Introduce `window::Level` enum | 2023-05-25 | 1 | -11/+7 | |
| | | | | ... and add `level` field to `window::Settings` | ||||
* | Allow unsafe code | 2023-05-11 | 1 | -0/+1 | |
| | |||||
* | Add unsafe block | 2023-05-11 | 1 | -1/+4 | |
| | |||||
* | Fixup option | 2023-05-11 | 1 | -5/+1 | |
| | |||||
* | Fix import path | 2023-05-11 | 1 | -1/+1 | |
| | |||||
* | Fix build on linux | 2023-05-11 | 1 | -1/+3 | |
| | |||||
* | Update to winit 0.28 | 2023-05-11 | 1 | -2/+6 | |
| | |||||
* | Merge branch 'master' into advanced-text | 2023-04-17 | 1 | -3/+5 | |
|\ | |||||
| * | add action set icon while running (#1590) | 2023-04-12 | 1 | -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` leftovers | 2023-02-24 | 1 | -8/+0 | |
|/ | |||||
* | Remove logging large bytes arrays | 2023-02-23 | 1 | -1/+22 | |
| | |||||
* | Hide window until `Renderer` has been initialized | 2023-02-11 | 1 | -2/+1 | |
| | |||||
* | Allow providing a DOM identifier as a `target` for Wasm | 2022-11-05 | 1 | -2/+10 | |
| | |||||
* | Update `winit` and `glutin` forks | 2022-08-29 | 1 | -1/+1 | |
| | |||||
* | Fix invisible window on Windows | 2022-08-26 | 1 | -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` | 2022-08-18 | 1 | -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 documentation | 2022-04-30 | 1 | -0/+4 | |
| | |||||
* | Add setting to try OpenGL ES first | 2022-01-19 | 1 | -0/+6 | |
| | |||||
* | Fix minor formatting nitpicks | 2021-08-12 | 1 | -0/+3 | |
| | |||||
* | Add PlatformSpecific winit settings for macOS | 2021-08-12 | 1 | -3/+19 | |
| | |||||
* | Introduce explicit `id` field to `Settings` | 2021-08-11 | 1 | -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_id | 2021-08-11 | 1 | -1/+7 | |
| | |||||
* | Add wayland app_id | 2021-08-11 | 1 | -0/+6 | |
| | | | | see: https://github.com/wayland-project/wayland-protocols/blob/4ed0cafeefd9f81b974465ca495cbd9118508cdb/stable/xdg-shell/xdg-shell.xml#L640 | ||||
* | Improve `window::Position` API | 2021-07-21 | 1 | -5/+14 | |
| | |||||
* | done | 2021-06-25 | 1 | -2/+3 | |
| | |||||
* | wip | 2021-06-25 | 1 | -0/+4 | |
| | |||||
* | allow disabling drag and drop on windows | 2021-05-27 | 1 | -0/+2 | |
| | |||||
* | use Mode::Hidden instead | 2021-04-09 | 1 | -2/+1 | |
| | |||||
* | add window visibility | 2021-04-08 | 1 | -1/+3 | |
| | |||||
* | Add support for graceful exits in `Application` | 2021-03-30 | 1 | -0/+4 | |
| | | | | | - `Settings` now contains an `exit_on_close_request` field - `Application` has a new `should_exit` method | ||||
* | Use recently stabilized intra-doc links | 2020-11-26 | 1 | -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_023 | 2020-10-08 | 1 | -1/+1 | |
|\ | | | | | update to winit 0.23 api | ||||
| * | update to winit 0.23 api | 2020-10-03 | 1 | -1/+1 | |
| | | |||||
* | | Fixes #539: Allow windows to be set always_on_top | 2020-09-28 | 1 | -1/+6 | |
|/ | |||||
* | Remove debug println & accidentally added whitespace | 2020-08-18 | 1 | -6/+5 | |
| | |||||
* | Add missing comment | 2020-08-18 | 1 | -0/+1 | |
| | |||||
* | Add 'transparent' in window setting | 2020-08-17 | 1 | -5/+10 | |
| | |||||
* | Move `Icon` to `iced` crate and introduce `Error` | 2020-07-01 | 1 | -34/+4 | |
| | |||||
* | Add support for setting window icon | 2020-07-01 | 1 | -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`. |