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
/
multi_window.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed issue with window ID on winit
bungoboingo
2023-01-09
1
-51
/
+59
*
merged in iced master
bungoboingo
2023-01-09
1
-0
/
+20
*
remove `windows` method (use commands instead)
Richard
2023-01-09
1
-4
/
+1
*
introduce `window::spawn` and `window::close`
Richard
2023-01-09
1
-34
/
+45
*
add `window::Id` to `Event` and `Action`
Richard
2023-01-09
1
-41
/
+36
*
Split `Surface` and `Window`
Richard
2023-01-09
1
-47
/
+35
*
Introduce `close_requested` for `multi-window`
Richard
2023-01-09
1
-4
/
+11
*
Allow closing the window from user code
Richard
2023-01-09
1
-20
/
+57
*
add `window::Id` to `view`
Richard
2023-01-09
1
-9
/
+26
*
fix: temporarily add `window::Id` to
Richard
2023-01-09
1
-18
/
+35
*
what is this
Richard
2023-01-09
1
-144
/
+277
*
Introduce opaque `window::Id` type
Richard
2023-01-09
1
-10
/
+13
*
Synchronize window list with `windows` method
Richard
2023-01-09
1
-13
/
+59
*
Internally wrap `Message` with a `Event` enum
Richard
2023-01-09
1
-15
/
+28
*
Use map of windows internally
Richard
2023-01-09
1
-11
/
+19
*
Unify `Application` and `Program`
Richard
2023-01-09
1
-4
/
+24
*
Introduce `multi_window` in `iced_winit`
Richard
2023-01-09
1
-0
/
+742