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
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
2020-07-08
Export `Canvas` if `glow_canvas` feature is enabled
Héctor Ramón Jiménez
1
-1
/
+1
2020-05-27
remove re-export on viewer::State
Cory Forsstrom
1
-1
/
+3
2020-05-27
Introduce feature flags to enable `iced_glow`
Héctor Ramón Jiménez
1
-6
/
+9
2020-05-26
rename to image::Viewer
Cory Forsstrom
1
-12
/
+4
2020-05-26
Rename and add to iced image module
Cory Forsstrom
1
-9
/
+11
2020-05-26
Add `ImagePane` widget
Cory Forsstrom
1
-2
/
+8
2020-05-21
Implement `iced_glutin` :tada:
Héctor Ramón Jiménez
1
-19
/
+5
2020-04-23
Make `Font` an associated type of `text::Renderer`
Héctor Ramón Jiménez
1
-2
/
+2
2020-04-05
Document widget feature flags
Héctor Ramón Jiménez
1
-1
/
+10
2020-04-02
Fix minor documentation issues
Héctor Ramón Jiménez
1
-0
/
+4
2020-04-02
Move `Space` to `widget` module
Héctor Ramón Jiménez
1
-1
/
+1
2020-03-19
Create `PaneGrid` alias in `iced_wgpu`
Héctor Ramón Jiménez
1
-3
/
+4
2020-03-10
Rename `Panes` widget to `PaneGrid`
Héctor Ramón Jiménez
1
-1
/
+1
2020-03-04
Draft `Panes` widget and `panes` example
Héctor Ramón Jiménez
1
-1
/
+1
2020-01-20
Implement `WasmBindgen` executor and reorganize
Héctor Ramón Jiménez
1
-0
/
+60
[next]