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
...
*
Fix `clippy` lints
Héctor Ramón Jiménez
2023-11-29
1
-10
/
+14
*
Merge branch 'master' into feat/multi-window-support
Héctor Ramón Jiménez
2023-11-29
1
-12
/
+13
*
Moved `exit_on_close_request` to window settings. This now controls whether e...
Bingus
2023-07-24
1
-58
/
+90
*
refactored window storage;
Bingus
2023-07-21
1
-554
/
+524
*
Added per-window theme support.
Bingus
2023-03-15
1
-1
/
+1
*
Added simpler MW example
Bingus
2023-03-14
1
-1
/
+1
*
Code cleanup, clearer comments + removed some unnecessary dupe;
Bingus
2023-03-13
1
-80
/
+46
*
Removed glutin MW support and reverted glutin changes back to Iced master sin...
bungoboingo
2023-02-28
1
-14
/
+11
*
Fixed state syncing issue with MW.
Bingus
2023-02-22
1
-20
/
+23
*
Cargo fix
Bingus
2023-02-20
1
-26
/
+30
*
Fixed widget operations
Bingus
2023-02-17
1
-2
/
+2
*
Iced master merge (again)
Bingus
2023-02-17
1
-5
/
+16
*
Fixed widget animations implementation
Bingus
2023-02-17
1
-26
/
+84
*
Merged in iced master
Bingus
2023-02-15
1
-1
/
+1
*
Widget operations for multi-window.
Bingus
2023-02-15
1
-55
/
+62
*
Redraw request events for multiwindow.
Bingus
2023-02-15
1
-3
/
+8
*
Added window::Id to multi_window application's scale_factor
Bingus
2023-01-18
1
-1
/
+1
*
Added tracing to multi_window applications
Bingus
2023-01-13
1
-12
/
+49
*
Implemented window title update functionality for multiwindow.
bungoboingo
2023-01-09
1
-78
/
+112
*
Fix multi-window example for Glutin on MacOS
Bingus
2023-01-09
1
-0
/
+1
*
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
[prev]