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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
8
-18
/
+18
2022-03-26
Forward overlay() calls in iced_pure::element::Map
Marien Zwart
1
-2
/
+16
2022-03-22
Implement `pure` version of `Svg` widget
Héctor Ramón Jiménez
2
-0
/
+64
2022-03-22
Use application lifetime in `Into<Element>` implementation for `&str`
Héctor Ramón Jiménez
1
-2
/
+1
2022-03-16
Export widget modules in `iced_pure`
Héctor Ramón Jiménez
19
-181
/
+199
2022-03-14
Implement `pure` version of `PaneGrid` widget
Héctor Ramón Jiménez
5
-2
/
+1102
2022-03-10
Implement `pure` version of `ProgressBar` widget
Héctor Ramón Jiménez
2
-0
/
+114
2022-03-10
Implement `pure` version of `Rule` widget
Héctor Ramón Jiménez
2
-0
/
+110
2022-02-17
Implement `pure::Component` in `iced_lazy`
Héctor Ramón Jiménez
9
-21
/
+18
2022-02-16
Fix `overlay` translation for `Scrollable` in `iced_pure`
Héctor Ramón Jiménez
1
-6
/
+19
2022-02-16
Add `pick_list` function helper in `iced_pure::widget`
Héctor Ramón Jiménez
1
-0
/
+15
2022-02-16
Add `overlay` support in `iced_pure` and port `PickList` :tada:
Héctor Ramón Jiménez
9
-0
/
+353
2022-02-16
Introduce `Tag` and `State` opaque types in `iced_pure::widget::tree`
Héctor Ramón Jiménez
16
-197
/
+101
2022-02-13
Implement `Space` in `iced_pure`
Héctor Ramón Jiménez
2
-0
/
+133
2022-02-13
Implement `Radio` in `iced_pure`
Héctor Ramón Jiménez
2
-0
/
+141
2022-02-13
Expose additional helpers in `iced::pure`
Héctor Ramón Jiménez
1
-4
/
+14
2022-02-13
Implement `Toggler` in `iced_pure`
Héctor Ramón Jiménez
3
-0
/
+138
2022-02-13
Implement `Slider` in `iced_pure`
Héctor Ramón Jiménez
3
-2
/
+271
2022-02-13
Implement `Image` in `iced_pure`
Héctor Ramón Jiménez
2
-0
/
+81
2022-02-12
Add `max_width` to `Column` in `iced_pure`
Héctor Ramón Jiménez
1
-1
/
+14
2022-02-12
Implement missing `on_event` and `mouse_interaction` for `Checkbox` in `iced_...
Héctor Ramón Jiménez
1
-1
/
+41
2022-02-12
Implement pure version of `todos` example :tada:
Héctor Ramón Jiménez
12
-94
/
+261
2022-02-12
Implement `TextInput` in `iced_pure`
Héctor Ramón Jiménez
2
-0
/
+253
2022-02-12
Implement `Scrollable` in `iced_pure`
Héctor Ramón Jiménez
4
-9
/
+290
2022-02-12
Implement `Checkbox` in `iced_pure`
Héctor Ramón Jiménez
2
-0
/
+95
2022-02-12
Reuse `Text` widget from `iced_native` in `iced_pure`
Héctor Ramón Jiménez
2
-115
/
+18
2022-02-12
Implement `Container` widget in `iced_pure`
Héctor Ramón Jiménez
2
-0
/
+269
2022-02-11
Use `TypeId` of `()` for `Column` and `Row` tags in `iced_pure`
Héctor Ramón Jiménez
2
-4
/
+2
2022-02-11
Implement `Row` in `iced_pure`
Héctor Ramón Jiménez
2
-0
/
+229
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
2
-124
/
+52
2022-02-11
Allow pure widgets to borrow from `Application` data :tada:
Héctor Ramón Jiménez
8
-93
/
+97
2022-02-11
Expose function helpers to build widgets in `pure::widget`
Héctor Ramón Jiménez
2
-2
/
+19
2022-02-11
Rename `iced_virtual` to `iced_pure`
Héctor Ramón Jiménez
10
-0
/
+1216