Héctor Ramón Jiménez
|
5c5e7653be
|
Refactor Windows abstraction into WindowManager
|
2023-12-02 22:28:59 +01:00 |
|
Héctor Ramón Jiménez
|
b152ecda63
|
Separate Compositor::new from Compositor::create_renderer
|
2023-12-02 20:49:47 +01:00 |
|
Héctor Ramón Jiménez
|
ea42af766f
|
Use AtomicU64 for window::Id
|
2023-12-02 20:41:58 +01:00 |
|
Héctor Ramón Jiménez
|
67408311f4
|
Use actual floats for logical coordinates
|
2023-11-30 23:40:33 +01:00 |
|
Héctor Ramón Jiménez
|
9f29aec128
|
Move Event and Control types after multi_window::run
|
2023-11-30 00:01:32 +01:00 |
|
Héctor Ramón Jiménez
|
d34bc4e4a2
|
Refactor event loop <-> instance communication in multi_window
|
2023-11-29 23:55:17 +01:00 |
|
Héctor Ramón Jiménez
|
ac12d2d099
|
Remove unnecessary unsafe Send marker in iced_winit
|
2023-11-29 22:50:35 +01:00 |
|
Héctor Ramón Jiménez
|
6740c2c5d6
|
Fix broken intra-doc links
|
2023-11-29 22:46:47 +01:00 |
|
Héctor Ramón Jiménez
|
7def3ee38a
|
Fix clippy lints
|
2023-11-29 22:37:54 +01:00 |
|
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
|
41836dd80d
|
Added per-window theme support.
|
2023-03-15 18:20:38 -07:00 |
|
Bingus
|
ce4b2c93d9
|
Added simpler MW example
|
2023-03-14 11:05:41 -07:00 |
|
Bingus
|
8ba1843080
|
Code cleanup, clearer comments + removed some unnecessary dupe;
Removed `Frames` struct return for `window::frames()` since we are just redrawing every window anyways;
Interface dropping;
|
2023-03-13 14:16:45 -07:00 |
|
bungoboingo
|
e36daa6f93
|
Removed glutin MW support and reverted glutin changes back to Iced master since it's being axed as we speak.
|
2023-02-28 13:44:36 -08:00 |
|
Bingus
|
50b9c778b1
|
Fixed state syncing issue with MW.
|
2023-02-22 10:05:52 -08:00 |
|
Bingus
|
bd58d5fe25
|
Cargo fix
|
2023-02-20 13:35:55 -08:00 |
|
Bingus
|
3aaf5d8873
|
Fixed widget operations
|
2023-02-17 13:26:31 -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
|
3c095aa3f0
|
Merged in iced master
|
2023-02-15 14:56:15 -08:00 |
|
Bingus
|
64e0e817c2
|
Widget operations for multi-window.
|
2023-02-15 14:31:16 -08:00 |
|
Bingus
|
367fea5dc8
|
Redraw request events for multiwindow.
|
2023-02-15 11:28:36 -08:00 |
|
Bingus
|
0a643287de
|
Added window::Id to multi_window application's scale_factor
|
2023-01-18 17:04:11 -08:00 |
|
Bingus
|
790fa3e7a0
|
Added tracing to multi_window applications
|
2023-01-13 12:26:23 -08:00 |
|
bungoboingo
|
ec41918ec4
|
Implemented window title update functionality for multiwindow.
|
2023-01-09 11:28:07 -08:00 |
|
Bingus
|
1944e98f82
|
Fix multi-window example for Glutin on MacOS
|
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
|
f93fa02543
|
introduce window::spawn and window::close
|
2023-01-09 11:27:04 -08:00 |
|
Richard
|
0ad53a3d5c
|
add window::Id to Event and Action
|
2023-01-09 11:27:04 -08:00 |
|
Richard
|
7f35256573
|
Split Surface and Window
|
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
|
2fe58e1261
|
add window::Id to view
|
2023-01-09 11:27:04 -08:00 |
|
Richard
|
8f53df560e
|
fix: temporarily add window::Id to
events internaly
|
2023-01-09 11:27:04 -08:00 |
|
Richard
|
97914daaab
|
what is this
|
2023-01-09 11:27:04 -08:00 |
|
Richard
|
ec56c0686d
|
Introduce opaque window::Id type
|
2023-01-09 11:27:04 -08:00 |
|
Richard
|
8fdd5ee8b6
|
Synchronize window list with windows method
|
2023-01-09 11:27:04 -08:00 |
|
Richard
|
5919325d9b
|
Internally wrap Message with a Event enum
|
2023-01-09 11:27:04 -08:00 |
|
Richard
|
12538d3c5b
|
Use map of windows internally
|
2023-01-09 11:27:04 -08:00 |
|
Richard
|
b896e41c6e
|
Unify Application and Program
Instead of creating a separate `multi_window::Program`, the new
`multi_window::Application` unifies both traits
|
2023-01-09 11:27:04 -08:00 |
|
Richard
|
287306e1eb
|
Introduce multi_window in iced_winit
|
2023-01-09 11:27:04 -08:00 |
|