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-06-29
Introduce `StyleSheet` for `Text` widget
Héctor Ramón Jiménez
7
-15
/
+24
2022-06-23
Allow overriding pure text_input value during draw
Cory Forsstrom
1
-0
/
+26
2022-06-07
Implement theme styling for `PickList` and `Menu`
Héctor Ramón Jiménez
2
-15
/
+18
2022-06-07
Implement theme styling for `Container`
Héctor Ramón Jiménez
7
-34
/
+72
2022-06-07
Implement theme styling for `Scrollable`
Héctor Ramón Jiménez
3
-11
/
+24
2022-06-07
Prevent pane grid title bar content and controls from overlapping
mtkennerly
1
-28
/
+50
2022-06-07
Implement theme styling for `TextInput`
Héctor Ramón Jiménez
2
-9
/
+18
2022-06-04
Implement theme styling for `Checkbox`
Héctor Ramón Jiménez
2
-1
/
+4
2022-06-01
Implement theme styling for `ProgressBar`
Héctor Ramón Jiménez
2
-4
/
+10
2022-06-01
Implement theme styling for `Rule`
Héctor Ramón Jiménez
2
-4
/
+15
2022-06-01
Implement theme styling for `PaneGrid`
Héctor Ramón Jiménez
1
-7
/
+18
2022-06-01
Implement theme styling for `Toggler`
Héctor Ramón Jiménez
2
-1
/
+4
2022-05-31
Bump versions :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2022-05-27
Implement theme styling for `Radio`
Héctor Ramón Jiménez
2
-6
/
+8
2022-05-26
Fix examples and doc-tests
Héctor Ramón Jiménez
1
-1
/
+4
2022-05-26
Rename `Variant` to `Style` and `Style` to `Appearance`
Héctor Ramón Jiménez
3
-16
/
+12
2022-05-26
Implement theme styling for `Slider`
Héctor Ramón Jiménez
2
-13
/
+26
2022-05-14
Draft first-class `Theme` support
Héctor Ramón Jiménez
27
-16
/
+101
2022-05-06
Use `Borrow` instead of `AsRef` to allow easier casting
Héctor Ramón Jiménez
2
-11
/
+22
2022-05-06
Take `AsRef<Widget>` instead of `Element` in `Tree` API
Héctor Ramón Jiménez
2
-13
/
+27
2022-05-05
Expose pure flex module as public
Cory Forsstrom
1
-2
/
+1
2022-05-05
Bump version of `iced_pure` :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2022-05-04
Fix vertical rule helper
Cory Forsstrom
1
-1
/
+1
2022-05-02
Bump versions :tada:
Héctor Ramón Jiménez
1
-3
/
+9
2022-05-02
Forbid `unused_results` and `rust_2018_idioms` in `iced_pure`
Héctor Ramón Jiménez
2
-5
/
+4
2022-05-02
Write documentation for `iced_pure`
Héctor Ramón Jiménez
22
-28
/
+477
2022-04-30
Fix broken intra-doc links in documentation
Héctor Ramón Jiménez
6
-23
/
+21
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
3
-0
/
+323
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
[next]