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
/
pure
/
src
/
element.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-05-14
Draft first-class `Theme` support
Héctor Ramón Jiménez
1
-1
/
+6
2022-05-06
Use `Borrow` instead of `AsRef` to allow easier casting
Héctor Ramón Jiménez
1
-3
/
+13
2022-05-06
Take `AsRef<Widget>` instead of `Element` in `Tree` API
Héctor Ramón Jiménez
1
-0
/
+8
2022-05-02
Write documentation for `iced_pure`
Héctor Ramón Jiménez
1
-0
/
+146
2022-03-29
Loose lifetime bounds in `pure::Widget` implementations
Héctor Ramón Jiménez
1
-2
/
+2
2022-03-26
Forward overlay() calls in iced_pure::element::Map
Marien Zwart
1
-2
/
+16
2022-03-16
Export widget modules in `iced_pure`
Héctor Ramón Jiménez
1
-0
/
+0
2022-02-16
Introduce `Tag` and `State` opaque types in `iced_pure::widget::tree`
Héctor Ramón Jiménez
1
-9
/
+8
2022-02-12
Implement pure version of `todos` example :tada:
Héctor Ramón Jiménez
1
-1
/
+148
2022-02-11
Allow pure widgets to borrow from `Application` data :tada:
Héctor Ramón Jiménez
1
-4
/
+4
2022-02-11
Rename `iced_virtual` to `iced_pure`
Héctor Ramón Jiménez
1
-0
/
+0
2022-02-10
Draft virtual `Button`, `Column`, and `Text`
Héctor Ramón Jiménez
1
-0
/
+21