Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix `height` of vertical scroller in `Scrollbar` | 2023-09-14 | 1 | -4/+4 | |
| | |||||
* | Fix width of horizontal scrollbar in `Scrollable` | 2023-09-14 | 1 | -6/+6 | |
| | |||||
* | Fix `ComboBox` widget panic on wasm | 2023-09-10 | 1 | -1/+1 | |
| | |||||
* | Fix `ComboBox` widget not displaying selection text | 2023-09-10 | 2 | -3/+50 | |
| | |||||
* | Fix unnecessary dereference in `Tooltip` | 2023-09-10 | 1 | -1/+1 | |
| | |||||
* | Fix `Tooltip` widget state management | 2023-09-10 | 1 | -2/+4 | |
| | |||||
* | Fix `Widget::layout` implementation of `MouseArea` | 2023-09-10 | 1 | -1/+3 | |
| | |||||
* | Fix broken intradoc link in `widget::keyed` module | 2023-09-10 | 1 | -2/+0 | |
| | |||||
* | Merge branch 'master' into explicit-text-caching | 2023-09-10 | 25 | -117/+124 | |
|\ | |||||
| * | Deny `broken_intradoc_links` and verify documentation in CI | 2023-09-09 | 1 | -2/+3 | |
| | | |||||
| * | Fix majority of unresolved documentation links | 2023-09-09 | 18 | -75/+82 | |
| | | |||||
| * | Use `Radians` as a number directly in `gradient` example | 2023-09-08 | 1 | -2/+2 | |
| | | |||||
| * | Merge pull request #2070 from ripytide/master | 2023-09-07 | 1 | -1/+1 | |
| |\ | | | | | | | Added a Frame::scale_nonuniform method | ||||
| | * | Make `scale` methods in `Frame` generic over `f32` and `Vector` | 2023-09-07 | 1 | -1/+1 | |
| | | | |||||
| * | | Host GIFs and video examples in `iced.rs` | 2023-09-07 | 1 | -2/+2 | |
| | | | | | | | | | | | | RIP Gfycat | ||||
| * | | Add access to bounds/content bounds from a scrollable viewport. (#2072) | 2023-09-07 | 1 | -0/+10 | |
| | | | | | | | | | | | | | | | * Add access to bounds/content bounds from a scrollable viewport in order to perform certain scrollable optimizations as a consumer. * Move bounds/content_bounds after relative_offset as per feedback. | ||||
| * | | Use workspace dependencies and package inheritance | 2023-09-04 | 1 | -34/+23 | |
| |/ | | | | | | | | | | | We are also taking this as a chance to synchronize the versions of all the crates! Because of this, we will skip the `0.11` version. | ||||
| * | Support automatic style type casting for Buttons. | 2023-09-03 | 1 | -2/+2 | |
| | | | | | | Changes the signature of Button::style to use `impl Into<...>` instead of taking the style sheet itself. (Matches other widgets). | ||||
* | | Implement `Icon` support for `TextInput` | 2023-09-09 | 1 | -4/+23 | |
| | | |||||
* | | Introduce `keyed::Column` widget | 2023-09-04 | 4 | -2/+387 | |
| | | |||||
* | | Fix `Widget::layout` for `Lazy` | 2023-09-01 | 1 | -1/+3 | |
| | | |||||
* | | Fix `Widget::layout` for `Component` | 2023-09-01 | 1 | -1/+7 | |
| | | |||||
* | | Simplify new logic in `TextInput` | 2023-08-30 | 1 | -33/+25 | |
| | | |||||
* | | Make `widget::Tree` mutable in `Widget::layout` | 2023-08-30 | 30 | -97/+94 | |
| | | |||||
* | | Reduce default spacing of `Checkbox` | 2023-08-30 | 1 | -1/+1 | |
| | | |||||
* | | Add some default spacing for `Toggler` | 2023-08-30 | 1 | -1/+1 | |
| | | |||||
* | | Implement explicit text caching in the widget state tree | 2023-08-30 | 30 | -530/+643 | |
|/ | |||||
* | Fix `clippy` lints for Rust 1.72 | 2023-08-26 | 1 | -1/+1 | |
| | |||||
* | Run `cargo fmt` with Rust 1.72 | 2023-08-26 | 2 | -8/+12 | |
| | |||||
* | ensure no paste with alt | 2023-08-05 | 1 | -1/+3 | |
| | |||||
* | Remove unnecessary comment in `image::viewer` | 2023-08-03 | 1 | -1/+0 | |
| | |||||
* | fix: Check cursor in bounds when scrolling image::Viewer | 2023-08-03 | 1 | -1/+2 | |
| | | | | | | | Ensure that the cursor is within the bounds of the image::Viewer when performing the scrolling. Fixes #1997 | ||||
* | Bump version of `iced_widget` :tada: | 2023-08-02 | 1 | -1/+1 | |
| | |||||
* | Update widget/src/combo_box.rs | 2023-07-31 | 1 | -1/+1 | |
| | | | Co-authored-by: Héctor Ramón <hector0193@gmail.com> | ||||
* | cycle combobox with keybinds | 2023-07-31 | 1 | -9/+34 | |
| | |||||
* | Bump version of `iced_widget` :tada: | 2023-07-29 | 1 | -1/+1 | |
| | |||||
* | Fix `Tooltip` overlay position inside `Scrollable` | 2023-07-29 | 1 | -18/+16 | |
| | |||||
* | Enable all features for `iced_widget` in `docs.rs` | 2023-07-28 | 1 | -0/+4 | |
| | |||||
* | Bump versions :tada: | 2023-07-28 | 2 | -3/+10 | |
| | |||||
* | Introduce `visible_bounds` operation for `Container` | 2023-07-27 | 7 | -9/+116 | |
| | |||||
* | Rename `on_selection` to `on_option_hovered` in `combo_box` | 2023-07-26 | 1 | -6/+6 | |
| | |||||
* | Fix `on_option_hovered` support in `ComboBox` | 2023-07-26 | 3 | -13/+53 | |
| | |||||
* | Use default padding of `TextInput` in `ComboBox` | 2023-07-26 | 2 | -2/+5 | |
| | |||||
* | Add `Viewport` to `on_event` for `ComboBox` | 2023-07-26 | 1 | -0/+3 | |
| | |||||
* | Swap unwrap_or_else to unwrap_or_default | 2023-07-26 | 1 | -2/+2 | |
| | |||||
* | Add ComboBox widget | 2023-07-26 | 3 | -0/+737 | |
| | | | | | | - Widget implementation - Widget helper - Example | ||||
* | Add viewport to Widget::on_event | 2023-07-15 | 23 | -2/+57 | |
| | |||||
* | Restart animation when regaining focus | 2023-07-13 | 1 | -0/+3 | |
| | |||||
* | Dont blink input cursor when window loses focus | 2023-07-13 | 1 | -8/+31 | |
| | |||||
* | Avoid redundant `max` in `absolute_offset_reversed` | 2023-07-13 | 1 | -4/+2 | |
| | | | | | I believe `Offset::absolute` guarantees the offset never exceeds the maximum scrolling boundaries already. |