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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
move window settings to `iced_native`
Richard
2023-01-09
1
-0
/
+21
*
Introduce `close_requested` for `multi-window`
Richard
2023-01-09
1
-0
/
+4
*
fix: temporalily remove the unsafe pointer `HWND`
Richard
2023-01-09
1
-3
/
+3
*
Allow providing a DOM identifier as a `target` for Wasm
Héctor Ramón Jiménez
2022-11-05
1
-2
/
+10
*
Update `winit` and `glutin` forks
Wyatt Herkamp
2022-08-29
1
-1
/
+1
*
Fix invisible window on Windows
Héctor Ramón Jiménez
2022-08-26
1
-1
/
+2
*
Remove `window::Mode` and introduce `Settings::visible`
Héctor Ramón Jiménez
2022-08-18
1
-7
/
+6
*
Fix broken intra-doc links in documentation
Héctor Ramón Jiménez
2022-04-30
1
-0
/
+4
*
Add setting to try OpenGL ES first
Richard
2022-01-19
1
-0
/
+6
*
Fix minor formatting nitpicks
Héctor Ramón Jiménez
2021-08-12
1
-0
/
+3
*
Add PlatformSpecific winit settings for macOS
Andrew Bentley
2021-08-12
1
-3
/
+19
*
Introduce explicit `id` field to `Settings`
Héctor Ramón Jiménez
2021-08-11
1
-1
/
+12
*
Match winit unix targets for wayland app_id
Paul Delafosse
2021-08-11
1
-1
/
+7
*
Add wayland app_id
Paul Delafosse
2021-08-11
1
-0
/
+6
*
Improve `window::Position` API
Héctor Ramón Jiménez
2021-07-21
1
-5
/
+14
*
done
TimUntersberger
2021-06-25
1
-2
/
+3
*
wip
TimUntersberger
2021-06-25
1
-0
/
+4
*
allow disabling drag and drop on windows
Quentin Boyer
2021-05-27
1
-0
/
+2
*
use Mode::Hidden instead
Cory Forsstrom
2021-04-09
1
-2
/
+1
*
add window visibility
Cory Forsstrom
2021-04-08
1
-1
/
+3
*
Add support for graceful exits in `Application`
Héctor Ramón Jiménez
2021-03-30
1
-0
/
+4
*
Use recently stabilized intra-doc links
Héctor Ramón Jiménez
2020-11-26
1
-3
/
+1
*
Merge pull request #542 from aentity/winit_023
Héctor Ramón
2020-10-08
1
-1
/
+1
|
\
|
*
update to winit 0.23 api
aentity
2020-10-03
1
-1
/
+1
*
|
Fixes #539: Allow windows to be set always_on_top
Tom
2020-09-28
1
-1
/
+6
|
/
*
Remove debug println & accidentally added whitespace
Katherine Philip
2020-08-18
1
-6
/
+5
*
Add missing comment
Katherine Philip
2020-08-18
1
-0
/
+1
*
Add 'transparent' in window setting
Katherine Philip
2020-08-17
1
-5
/
+10
*
Move `Icon` to `iced` crate and introduce `Error`
Héctor Ramón Jiménez
2020-07-01
1
-34
/
+4
*
Add support for setting window icon
Francesco Pasa
2020-07-01
1
-2
/
+37
*
Add `min_size` and `max_size` to `window::Settings`
Héctor Ramón Jiménez
2020-06-25
1
-0
/
+18
*
Write documentation for new `iced_winit` API
Héctor Ramón Jiménez
2020-05-28
1
-0
/
+1
*
Implement `iced_glutin` :tada:
Héctor Ramón Jiménez
2020-05-21
1
-0
/
+36
*
Allow passing external state to `Application::new`
Héctor Ramón Jiménez
2020-03-30
1
-0
/
+50
*
Add platform specific settings
hatoo
2019-11-30
1
-33
/
+0
*
Add `decorations` to Setting
hatoo
2019-11-30
1
-0
/
+4
*
Allow `Application` configuration with `Settings`
Héctor Ramón Jiménez
2019-11-25
1
-0
/
+29