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-06-23
Allow overriding pure text_input value during draw
Cory Forsstrom
1
-0
/
+26
2022-06-07
Prevent pane grid title bar content and controls from overlapping
mtkennerly
1
-28
/
+50
2022-05-06
Use `Borrow` instead of `AsRef` to allow easier casting
Héctor Ramón Jiménez
1
-8
/
+9
2022-05-06
Take `AsRef<Widget>` instead of `Element` in `Tree` API
Héctor Ramón Jiménez
1
-13
/
+19
2022-05-02
Write documentation for `iced_pure`
Héctor Ramón Jiménez
17
-17
/
+119
2022-04-30
Fix broken intra-doc links in documentation
Héctor Ramón Jiménez
5
-21
/
+13
2022-04-30
Point repository links to `0.4` branch in documentation
Héctor Ramón Jiménez
1
-1
/
+1
2022-04-24
Reuse `Tooltip` draw logic in `iced_pure`
Héctor Ramón Jiménez
1
-94
/
+24
2022-04-24
Reuse `tooltip::Position` from `iced_native` in `iced_pure`
Héctor Ramón Jiménez
1
-20
/
+8
2022-04-22
Implemented Tooltip as Pure
Casper Rogild Storm
1
-0
/
+310
2022-03-29
Loose lifetime bounds in `pure::Widget` implementations
Héctor Ramón Jiménez
6
-14
/
+14
2022-03-22
Implement `pure` version of `Svg` widget
Héctor Ramón Jiménez
1
-0
/
+62
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
15
-182
/
+30
2022-03-14
Implement `pure` version of `PaneGrid` widget
Héctor Ramón Jiménez
4
-2
/
+1100
2022-03-10
Implement `pure` version of `ProgressBar` widget
Héctor Ramón Jiménez
1
-0
/
+99
2022-03-10
Implement `pure` version of `Rule` widget
Héctor Ramón Jiménez
1
-0
/
+98
2022-02-17
Implement `pure::Component` in `iced_lazy`
Héctor Ramón Jiménez
7
-16
/
+13
2022-02-16
Fix `overlay` translation for `Scrollable` in `iced_pure`
Héctor Ramón Jiménez
1
-6
/
+19
2022-02-16
Add `overlay` support in `iced_pure` and port `PickList` :tada:
Héctor Ramón Jiménez
6
-0
/
+307
2022-02-16
Introduce `Tag` and `State` opaque types in `iced_pure::widget::tree`
Héctor Ramón Jiménez
15
-189
/
+89
2022-02-13
Implement `Space` in `iced_pure`
Héctor Ramón Jiménez
1
-0
/
+123
2022-02-13
Implement `Radio` in `iced_pure`
Héctor Ramón Jiménez
1
-0
/
+125
2022-02-13
Implement `Toggler` in `iced_pure`
Héctor Ramón Jiménez
2
-0
/
+136
2022-02-13
Implement `Slider` in `iced_pure`
Héctor Ramón Jiménez
1
-0
/
+253
2022-02-13
Implement `Image` in `iced_pure`
Héctor Ramón Jiménez
1
-0
/
+74
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
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