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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
10
-90
/
+252
2022-02-12
Implement `TextInput` in `iced_pure`
Héctor Ramón Jiménez
1
-0
/
+239
2022-02-12
Implement `Scrollable` in `iced_pure`
Héctor Ramón Jiménez
3
-9
/
+281
2022-02-12
Implement `Checkbox` in `iced_pure`
Héctor Ramón Jiménez
1
-0
/
+82
2022-02-12
Reuse `Text` widget from `iced_native` in `iced_pure`
Héctor Ramón Jiménez
1
-114
/
+17
2022-02-12
Implement `Container` widget in `iced_pure`
Héctor Ramón Jiménez
1
-0
/
+258
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
1
-0
/
+223
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
5
-56
/
+65
2022-02-11
Expose function helpers to build widgets in `pure::widget`
Héctor Ramón Jiménez
1
-2
/
+2
2022-02-11
Rename `iced_virtual` to `iced_pure`
Héctor Ramón Jiménez
5
-0
/
+756
[prev]