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
/
widget
/
button.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-07-27
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
1
-274
/
+0
2022-07-09
Fix `clippy` lints for all crates and features
Héctor Ramón Jiménez
1
-5
/
+5
2022-05-26
Rename `Variant` to `Style` and `Style` to `Appearance`
Héctor Ramón Jiménez
1
-9
/
+6
2022-05-14
Draft first-class `Theme` support
Héctor Ramón Jiménez
1
-8
/
+24
2022-05-02
Write documentation for `iced_pure`
Héctor Ramón Jiménez
1
-0
/
+36
2022-03-29
Loose lifetime bounds in `pure::Widget` implementations
Héctor Ramón Jiménez
1
-4
/
+4
2022-03-16
Export widget modules in `iced_pure`
Héctor Ramón Jiménez
1
-3
/
+4
2022-02-17
Implement `pure::Component` in `iced_lazy`
Héctor Ramón Jiménez
1
-2
/
+2
2022-02-16
Add `overlay` support in `iced_pure` and port `PickList` :tada:
Héctor Ramón Jiménez
1
-0
/
+14
2022-02-16
Introduce `Tag` and `State` opaque types in `iced_pure::widget::tree`
Héctor Ramón Jiménez
1
-11
/
+10
2022-02-12
Implement pure version of `todos` example :tada:
Héctor Ramón Jiménez
1
-2
/
+6
2022-02-12
Implement `Scrollable` in `iced_pure`
Héctor Ramón Jiménez
1
-2
/
+2
2022-02-11
Complete `Button` in `iced_pure`
Héctor Ramón Jiménez
1
-2
/
+32
2022-02-11
Expose reusable `Button` logic
Héctor Ramón Jiménez
1
-124
/
+38
2022-02-11
Allow pure widgets to borrow from `Application` data :tada:
Héctor Ramón Jiménez
1
-12
/
+13
2022-02-11
Rename `iced_virtual` to `iced_pure`
Héctor Ramón Jiménez
1
-0
/
+0
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
-23
/
+231
2022-02-09
Draft `iced_virtual` subcrate
Héctor Ramón Jiménez
1
-0
/
+64