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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert `Renderer::Theme` to generic `Widget` type
Héctor Ramón Jiménez
2024-01-21
2
-11
/
+10
*
Remove `Compositor` window generic
Héctor Ramón Jiménez
2024-01-18
1
-3
/
+4
*
Update `winit` to `0.29.4`
Héctor Ramón Jiménez
2023-12-15
1
-11
/
+13
*
Refactor `Windows` abstraction into `WindowManager`
Héctor Ramón Jiménez
2023-12-02
3
-203
/
+158
*
Separate `Compositor::new` from `Compositor::create_renderer`
Héctor Ramón Jiménez
2023-12-02
1
-1
/
+1
*
Fix broken intra-doc links
Héctor Ramón Jiménez
2023-11-29
1
-3
/
+1
*
Fix `clippy` lints
Héctor Ramón Jiménez
2023-11-29
1
-5
/
+9
*
Run `cargo fmt`
Héctor Ramón Jiménez
2023-11-29
1
-3
/
+4
*
Moved `exit_on_close_request` to window settings. This now controls whether e...
Bingus
2023-07-24
1
-0
/
+26
*
refactored window storage;
Bingus
2023-07-21
2
-36
/
+230
*
Added per-window theme support.
Bingus
2023-03-15
1
-2
/
+2
*
Code cleanup, clearer comments + removed some unnecessary dupe;
Bingus
2023-03-13
1
-1
/
+1
*
Removed glutin MW support and reverted glutin changes back to Iced master sin...
bungoboingo
2023-02-28
1
-4
/
+3
*
Added window::Id to multi_window application's scale_factor
Bingus
2023-01-18
1
-2
/
+2
*
Formatting
bungoboingo
2023-01-09
1
-3
/
+6
*
Implemented window title update functionality for multiwindow.
bungoboingo
2023-01-09
1
-8
/
+6
*
merged in iced master
bungoboingo
2023-01-09
1
-2
/
+2
*
remove `windows` method (use commands instead)
Richard
2023-01-09
1
-23
/
+1
*
Allow closing the window from user code
Richard
2023-01-09
1
-0
/
+11
*
what is this
Richard
2023-01-09
1
-9
/
+7
*
Introduce opaque `window::Id` type
Richard
2023-01-09
1
-1
/
+2
*
Synchronize window list with `windows` method
Richard
2023-01-09
1
-2
/
+20
*
Introduce `multi_window` in `iced_winit`
Richard
2023-01-09
1
-0
/
+212