Héctor Ramón Jiménez
|
833538ee7f
|
Leverage DefaultStyle traits instead of Default
|
2024-03-07 20:11:32 +01:00 |
|
Héctor Ramón Jiménez
|
7c4bf70023
|
Simplify theming for Application
|
2024-03-06 21:27:03 +01:00 |
|
Héctor Ramón Jiménez
|
7a50e9e8fb
|
Convert Renderer::Theme to generic Widget type
|
2024-01-21 17:56:01 +01:00 |
|
Héctor Ramón Jiménez
|
8bf2386972
|
Remove Compositor window generic
And update `glyphon` and `window_clipboard`
|
2024-01-18 09:55:27 +01:00 |
|
Héctor Ramón Jiménez
|
e819c2390b
|
Update winit to 0.29.4
|
2023-12-15 13:39:00 +01:00 |
|
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
|
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
|
9b34b2ac19
|
Run cargo fmt
|
2023-11-29 22:33:41 +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
|
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
|
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
|
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
|
35331d0a41
|
Allow closing the window from user code
|
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
|
287306e1eb
|
Introduce multi_window in iced_winit
|
2023-01-09 11:27:04 -08:00 |
|