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
/
widget
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-09-20
Centralize `clippy` lints in `.cargo/config.toml`
Héctor Ramón Jiménez
2
-11
/
+6
2023-09-20
Fix `clippy::filter_map_next`
Héctor Ramón Jiménez
1
-14
/
+11
2023-09-20
Fix `clippy::redundant-closure-for-method-calls`
Héctor Ramón Jiménez
1
-1
/
+1
2023-09-20
Fix `clippy::match-wildcard-for-single-variants`
Héctor Ramón Jiménez
2
-4
/
+4
2023-09-20
Fix `clippy::default_trait_access`
Héctor Ramón Jiménez
3
-3
/
+3
2023-09-20
Fix `clippy::trivially-copy-pass-by-ref`
Héctor Ramón Jiménez
2
-34
/
+34
2023-09-20
Fix `clippy::semicolon_if_nothing_returned`
Héctor Ramón Jiménez
18
-59
/
+59
2023-09-14
Fix `height` of vertical scroller in `Scrollbar`
Héctor Ramón Jiménez
1
-4
/
+4
2023-09-14
Fix width of horizontal scrollbar in `Scrollable`
Héctor Ramón Jiménez
1
-6
/
+6
2023-09-10
Fix `ComboBox` widget panic on wasm
Thomas
1
-1
/
+1
2023-09-10
Fix `ComboBox` widget not displaying selection text
Héctor Ramón Jiménez
2
-3
/
+50
2023-09-10
Fix unnecessary dereference in `Tooltip`
Héctor Ramón Jiménez
1
-1
/
+1
2023-09-10
Fix `Tooltip` widget state management
Héctor Ramón Jiménez
1
-2
/
+4
2023-09-10
Fix `Widget::layout` implementation of `MouseArea`
Héctor Ramón Jiménez
1
-1
/
+3
2023-09-10
Fix broken intradoc link in `widget::keyed` module
Héctor Ramón Jiménez
1
-2
/
+0
2023-09-09
Deny `broken_intradoc_links` and verify documentation in CI
Héctor Ramón Jiménez
1
-2
/
+3
2023-09-09
Fix majority of unresolved documentation links
Matthias Vogelgesang
18
-75
/
+82
2023-09-09
Implement `Icon` support for `TextInput`
Héctor Ramón Jiménez
1
-4
/
+23
2023-09-08
Use `Radians` as a number directly in `gradient` example
Héctor Ramón Jiménez
1
-2
/
+2
2023-09-07
Make `scale` methods in `Frame` generic over `f32` and `Vector`
Héctor Ramón Jiménez
1
-1
/
+1
2023-09-07
Host GIFs and video examples in `iced.rs`
Héctor Ramón Jiménez
1
-2
/
+2
2023-09-07
Add access to bounds/content bounds from a scrollable viewport. (#2072)
Nick
1
-0
/
+10
2023-09-04
Use workspace dependencies and package inheritance
Héctor Ramón Jiménez
1
-34
/
+23
2023-09-04
Introduce `keyed::Column` widget
Héctor Ramón Jiménez
4
-2
/
+387
2023-09-03
Support automatic style type casting for Buttons.
Nick
1
-2
/
+2
2023-09-01
Fix `Widget::layout` for `Lazy`
Héctor Ramón Jiménez
1
-1
/
+3
2023-09-01
Fix `Widget::layout` for `Component`
Héctor Ramón Jiménez
1
-1
/
+7
2023-08-30
Simplify new logic in `TextInput`
Héctor Ramón Jiménez
1
-33
/
+25
2023-08-30
Make `widget::Tree` mutable in `Widget::layout`
Héctor Ramón Jiménez
30
-97
/
+94
2023-08-30
Reduce default spacing of `Checkbox`
Héctor Ramón Jiménez
1
-1
/
+1
2023-08-30
Add some default spacing for `Toggler`
Héctor Ramón Jiménez
1
-1
/
+1
2023-08-30
Implement explicit text caching in the widget state tree
Héctor Ramón Jiménez
30
-530
/
+643
2023-08-26
Fix `clippy` lints for Rust 1.72
Héctor Ramón Jiménez
1
-1
/
+1
2023-08-26
Run `cargo fmt` with Rust 1.72
Héctor Ramón Jiménez
2
-8
/
+12
2023-08-05
ensure no paste with alt
Casper Rogild Storm
1
-1
/
+3
2023-08-03
Remove unnecessary comment in `image::viewer`
Héctor Ramón Jiménez
1
-1
/
+0
2023-08-03
fix: Check cursor in bounds when scrolling image::Viewer
Malcolm Ramsay
1
-1
/
+2
2023-08-02
Bump version of `iced_widget` :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2023-07-31
Update widget/src/combo_box.rs
Casper Rogild Storm
1
-1
/
+1
2023-07-31
cycle combobox with keybinds
Casper Rogild Storm
1
-9
/
+34
2023-07-29
Bump version of `iced_widget` :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2023-07-29
Fix `Tooltip` overlay position inside `Scrollable`
Héctor Ramón Jiménez
1
-18
/
+16
2023-07-28
Enable all features for `iced_widget` in `docs.rs`
Héctor Ramón Jiménez
1
-0
/
+4
2023-07-28
Bump versions :tada:
Héctor Ramón Jiménez
2
-3
/
+10
2023-07-27
Introduce `visible_bounds` operation for `Container`
Héctor Ramón Jiménez
7
-9
/
+116
2023-07-26
Rename `on_selection` to `on_option_hovered` in `combo_box`
Héctor Ramón Jiménez
1
-6
/
+6
2023-07-26
Fix `on_option_hovered` support in `ComboBox`
Héctor Ramón Jiménez
3
-13
/
+53
2023-07-26
Use default padding of `TextInput` in `ComboBox`
Héctor Ramón Jiménez
2
-2
/
+5
2023-07-26
Add `Viewport` to `on_event` for `ComboBox`
Héctor Ramón Jiménez
1
-0
/
+3
2023-07-26
Swap unwrap_or_else to unwrap_or_default
Joao Freitas
1
-2
/
+2
[next]