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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prevent pane grid title bar content and controls from overlapping
mtkennerly
2022-06-07
1
-28
/
+50
*
Bump versions :tada:
Héctor Ramón Jiménez
2022-05-31
1
-1
/
+1
*
Use `Borrow` instead of `AsRef` to allow easier casting
Héctor Ramón Jiménez
2022-05-06
2
-11
/
+22
*
Take `AsRef<Widget>` instead of `Element` in `Tree` API
Héctor Ramón Jiménez
2022-05-06
2
-13
/
+27
*
Expose pure flex module as public
Cory Forsstrom
2022-05-05
1
-2
/
+1
*
Bump version of `iced_pure` :tada:
Héctor Ramón Jiménez
2022-05-05
1
-1
/
+1
*
Fix vertical rule helper
Cory Forsstrom
2022-05-04
1
-1
/
+1
*
Bump versions :tada:
Héctor Ramón Jiménez
2022-05-02
1
-3
/
+9
*
Forbid `unused_results` and `rust_2018_idioms` in `iced_pure`
Héctor Ramón Jiménez
2022-05-02
2
-5
/
+4
*
Write documentation for `iced_pure`
Héctor Ramón Jiménez
2022-05-02
22
-28
/
+477
*
Fix broken intra-doc links in documentation
Héctor Ramón Jiménez
2022-04-30
6
-23
/
+21
*
Point repository links to `0.4` branch in documentation
Héctor Ramón Jiménez
2022-04-30
1
-1
/
+1
*
Reuse `Tooltip` draw logic in `iced_pure`
Héctor Ramón Jiménez
2022-04-24
1
-94
/
+24
*
Reuse `tooltip::Position` from `iced_native` in `iced_pure`
Héctor Ramón Jiménez
2022-04-24
1
-20
/
+8
*
Implemented Tooltip as Pure
Casper Rogild Storm
2022-04-22
3
-0
/
+323
*
Use State::new() for State::default()
0x192
2022-03-29
1
-3
/
+1
*
Implement `Default` for `pure::State`
0x192
2022-03-29
1
-0
/
+8
*
Loose lifetime bounds in `pure::Widget` implementations
Héctor Ramón Jiménez
2022-03-29
8
-18
/
+18
*
Forward overlay() calls in iced_pure::element::Map
Marien Zwart
2022-03-26
1
-2
/
+16
*
Implement `pure` version of `Svg` widget
Héctor Ramón Jiménez
2022-03-22
2
-0
/
+64
*
Use application lifetime in `Into<Element>` implementation for `&str`
Héctor Ramón Jiménez
2022-03-22
1
-2
/
+1
*
Export widget modules in `iced_pure`
Héctor Ramón Jiménez
2022-03-16
19
-181
/
+199
*
Implement `pure` version of `PaneGrid` widget
Héctor Ramón Jiménez
2022-03-14
5
-2
/
+1102
*
Implement `pure` version of `ProgressBar` widget
Héctor Ramón Jiménez
2022-03-10
2
-0
/
+114
*
Implement `pure` version of `Rule` widget
Héctor Ramón Jiménez
2022-03-10
2
-0
/
+110
*
Merge branch 'master' into virtual-widgets
Héctor Ramón Jiménez
2022-03-07
17
-151
/
+17
*
Implement `pure::Component` in `iced_lazy`
Héctor Ramón Jiménez
2022-02-17
9
-21
/
+18
*
Fix `overlay` translation for `Scrollable` in `iced_pure`
Héctor Ramón Jiménez
2022-02-16
1
-6
/
+19
*
Add `pick_list` function helper in `iced_pure::widget`
Héctor Ramón Jiménez
2022-02-16
1
-0
/
+15
*
Add `overlay` support in `iced_pure` and port `PickList` :tada:
Héctor Ramón Jiménez
2022-02-16
9
-0
/
+353
*
Introduce `Tag` and `State` opaque types in `iced_pure::widget::tree`
Héctor Ramón Jiménez
2022-02-16
16
-197
/
+101
*
Implement `Space` in `iced_pure`
Héctor Ramón Jiménez
2022-02-13
2
-0
/
+133
*
Implement `Radio` in `iced_pure`
Héctor Ramón Jiménez
2022-02-13
2
-0
/
+141
*
Expose additional helpers in `iced::pure`
Héctor Ramón Jiménez
2022-02-13
1
-4
/
+14
*
Implement `Toggler` in `iced_pure`
Héctor Ramón Jiménez
2022-02-13
3
-0
/
+138
*
Implement `Slider` in `iced_pure`
Héctor Ramón Jiménez
2022-02-13
3
-2
/
+271
*
Implement `Image` in `iced_pure`
Héctor Ramón Jiménez
2022-02-13
2
-0
/
+81
*
Add `max_width` to `Column` in `iced_pure`
Héctor Ramón Jiménez
2022-02-12
1
-1
/
+14
*
Implement missing `on_event` and `mouse_interaction` for `Checkbox` in `iced_...
Héctor Ramón Jiménez
2022-02-12
1
-1
/
+41
*
Implement pure version of `todos` example :tada:
Héctor Ramón Jiménez
2022-02-12
12
-94
/
+261
*
Implement `TextInput` in `iced_pure`
Héctor Ramón Jiménez
2022-02-12
2
-0
/
+253
*
Implement `Scrollable` in `iced_pure`
Héctor Ramón Jiménez
2022-02-12
4
-9
/
+290
*
Implement `Checkbox` in `iced_pure`
Héctor Ramón Jiménez
2022-02-12
2
-0
/
+95
*
Reuse `Text` widget from `iced_native` in `iced_pure`
Héctor Ramón Jiménez
2022-02-12
2
-115
/
+18
*
Implement `Container` widget in `iced_pure`
Héctor Ramón Jiménez
2022-02-12
2
-0
/
+269
*
Use `TypeId` of `()` for `Column` and `Row` tags in `iced_pure`
Héctor Ramón Jiménez
2022-02-11
2
-4
/
+2
*
Implement `Row` in `iced_pure`
Héctor Ramón Jiménez
2022-02-11
2
-0
/
+229
*
Complete `Button` in `iced_pure`
Héctor Ramón Jiménez
2022-02-11
1
-2
/
+32
*
Expose reusable `Button` logic
Héctor Ramón Jiménez
2022-02-11
2
-124
/
+52
*
Allow pure widgets to borrow from `Application` data :tada:
Héctor Ramón Jiménez
2022-02-11
8
-93
/
+97
[next]