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
/
examples
/
multi_window
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-05-03
Introduce `center` widget helper
Héctor Ramón Jiménez
1
-8
/
+5
2023-12-02
Use `AtomicU64` for `window::Id`
Héctor Ramón Jiménez
1
-24
/
+25
2023-11-30
Use actual floats for logical coordinates
Héctor Ramón Jiménez
1
-6
/
+9
2023-07-24
Moved `exit_on_close_request` to window settings. This now controls whether e...
Bingus
1
-4
/
+2
2023-07-21
refactored window storage;
Bingus
2
-61
/
+103
2023-03-14
Added simpler MW example
Bingus
2
-559
/
+103
2023-03-13
Code cleanup, clearer comments + removed some unnecessary dupe;
Bingus
1
-1
/
+1
2023-02-20
Cargo fix
Bingus
2
-146
/
+160
2023-02-17
Iced master merge (again)
Bingus
1
-2
/
+2
2023-02-17
Fixed widget animations implementation
Bingus
1
-11
/
+10
2023-02-15
Widget operations for multi-window.
Bingus
1
-5
/
+45
2023-01-18
Added window::Id to multi_window application's scale_factor
Bingus
1
-0
/
+8
2023-01-09
Formatting
bungoboingo
1
-5
/
+5
2023-01-09
Implemented window title update functionality for multiwindow.
bungoboingo
2
-4
/
+8
2023-01-09
Fixed issue with window ID on winit
bungoboingo
2
-0
/
+3
2023-01-09
merged in iced master
bungoboingo
1
-1
/
+1
2023-01-09
remove `windows` method (use commands instead)
Richard
1
-9
/
+4
2023-01-09
implement `multi_window` for `iced_glutin`
Richard
1
-2
/
+2
2023-01-09
Introduce `close_requested` for `multi-window`
Richard
1
-0
/
+4
2023-01-09
Allow closing the window from user code
Richard
1
-2
/
+7
2023-01-09
create multi-windowed `pane_grid` example
Richard
1
-101
/
+278
2023-01-09
duplicate `pane_grid` example to `multi_window`
Richard
2
-27
/
+355
2023-01-09
Fix `multi_window` example
Richard
1
-0
/
+58