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
/
glutin
/
src
/
multi_window.rs
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2023-02-28
Removed glutin MW support and reverted glutin changes back to Iced master ↵
bungoboingo
1
-1060
/
+0
since it's being axed as we speak.
2023-02-17
Iced master merge (again)
Bingus
1
-4
/
+14
2023-02-15
Merged in iced master
Bingus
1
-1
/
+1
2023-02-15
Widget operations for multi-window.
Bingus
1
-55
/
+61
2023-01-13
Added tracing to multi_window applications
Bingus
1
-15
/
+35
2023-01-09
Removed glutin's individual multi_window state since 0.30+ doesn't have its ↵
bungoboingo
1
-9
/
+5
own event crate anymore
2023-01-09
Implemented window title update functionality for multiwindow.
bungoboingo
1
-92
/
+64
2023-01-09
Fix multi-window example for Glutin on MacOS
Bingus
1
-73
/
+89
2023-01-09
merged in iced master
bungoboingo
1
-0
/
+20
2023-01-09
remove `windows` method (use commands instead)
Richard
1
-1
/
+1
2023-01-09
update `glutin\multi_window` to new surface api
Richard
1
-89
/
+283
2023-01-09
introduce `window::spawn` and `window::close`
Richard
1
-34
/
+45
2023-01-09
use `glutin/multi_window` branch
Richard
1
-16
/
+22
2023-01-09
copy `multi_window::Event` from `iced_winit`
Richard
1
-14
/
+250
2023-01-09
implement `multi_window` for `iced_glutin`
Richard
1
-6
/
+558
2023-01-09
Introduce `multi_window` to `iced_glutin`
Richard
1
-0
/
+21