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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
2023-03-04
1
-239
/
+0
*
Move `Canvas` and `QRCode` to `iced` crate
Héctor Ramón Jiménez
2023-03-03
1
-4
/
+4
*
Implement `Canvas` support for `iced_tiny_skia`
Héctor Ramón Jiménez
2023-03-01
1
-2
/
+3
*
Use `iced_renderer` instead of `iced_graphics` in root crate
Héctor Ramón Jiménez
2023-02-28
1
-2
/
+2
*
Bump versions :tada:
Héctor Ramón Jiménez
2023-02-18
1
-1
/
+1
*
Added the ability to change checkbox icon
Casper Storm
2023-02-16
1
-1
/
+1
*
Rename `HandleContent` to `Icon` and simplify generics
Héctor Ramón Jiménez
2023-02-14
1
-1
/
+1
*
Extend pick_list::Handle
Casper Storm
2023-02-14
1
-1
/
+3
*
Bump versions :tada:
Héctor Ramón Jiménez
2023-01-14
1
-1
/
+1
*
Merge pull request #1550 from bungoboingo/feat/multidirectional-scrolling
Héctor Ramón
2023-01-09
1
-1
/
+2
|
\
|
*
Introduce `RelativeOffset` type in `scrollable`
Héctor Ramón Jiménez
2023-01-08
1
-1
/
+2
|
*
Reworked Scrollable to account for lack of widget order guarantees.
bungoboingo
2022-12-29
1
-2
/
+1
|
*
Add multidirectional scrolling capabilities to the existing Scrollable.
Bingus
2022-12-29
1
-1
/
+2
*
|
Merge pull request #1562 from casperstorm/feat/custom-accessory-content
Héctor Ramón
2023-01-02
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Rename `pick_list::AccessoryContent` to `Handle`
Héctor Ramón Jiménez
2022-12-14
1
-3
/
+1
|
*
Added ability to customize accessory content.
Casper Rogild Storm
2022-11-29
1
-1
/
+3
*
|
Split vertical orientation into VerticalSlider
Casper Storm
2022-12-13
1
-0
/
+2
*
|
Bump versions :tada:
Héctor Ramón Jiménez
2022-12-07
1
-1
/
+1
*
|
Remove `appearance` from `Handle`
Héctor Ramón Jiménez
2022-12-06
1
-1
/
+1
|
/
*
Add text input operations
Cory Forsstrom
2022-11-11
1
-1
/
+2
*
Fix outdated links in documentation
Héctor Ramón Jiménez
2022-11-10
1
-1
/
+1
*
Take `Cow` in `Text::new`
Ram.Type-0
2022-09-21
1
-2
/
+2
*
Implement `scrollable::snap_to` operation
Héctor Ramón Jiménez
2022-08-04
1
-3
/
+3
*
Implement `focus_previous` operation
Héctor Ramón Jiménez
2022-08-04
1
-0
/
+8
*
Implement `focus_next` operation
Héctor Ramón Jiménez
2022-08-02
1
-0
/
+11
*
Implement `Widget::operate` for `TextInput`
Héctor Ramón Jiménez
2022-07-28
1
-1
/
+3
*
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
2022-07-27
1
-24
/
+26
*
Make widget aliases in `iced` compatible with `iced_native`
Héctor Ramón Jiménez
2022-07-08
1
-40
/
+29
*
Implement theme styling for `PickList` and `Menu`
Héctor Ramón Jiménez
2022-06-07
1
-2
/
+1
*
Implement theme styling for `Container`
Héctor Ramón Jiménez
2022-06-07
1
-1
/
+1
*
Implement theme styling for `TextInput`
Héctor Ramón Jiménez
2022-06-07
1
-1
/
+1
*
Implement theme styling for `Checkbox`
Héctor Ramón Jiménez
2022-06-04
1
-1
/
+1
*
Implement theme styling for `Toggler`
Héctor Ramón Jiménez
2022-06-01
1
-1
/
+1
*
Implement theme styling for `Radio`
Héctor Ramón Jiménez
2022-05-27
1
-3
/
+3
*
Rename `Variant` to `Style` and `Style` to `Appearance`
Héctor Ramón Jiménez
2022-05-26
1
-1
/
+1
*
Draft first-class `Theme` support
Héctor Ramón Jiménez
2022-05-14
1
-29
/
+38
*
Indicate feature-flagged modules in documentation
Héctor Ramón Jiménez
2022-05-02
1
-0
/
+8
*
Point repository links to `0.4` branch in documentation
Héctor Ramón Jiménez
2022-04-30
1
-1
/
+1
*
Remove redundant `widget` modules in subcrates
Héctor Ramón Jiménez
2022-03-09
1
-40
/
+179
*
Replace `iced_web` with WebGL support in `wgpu` :tada:
Héctor Ramón Jiménez
2022-01-28
1
-53
/
+43
*
Introduce first-class `svg` module in `iced_native`
Héctor Ramón Jiménez
2021-10-31
1
-1
/
+2
*
Introduce first-class `image` module in `iced_native`
Héctor Ramón Jiménez
2021-10-31
1
-1
/
+2
*
Remove `widget` module re-exports in `iced_native`
Héctor Ramón Jiménez
2021-10-31
1
-3
/
+3
*
Implement `Toggler` widget for iced_native
Kaiden42
2021-06-03
1
-3
/
+3
*
feat(native): add Tooltip widget
Yusuf Bera Ertan
2021-02-15
1
-2
/
+3
*
Merge remote-tracking branch 'tarkah/image-pane' into image-pane
Héctor Ramón Jiménez
2020-12-18
1
-1
/
+2
|
\
|
*
remove re-export on viewer::State
Cory Forsstrom
2020-05-27
1
-1
/
+3
|
*
rename to image::Viewer
Cory Forsstrom
2020-05-26
1
-12
/
+4
|
*
Rename and add to iced image module
Cory Forsstrom
2020-05-26
1
-9
/
+11
|
*
Add `ImagePane` widget
Cory Forsstrom
2020-05-26
1
-2
/
+8
[next]