index
:
iced
master
A cross-platform GUI library for Rust, inspired by Elm
cel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
winit
/
src
/
settings.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-08-12
Fix minor formatting nitpicks
Héctor Ramón Jiménez
1
-0
/
+3
2021-08-12
Add PlatformSpecific winit settings for macOS
Andrew Bentley
1
-3
/
+19
2021-08-11
Introduce explicit `id` field to `Settings`
Héctor Ramón Jiménez
1
-1
/
+12
2021-08-11
Match winit unix targets for wayland app_id
Paul Delafosse
1
-1
/
+7
2021-08-11
Add wayland app_id
Paul Delafosse
1
-0
/
+6
2021-07-21
Improve `window::Position` API
Héctor Ramón Jiménez
1
-5
/
+14
2021-06-25
done
TimUntersberger
1
-2
/
+3
2021-06-25
wip
TimUntersberger
1
-0
/
+4
2021-05-27
allow disabling drag and drop on windows
Quentin Boyer
1
-0
/
+2
2021-04-09
use Mode::Hidden instead
Cory Forsstrom
1
-2
/
+1
2021-04-08
add window visibility
Cory Forsstrom
1
-1
/
+3
2021-03-30
Add support for graceful exits in `Application`
Héctor Ramón Jiménez
1
-0
/
+4
2020-11-26
Use recently stabilized intra-doc links
Héctor Ramón Jiménez
1
-3
/
+1
2020-10-03
update to winit 0.23 api
aentity
1
-1
/
+1
2020-09-28
Fixes #539: Allow windows to be set always_on_top
Tom
1
-1
/
+6
2020-08-18
Remove debug println & accidentally added whitespace
Katherine Philip
1
-6
/
+5
2020-08-18
Add missing comment
Katherine Philip
1
-0
/
+1
2020-08-17
Add 'transparent' in window setting
Katherine Philip
1
-5
/
+10
2020-07-01
Move `Icon` to `iced` crate and introduce `Error`
Héctor Ramón Jiménez
1
-34
/
+4
2020-07-01
Add support for setting window icon
Francesco Pasa
1
-2
/
+37
2020-06-25
Add `min_size` and `max_size` to `window::Settings`
Héctor Ramón Jiménez
1
-0
/
+18
2020-05-28
Write documentation for new `iced_winit` API
Héctor Ramón Jiménez
1
-0
/
+1
2020-05-21
Implement `iced_glutin` :tada:
Héctor Ramón Jiménez
1
-0
/
+36
2020-03-30
Allow passing external state to `Application::new`
Héctor Ramón Jiménez
1
-11
/
+8
2020-01-05
Remove `background` from `Settings`
Héctor Ramón Jiménez
1
-6
/
+0
2019-12-29
Rename `Settings::background_color` to `background`
Héctor Ramón Jiménez
1
-2
/
+2
2019-12-29
Add `background_color` to `Settings`
Héctor Ramón Jiménez
1
-1
/
+14
2019-12-04
Use cfg and path attribute instead of cfg_attr for IntelliJ Rust support
Gabriel Konat
1
-2
/
+5
2019-12-03
Refactor window creation in `iced_winit`
Héctor Ramón Jiménez
1
-8
/
+4
2019-11-30
Add platform specific settings
hatoo
1
-0
/
+14
2019-11-30
Add `decorations` to Setting
hatoo
1
-0
/
+4
2019-11-25
Allow `Application` configuration with `Settings`
Héctor Ramón Jiménez
1
-0
/
+29