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
/
lib.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-05-05
Expose pure flex module as public
Cory Forsstrom
1
-2
/
+1
2022-05-02
Forbid `unused_results` and `rust_2018_idioms` in `iced_pure`
Héctor Ramón Jiménez
1
-4
/
+3
2022-05-02
Write documentation for `iced_pure`
Héctor Ramón Jiménez
1
-0
/
+119
2022-03-29
Use State::new() for State::default()
0x192
1
-3
/
+1
2022-03-29
Implement `Default` for `pure::State`
0x192
1
-0
/
+8
2022-03-29
Loose lifetime bounds in `pure::Widget` implementations
Héctor Ramón Jiménez
1
-2
/
+2
2022-03-16
Export widget modules in `iced_pure`
Héctor Ramón Jiménez
1
-1
/
+6
2022-02-16
Add `overlay` support in `iced_pure` and port `PickList` :tada:
Héctor Ramón Jiménez
1
-0
/
+13
2022-02-12
Implement pure version of `todos` example :tada:
Héctor Ramón Jiménez
1
-1
/
+2
2022-02-11
Allow pure widgets to borrow from `Application` data :tada:
Héctor Ramón Jiménez
1
-29
/
+25
2022-02-11
Rename `iced_virtual` to `iced_pure`
Héctor Ramón Jiménez
1
-4
/
+4
2022-02-10
Implement `Into<Element>` for `&'static str` in `iced_virtual`
Héctor Ramón Jiménez
1
-2
/
+2
2022-02-10
Draft virtual `Button`, `Column`, and `Text`
Héctor Ramón Jiménez
1
-11
/
+96
2022-02-09
Draft `iced_virtual` subcrate
Héctor Ramón Jiménez
1
-0
/
+61