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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
2022-07-27
22
-4486
/
+0
*
Fix `max_height` for `Scrollable`
Héctor Ramón Jiménez
2022-07-18
1
-0
/
+1
*
Fix `max_width` and `max_height` for `Container`
Héctor Ramón Jiménez
2022-07-18
1
-0
/
+2
*
Simplify `update` signature in `text_input`
Héctor Ramón Jiménez
2022-07-13
1
-1
/
+1
*
Simplify `on_paste` signature
Héctor Ramón Jiménez
2022-07-13
1
-5
/
+8
*
Added `on_paste` handler to `TextInput`
Wyatt Jacob Herkamp
2022-07-13
1
-1
/
+11
*
Fix `clippy` lints for all crates and features
Héctor Ramón Jiménez
2022-07-09
13
-57
/
+69
*
Address Clippy lints
Poly
2022-07-09
1
-2
/
+2
*
Merge branch 'master' into theming
Héctor Ramón Jiménez
2022-07-08
2
-29
/
+79
|
\
|
*
Allow overriding pure text_input value during draw
Cory Forsstrom
2022-06-23
1
-0
/
+26
|
*
Prevent pane grid title bar content and controls from overlapping
mtkennerly
2022-06-07
1
-28
/
+50
*
|
Introduce `StyleSheet` for `Text` widget
Héctor Ramón Jiménez
2022-06-29
5
-12
/
+20
*
|
Implement theme styling for `PickList` and `Menu`
Héctor Ramón Jiménez
2022-06-07
1
-15
/
+17
*
|
Implement theme styling for `Container`
Héctor Ramón Jiménez
2022-06-07
6
-34
/
+70
*
|
Implement theme styling for `Scrollable`
Héctor Ramón Jiménez
2022-06-07
2
-11
/
+23
*
|
Implement theme styling for `TextInput`
Héctor Ramón Jiménez
2022-06-07
1
-9
/
+17
*
|
Implement theme styling for `Checkbox`
Héctor Ramón Jiménez
2022-06-04
1
-1
/
+3
*
|
Implement theme styling for `ProgressBar`
Héctor Ramón Jiménez
2022-06-01
1
-2
/
+4
*
|
Implement theme styling for `Rule`
Héctor Ramón Jiménez
2022-06-01
1
-2
/
+5
*
|
Implement theme styling for `PaneGrid`
Héctor Ramón Jiménez
2022-06-01
1
-7
/
+18
*
|
Implement theme styling for `Toggler`
Héctor Ramón Jiménez
2022-06-01
1
-1
/
+3
*
|
Implement theme styling for `Radio`
Héctor Ramón Jiménez
2022-05-27
1
-4
/
+5
*
|
Fix examples and doc-tests
Héctor Ramón Jiménez
2022-05-26
1
-1
/
+4
*
|
Rename `Variant` to `Style` and `Style` to `Appearance`
Héctor Ramón Jiménez
2022-05-26
2
-15
/
+12
*
|
Implement theme styling for `Slider`
Héctor Ramón Jiménez
2022-05-26
1
-10
/
+21
*
|
Draft first-class `Theme` support
Héctor Ramón Jiménez
2022-05-14
22
-11
/
+75
|
/
*
Use `Borrow` instead of `AsRef` to allow easier casting
Héctor Ramón Jiménez
2022-05-06
1
-8
/
+9
*
Take `AsRef<Widget>` instead of `Element` in `Tree` API
Héctor Ramón Jiménez
2022-05-06
1
-13
/
+19
*
Write documentation for `iced_pure`
Héctor Ramón Jiménez
2022-05-02
17
-17
/
+119
*
Fix broken intra-doc links in documentation
Héctor Ramón Jiménez
2022-04-30
5
-21
/
+13
*
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
1
-0
/
+310
*
Loose lifetime bounds in `pure::Widget` implementations
Héctor Ramón Jiménez
2022-03-29
6
-14
/
+14
*
Implement `pure` version of `Svg` widget
Héctor Ramón Jiménez
2022-03-22
1
-0
/
+62
*
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
15
-182
/
+30
*
Implement `pure` version of `PaneGrid` widget
Héctor Ramón Jiménez
2022-03-14
4
-2
/
+1100
*
Implement `pure` version of `ProgressBar` widget
Héctor Ramón Jiménez
2022-03-10
1
-0
/
+99
*
Implement `pure` version of `Rule` widget
Héctor Ramón Jiménez
2022-03-10
1
-0
/
+98
*
Merge branch 'master' into virtual-widgets
Héctor Ramón Jiménez
2022-03-07
15
-143
/
+15
*
Implement `pure::Component` in `iced_lazy`
Héctor Ramón Jiménez
2022-02-17
7
-16
/
+13
*
Fix `overlay` translation for `Scrollable` in `iced_pure`
Héctor Ramón Jiménez
2022-02-16
1
-6
/
+19
*
Add `overlay` support in `iced_pure` and port `PickList` :tada:
Héctor Ramón Jiménez
2022-02-16
6
-0
/
+307
*
Introduce `Tag` and `State` opaque types in `iced_pure::widget::tree`
Héctor Ramón Jiménez
2022-02-16
15
-189
/
+89
*
Implement `Space` in `iced_pure`
Héctor Ramón Jiménez
2022-02-13
1
-0
/
+123
*
Implement `Radio` in `iced_pure`
Héctor Ramón Jiménez
2022-02-13
1
-0
/
+125
*
Implement `Toggler` in `iced_pure`
Héctor Ramón Jiménez
2022-02-13
2
-0
/
+136
*
Implement `Slider` in `iced_pure`
Héctor Ramón Jiménez
2022-02-13
1
-0
/
+253
[next]