| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix `height` of vertical scroller in `Scrollbar` | Héctor Ramón Jiménez | 2023-09-14 | 1 | -4/+4 |
* | Fix width of horizontal scrollbar in `Scrollable` | Héctor Ramón Jiménez | 2023-09-14 | 1 | -6/+6 |
* | Fix `ComboBox` widget panic on wasm | Thomas | 2023-09-10 | 1 | -1/+1 |
* | Fix `ComboBox` widget not displaying selection text | Héctor Ramón Jiménez | 2023-09-10 | 2 | -3/+50 |
* | Fix unnecessary dereference in `Tooltip` | Héctor Ramón Jiménez | 2023-09-10 | 1 | -1/+1 |
* | Fix `Tooltip` widget state management | Héctor Ramón Jiménez | 2023-09-10 | 1 | -2/+4 |
* | Fix `Widget::layout` implementation of `MouseArea` | Héctor Ramón Jiménez | 2023-09-10 | 1 | -1/+3 |
* | Fix broken intradoc link in `widget::keyed` module | Héctor Ramón Jiménez | 2023-09-10 | 1 | -2/+0 |
* | Merge branch 'master' into explicit-text-caching | Héctor Ramón Jiménez | 2023-09-10 | 25 | -117/+124 |
|\ |
|
| * | Deny `broken_intradoc_links` and verify documentation in CI | Héctor Ramón Jiménez | 2023-09-09 | 1 | -2/+3 |
| * | Fix majority of unresolved documentation links | Matthias Vogelgesang | 2023-09-09 | 18 | -75/+82 |
| * | Use `Radians` as a number directly in `gradient` example | Héctor Ramón Jiménez | 2023-09-08 | 1 | -2/+2 |
| * | Merge pull request #2070 from ripytide/master | Héctor Ramón | 2023-09-07 | 1 | -1/+1 |
| |\ |
|
| | * | Make `scale` methods in `Frame` generic over `f32` and `Vector` | Héctor Ramón Jiménez | 2023-09-07 | 1 | -1/+1 |
| * | | Host GIFs and video examples in `iced.rs` | Héctor Ramón Jiménez | 2023-09-07 | 1 | -2/+2 |
| * | | Add access to bounds/content bounds from a scrollable viewport. (#2072) | Nick | 2023-09-07 | 1 | -0/+10 |
| * | | Use workspace dependencies and package inheritance | Héctor Ramón Jiménez | 2023-09-04 | 1 | -34/+23 |
| |/ |
|
| * | Support automatic style type casting for Buttons. | Nick | 2023-09-03 | 1 | -2/+2 |
* | | Implement `Icon` support for `TextInput` | Héctor Ramón Jiménez | 2023-09-09 | 1 | -4/+23 |
* | | Introduce `keyed::Column` widget | Héctor Ramón Jiménez | 2023-09-04 | 4 | -2/+387 |
* | | Fix `Widget::layout` for `Lazy` | Héctor Ramón Jiménez | 2023-09-01 | 1 | -1/+3 |
* | | Fix `Widget::layout` for `Component` | Héctor Ramón Jiménez | 2023-09-01 | 1 | -1/+7 |
* | | Simplify new logic in `TextInput` | Héctor Ramón Jiménez | 2023-08-30 | 1 | -33/+25 |
* | | Make `widget::Tree` mutable in `Widget::layout` | Héctor Ramón Jiménez | 2023-08-30 | 30 | -97/+94 |
* | | Reduce default spacing of `Checkbox` | Héctor Ramón Jiménez | 2023-08-30 | 1 | -1/+1 |
* | | Add some default spacing for `Toggler` | Héctor Ramón Jiménez | 2023-08-30 | 1 | -1/+1 |
* | | Implement explicit text caching in the widget state tree | Héctor Ramón Jiménez | 2023-08-30 | 30 | -530/+643 |
|/ |
|
* | Fix `clippy` lints for Rust 1.72 | Héctor Ramón Jiménez | 2023-08-26 | 1 | -1/+1 |
* | Run `cargo fmt` with Rust 1.72 | Héctor Ramón Jiménez | 2023-08-26 | 2 | -8/+12 |
* | ensure no paste with alt | Casper Rogild Storm | 2023-08-05 | 1 | -1/+3 |
* | Remove unnecessary comment in `image::viewer` | Héctor Ramón Jiménez | 2023-08-03 | 1 | -1/+0 |
* | fix: Check cursor in bounds when scrolling image::Viewer | Malcolm Ramsay | 2023-08-03 | 1 | -1/+2 |
* | Bump version of `iced_widget` :tada: | Héctor Ramón Jiménez | 2023-08-02 | 1 | -1/+1 |
* | Update widget/src/combo_box.rs | Casper Rogild Storm | 2023-07-31 | 1 | -1/+1 |
* | cycle combobox with keybinds | Casper Rogild Storm | 2023-07-31 | 1 | -9/+34 |
* | Bump version of `iced_widget` :tada: | Héctor Ramón Jiménez | 2023-07-29 | 1 | -1/+1 |
* | Fix `Tooltip` overlay position inside `Scrollable` | Héctor Ramón Jiménez | 2023-07-29 | 1 | -18/+16 |
* | Enable all features for `iced_widget` in `docs.rs` | Héctor Ramón Jiménez | 2023-07-28 | 1 | -0/+4 |
* | Bump versions :tada: | Héctor Ramón Jiménez | 2023-07-28 | 2 | -3/+10 |
* | Introduce `visible_bounds` operation for `Container` | Héctor Ramón Jiménez | 2023-07-27 | 7 | -9/+116 |
* | Rename `on_selection` to `on_option_hovered` in `combo_box` | Héctor Ramón Jiménez | 2023-07-26 | 1 | -6/+6 |
* | Fix `on_option_hovered` support in `ComboBox` | Héctor Ramón Jiménez | 2023-07-26 | 3 | -13/+53 |
* | Use default padding of `TextInput` in `ComboBox` | Héctor Ramón Jiménez | 2023-07-26 | 2 | -2/+5 |
* | Add `Viewport` to `on_event` for `ComboBox` | Héctor Ramón Jiménez | 2023-07-26 | 1 | -0/+3 |
* | Swap unwrap_or_else to unwrap_or_default | Joao Freitas | 2023-07-26 | 1 | -2/+2 |
* | Add ComboBox widget | Joao Freitas | 2023-07-26 | 3 | -0/+737 |
* | Add viewport to Widget::on_event | Cory Forsstrom | 2023-07-15 | 23 | -2/+57 |
* | Restart animation when regaining focus | Cory Forsstrom | 2023-07-13 | 1 | -0/+3 |
* | Dont blink input cursor when window loses focus | Cory Forsstrom | 2023-07-13 | 1 | -8/+31 |
* | Avoid redundant `max` in `absolute_offset_reversed` | Héctor Ramón Jiménez | 2023-07-13 | 1 | -4/+2 |