Héctor Ramón Jiménez
|
e09b4e24dd
|
Merge branch 'master' into feat/multi-window-support
|
2023-11-29 22:28:31 +01:00 |
|
Bingus
|
83c7870c56
|
Moved exit_on_close_request to window settings. This now controls whether each INDIVIDUAL window should close on CloseRequested events.
|
2023-07-24 14:32:59 -07:00 |
|
Bingus
|
d53ccc857d
|
refactored window storage;
new helper window events (Destroyed, Created);
clippy + fmt;
|
2023-07-21 13:53:38 -07:00 |
|
Bingus
|
ce4b2c93d9
|
Added simpler MW example
|
2023-03-14 11:05:41 -07:00 |
|
Bingus
|
bd58d5fe25
|
Cargo fix
|
2023-02-20 13:35:55 -08:00 |
|
Bingus
|
2d427455ce
|
Iced master merge (again)
|
2023-02-17 13:01:40 -08:00 |
|
Bingus
|
8da098330b
|
Fixed widget animations implementation
|
2023-02-17 11:42:49 -08:00 |
|
Bingus
|
64e0e817c2
|
Widget operations for multi-window.
|
2023-02-15 14:31:16 -08:00 |
|
Bingus
|
0a643287de
|
Added window::Id to multi_window application's scale_factor
|
2023-01-18 17:04:11 -08:00 |
|
bungoboingo
|
3e5d34f25f
|
Formatting
|
2023-01-09 11:28:07 -08:00 |
|
bungoboingo
|
ec41918ec4
|
Implemented window title update functionality for multiwindow.
|
2023-01-09 11:28:07 -08:00 |
|
bungoboingo
|
f43419d475
|
Fixed issue with window ID on winit
|
2023-01-09 11:28:07 -08:00 |
|
bungoboingo
|
942f1c91af
|
merged in iced master
|
2023-01-09 11:28:07 -08:00 |
|
Richard
|
5e4e410b18
|
remove windows method (use commands instead)
|
2023-01-09 11:28:07 -08:00 |
|
Richard
|
064407635a
|
implement multi_window for iced_glutin
|
2023-01-09 11:27:04 -08:00 |
|
Richard
|
dc86bd0373
|
Introduce close_requested for multi-window
|
2023-01-09 11:27:04 -08:00 |
|
Richard
|
35331d0a41
|
Allow closing the window from user code
|
2023-01-09 11:27:04 -08:00 |
|
Richard
|
3d901d5f1f
|
create multi-windowed pane_grid example
|
2023-01-09 11:27:04 -08:00 |
|
Richard
|
01bad4f896
|
duplicate pane_grid example to multi_window
|
2023-01-09 11:27:04 -08:00 |
|
Richard
|
64e21535c7
|
Fix multi_window example
|
2023-01-09 11:27:04 -08:00 |
|