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
/
src
/
widget.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-02-18
Bump versions :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2023-02-16
Added the ability to change checkbox icon
Casper Storm
1
-1
/
+1
2023-02-14
Rename `HandleContent` to `Icon` and simplify generics
Héctor Ramón Jiménez
1
-1
/
+1
2023-02-14
Extend pick_list::Handle
Casper Storm
1
-1
/
+3
2023-01-14
Bump versions :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2023-01-08
Introduce `RelativeOffset` type in `scrollable`
Héctor Ramón Jiménez
1
-1
/
+2
2022-12-29
Reworked Scrollable to account for lack of widget order guarantees.
bungoboingo
1
-2
/
+1
2022-12-29
Add multidirectional scrolling capabilities to the existing Scrollable.
Bingus
1
-1
/
+2
2022-12-14
Rename `pick_list::AccessoryContent` to `Handle`
Héctor Ramón Jiménez
1
-3
/
+1
2022-12-13
Split vertical orientation into VerticalSlider
Casper Storm
1
-0
/
+2
2022-12-07
Bump versions :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2022-12-06
Remove `appearance` from `Handle`
Héctor Ramón Jiménez
1
-1
/
+1
2022-11-29
Added ability to customize accessory content.
Casper Rogild Storm
1
-1
/
+3
2022-11-11
Add text input operations
Cory Forsstrom
1
-1
/
+2
2022-11-10
Fix outdated links in documentation
Héctor Ramón Jiménez
1
-1
/
+1
2022-09-21
Take `Cow` in `Text::new`
Ram.Type-0
1
-2
/
+2
2022-08-04
Implement `scrollable::snap_to` operation
Héctor Ramón Jiménez
1
-3
/
+3
2022-08-04
Implement `focus_previous` operation
Héctor Ramón Jiménez
1
-0
/
+8
2022-08-02
Implement `focus_next` operation
Héctor Ramón Jiménez
1
-0
/
+11
2022-07-28
Implement `Widget::operate` for `TextInput`
Héctor Ramón Jiménez
1
-1
/
+3
2022-07-27
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
1
-24
/
+26
2022-07-08
Make widget aliases in `iced` compatible with `iced_native`
Héctor Ramón Jiménez
1
-40
/
+29
2022-06-07
Implement theme styling for `PickList` and `Menu`
Héctor Ramón Jiménez
1
-2
/
+1
2022-06-07
Implement theme styling for `Container`
Héctor Ramón Jiménez
1
-1
/
+1
2022-06-07
Implement theme styling for `TextInput`
Héctor Ramón Jiménez
1
-1
/
+1
2022-06-04
Implement theme styling for `Checkbox`
Héctor Ramón Jiménez
1
-1
/
+1
2022-06-01
Implement theme styling for `Toggler`
Héctor Ramón Jiménez
1
-1
/
+1
2022-05-27
Implement theme styling for `Radio`
Héctor Ramón Jiménez
1
-3
/
+3
2022-05-26
Rename `Variant` to `Style` and `Style` to `Appearance`
Héctor Ramón Jiménez
1
-1
/
+1
2022-05-14
Draft first-class `Theme` support
Héctor Ramón Jiménez
1
-29
/
+38
2022-05-02
Indicate feature-flagged modules in documentation
Héctor Ramón Jiménez
1
-0
/
+8
2022-04-30
Point repository links to `0.4` branch in documentation
Héctor Ramón Jiménez
1
-1
/
+1
2022-03-09
Remove redundant `widget` modules in subcrates
Héctor Ramón Jiménez
1
-40
/
+179
2022-02-16
Expose `ContentFit` in root
Héctor Ramón Jiménez
1
-1
/
+0
2022-02-16
Add support for `ContentFit` for `Image`
Emi Simpson
1
-0
/
+1
2022-01-28
Replace `iced_web` with WebGL support in `wgpu` :tada:
Héctor Ramón Jiménez
1
-53
/
+43
2022-01-12
Implement `Widget::overlay` for `Responsive` widget
Héctor Ramón Jiménez
1
-5
/
+4
2022-01-11
Draft `Responsive` widget
Héctor Ramón Jiménez
1
-4
/
+5
2021-10-31
Introduce first-class `svg` module in `iced_native`
Héctor Ramón Jiménez
1
-1
/
+2
2021-10-31
Introduce first-class `image` module in `iced_native`
Héctor Ramón Jiménez
1
-1
/
+2
2021-10-31
Remove `widget` module re-exports in `iced_native`
Héctor Ramón Jiménez
1
-3
/
+3
2021-06-03
Implement `Toggler` widget for iced_native
Kaiden42
1
-3
/
+3
2021-02-15
feat(native): add Tooltip widget
Yusuf Bera Ertan
1
-2
/
+3
2021-02-13
Fix `image` feature name in `glow` and `iced`
Héctor Ramón Jiménez
1
-1
/
+1
2021-02-13
Add image format options to reduce code bloat, fixes #376
Greg V
1
-1
/
+1
2020-11-26
Use recently stabilized intra-doc links
Héctor Ramón Jiménez
1
-3
/
+0
2020-11-20
Implement `QRCode` widget
Héctor Ramón Jiménez
1
-0
/
+11
2020-08-22
widget Rule added
Billy Messenger
1
-3
/
+3
2020-07-10
Rename `ComboBox` to `PickList`
Héctor Ramón Jiménez
1
-5
/
+5
2020-07-08
Draft `ComboBox` and `Menu` layer
Héctor Ramón Jiménez
1
-5
/
+5
[next]