| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |
* | Introduce `absolute_offset_reversed` to `scrollable::Viewport` | Héctor Ramón Jiménez | 2023-07-13 | 1 | -58/+17 |
* | Expose methods to change viewport alignment | Cory Forsstrom | 2023-07-12 | 1 | -1/+58 |
* | Merge pull request #1912 from tarkah/feat/scrollable-alignment | Héctor Ramón | 2023-07-12 | 1 | -60/+120 |
|\ |
|
| * | Remove unnecessary cursor unavailability logic in `scrollable` | Héctor Ramón Jiménez | 2023-07-12 | 1 | -22/+12 |
| * | Rename `absolute_from_start` to `translation` in `scrollable` | Héctor Ramón Jiménez | 2023-07-12 | 1 | -3/+3 |
| * | Disambiguate `offset` from `translation` in `scrollable` | Héctor Ramón Jiménez | 2023-07-12 | 1 | -37/+40 |
| * | Increase type-safety of `alignment` in `scrollable` | Héctor Ramón Jiménez | 2023-07-12 | 1 | -63/+37 |
| * | Remove public fields from `Viewport` | Héctor Ramón Jiménez | 2023-07-12 | 1 | -31/+3 |
| * | Add alignment to Viewport | Cory Forsstrom | 2023-07-04 | 1 | -1/+27 |
| * | Make viewport bounds public | Cory Forsstrom | 2023-07-04 | 1 | -2/+4 |
| * | Add scrollable alignment option | Cory Forsstrom | 2023-07-04 | 1 | -8/+101 |
* | | Remove useless conversions in `widget::tooltip` | Héctor Ramón Jiménez | 2023-07-12 | 1 | -15/+17 |
* | | Use overlay for `Tooltip` widget | Cory Forsstrom | 2023-07-12 | 1 | -97/+160 |
* | | fix: request redraw in component overlay | Nick Senger | 2023-07-09 | 1 | -0/+4 |
* | | Remove useless conversion in `widget::pane_grid` | Héctor Ramón Jiménez | 2023-07-06 | 1 | -1/+1 |
* | | Introduce `drop` helper to `pane_grid::State` | Héctor Ramón Jiménez | 2023-07-06 | 1 | -24/+34 |
* | | Simplify `Target` enum in `widget::pane_grid` | Héctor Ramón Jiménez | 2023-07-06 | 1 | -13/+5 |
* | | Call `in_edge` only when `picked_pane.is_some()` | Héctor Ramón Jiménez | 2023-07-06 | 1 | -19/+21 |