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
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