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
/
native
/
src
/
widget
/
helpers.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-04-13
Rename `MouseListener` to `MouseArea`
Héctor Ramón Jiménez
1
-3
/
+3
2023-04-13
feat(native): Add MouseListener widget
Michael Aaron Murphy
1
-0
/
+10
2023-04-12
Move `radio` example to `Radio` docs
Héctor Ramón Jiménez
1
-1
/
+1
2023-04-12
Introduce disabled state for `TextInput`
Dan Mishin
1
-2
/
+1
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
1
-317
/
+0
2023-02-17
Use `f32` in `Length::Units` and rename it to `Fixed`
Héctor Ramón Jiménez
1
-5
/
+9
2023-01-04
use same name & order for checkbox::new and helper
13r0ck
1
-1
/
+1
2022-12-22
Use same name & order for toggler::new and helper
13r0ck
1
-1
/
+1
2022-12-13
Split vertical orientation into VerticalSlider
Casper Storm
1
-0
/
+17
2022-12-06
Remove `appearance` from `Handle`
Héctor Ramón Jiménez
1
-1
/
+1
2022-12-06
feat: SVG styling with icon fill color
Michael Aaron Murphy
1
-1
/
+7
2022-11-10
Fix broken documentation links
Héctor Ramón Jiménez
1
-1
/
+1
2022-11-09
Introduce `Custom` variants for every style in the built-in `Theme`
Héctor Ramón Jiménez
1
-1
/
+8
2022-11-03
refactor: undo changes to radio
Ashley Wulber
1
-1
/
+1
2022-11-03
wip: Custom palette for built in theme
Ashley Wulber
1
-1
/
+1
2022-09-21
Take `Cow` in `Text::new`
Ram.Type-0
1
-3
/
+3
2022-07-28
Draft widget operations
Héctor Ramón Jiménez
1
-2
/
+2
2022-07-27
Fix `clippy` lints
Héctor Ramón Jiménez
1
-6
/
+6
2022-07-27
Use `ToString` for `Text::new` instead of `Into<String>`
Héctor Ramón Jiménez
1
-1
/
+1
2022-07-27
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
1
-23
/
+59
2022-06-29
Introduce `StyleSheet` for `Text` widget
Héctor Ramón Jiménez
1
-2
/
+3
2022-06-07
Implement theme styling for `PickList` and `Menu`
Héctor Ramón Jiménez
1
-0
/
+1
2022-06-07
Implement theme styling for `Container`
Héctor Ramón Jiménez
1
-0
/
+2
2022-06-07
Implement theme styling for `Scrollable`
Héctor Ramón Jiménez
1
-0
/
+1
2022-06-07
Implement theme styling for `TextInput`
Héctor Ramón Jiménez
1
-0
/
+1
2022-06-04
Implement theme styling for `Checkbox`
Héctor Ramón Jiménez
1
-0
/
+1
2022-06-01
Implement theme styling for `ProgressBar`
Héctor Ramón Jiménez
1
-2
/
+6
2022-06-01
Implement theme styling for `Rule`
Héctor Ramón Jiménez
1
-2
/
+10
2022-06-01
Implement theme styling for `Toggler`
Héctor Ramón Jiménez
1
-0
/
+1
2022-05-27
Implement theme styling for `Radio`
Héctor Ramón Jiménez
1
-2
/
+3
2022-05-26
Rename `Variant` to `Style` and `Style` to `Appearance`
Héctor Ramón Jiménez
1
-1
/
+0
2022-05-26
Implement theme styling for `Slider`
Héctor Ramón Jiménez
1
-3
/
+5
2022-05-14
Draft first-class `Theme` support
Héctor Ramón Jiménez
1
-1
/
+6
2022-05-04
Fix vertical rule helper
Cory Forsstrom
1
-1
/
+1
2022-05-02
Write documentation for `iced_pure`
Héctor Ramón Jiménez
1
-0
/
+50
2022-04-30
Fix broken intra-doc links in documentation
Héctor Ramón Jiménez
1
-2
/
+8
2022-04-22
Implemented Tooltip as Pure
Casper Rogild Storm
1
-0
/
+11
2022-03-16
Export widget modules in `iced_pure`
Héctor Ramón Jiménez
1
-0
/
+153