Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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`. | ||||
* | Add `min_size` and `max_size` to `window::Settings` | 2020-06-25 | 1 | -0/+18 | |
| | |||||
* | Write documentation for new `iced_winit` API | 2020-05-28 | 1 | -0/+1 | |
| | |||||
* | Implement `iced_glutin` :tada: | 2020-05-21 | 1 | -0/+36 | |
| | |||||
* | Allow passing external state to `Application::new` | 2020-03-30 | 1 | -0/+50 | |
| | |||||
* | Add platform specific settings | 2019-11-30 | 1 | -33/+0 | |
| | |||||
* | Add `decorations` to Setting | 2019-11-30 | 1 | -0/+4 | |
| | |||||
* | Allow `Application` configuration with `Settings` | 2019-11-25 | 1 | -0/+29 | |