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
/
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
1
-4
/
+5
*
Fix unused import in `multi_window::application`
Héctor Ramón Jiménez
2023-11-29
1
-2
/
+1
*
Fix broken intra-doc links
Héctor Ramón Jiménez
2023-11-29
1
-0
/
+2
*
refactored window storage;
Bingus
2023-07-21
1
-54
/
+42
*
Added per-window theme support.
Bingus
2023-03-15
1
-3
/
+4
*
Code cleanup, clearer comments + removed some unnecessary dupe;
Bingus
2023-03-13
1
-2
/
+3
*
Iced master merge (again)
Bingus
2023-02-17
1
-0
/
+1
*
Added window::Id to multi_window application's scale_factor
Bingus
2023-01-18
1
-3
/
+3
*
Formatting
bungoboingo
2023-01-09
1
-15
/
+64
*
Implemented window title update functionality for multiwindow.
bungoboingo
2023-01-09
1
-4
/
+4
*
remove `windows` method (use commands instead)
Richard
2023-01-09
1
-13
/
+0
*
Introduce `close_requested` for `multi-window`
Richard
2023-01-09
1
-0
/
+7
*
add `window::Id` to `view`
Richard
2023-01-09
1
-3
/
+9
*
Introduce opaque `window::Id` type
Richard
2023-01-09
1
-0
/
+14
*
Unify `Application` and `Program`
Richard
2023-01-09
1
-17
/
+11
*
Introduce `multi_window` from `pure`
Richard
2023-01-09
1
-0
/
+196