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-04-20
Export scroll_to helper
Cory Forsstrom
1
-2
/
+2
2023-04-17
Add scrollable `Viewport`
Cory Forsstrom
1
-2
/
+2
2023-04-14
Add `scroll_to` operation for absolute scroll
Cory Forsstrom
1
-2
/
+2
2023-04-13
Bump versions :tada:
Héctor Ramón Jiménez
1
-1
/
+1
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
/
+8
2023-04-11
Rename `IconPosition` to `Side` in `text_input`
Héctor Ramón Jiménez
1
-1
/
+1
2023-04-11
Changed `Handle` to `Icon` to be consistent
Casper Storm
1
-1
/
+1
2023-04-11
feat: added handle to text_input
Casper Storm
1
-1
/
+1
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
1
-239
/
+0
2023-03-03
Move `Canvas` and `QRCode` to `iced` crate
Héctor Ramón Jiménez
1
-4
/
+4
2023-03-01
Implement `Canvas` support for `iced_tiny_skia`
Héctor Ramón Jiménez
1
-2
/
+3
2023-02-28
Use `iced_renderer` instead of `iced_graphics` in root crate
Héctor Ramón Jiménez
1
-2
/
+2
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
[next]