| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix `Shift` scrolling for `scrollable` on macOS | Héctor Ramón Jiménez | 2024-04-26 | 1 | -1/+3 |
* | Capture scrollbar events in a `scrollable` before content events | Héctor Ramón Jiménez | 2024-04-26 | 1 | -142/+142 |
* | Introduce `opaque` widget helper | Héctor Ramón Jiménez | 2024-04-25 | 1 | -1/+1 |
* | Don't consume unused scroll events (#2397) | Daniel | 2024-04-23 | 1 | -39/+45 |
* | Fix clip bounds with nested `scrollable` widgets | Héctor Ramón Jiménez | 2024-04-23 | 1 | -4/+8 |
* | Redesign `iced_wgpu` layering architecture | Héctor Ramón Jiménez | 2024-04-03 | 1 | -3/+3 |
* | Use `Catalog` approach for all widgets | Héctor Ramón Jiménez | 2024-03-24 | 1 | -66/+65 |
* | Use closures for `Scrollable::style` | Héctor Ramón Jiménez | 2024-03-12 | 1 | -18/+17 |
* | Prioritize release events in `scrollable` | LuisLiraC | 2024-03-11 | 1 | -22/+16 |
* | Fix `mouse_interaction` and `on_event` for `Scrollable` | Héctor Ramón Jiménez | 2024-03-08 | 1 | -2/+2 |
* | Inline helper functions in `widget` modules | Héctor Ramón Jiménez | 2024-03-08 | 1 | -432/+375 |
* | Implement additional helpers for `Border` and `container::Appearance` | Héctor Ramón Jiménez | 2024-03-07 | 1 | -2/+2 |
* | Leverage `DefaultStyle` traits instead of `Default` | Héctor Ramón Jiménez | 2024-03-07 | 1 | -18/+19 |
* | Move `Theme` type to `iced_core` | Héctor Ramón Jiménez | 2024-03-07 | 1 | -2/+1 |
* | Use `Style` struct pattern instead of trait for all widgets | Héctor Ramón Jiménez | 2024-03-06 | 1 | -13/+34 |
* | Simplify theming for `PickList`, `ComboBox`, and `Menu` widgets | Héctor Ramón Jiménez | 2024-03-06 | 1 | -1/+2 |
* | Simplify theming for `TextInput` widget | Héctor Ramón Jiménez | 2024-03-05 | 1 | -9/+9 |
* | Simplify theming for `Scrollable` widget | Héctor Ramón Jiménez | 2024-03-05 | 1 | -217/+332 |
* | Simplify theming for `Container` widget | Héctor Ramón Jiménez | 2024-03-05 | 1 | -6/+6 |
* | Fix scrollbar style when cursor is over `scrollable` | Giuliano Bellini s294739 | 2024-02-28 | 1 | -15/+17 |
* | Assert `scrollable` content size never fills scrolling axis | Héctor Ramón Jiménez | 2024-02-24 | 1 | -9/+25 |
* | Simplify `scrollable` styling API | Héctor Ramón Jiménez | 2024-02-12 | 1 | -35/+41 |
* | Introduce an appearance for a scrollable, ability to customize the scrollbar ... | dtzxporter | 2024-02-12 | 1 | -1/+36 |
* | Remove `position` from `overlay::Element` | Héctor Ramón Jiménez | 2024-02-01 | 1 | -18/+17 |
* | Avoid returning early on `Captured` event in `scrollable` | Héctor Ramón Jiménez | 2024-01-31 | 1 | -10/+10 |
* | Convert `Renderer::Theme` to generic `Widget` type | Héctor Ramón Jiménez | 2024-01-21 | 1 | -26/+30 |
* | Introduce `Border` struct analogous to `Shadow` | Héctor Ramón Jiménez | 2024-01-20 | 1 | -10/+6 |
* | Use `Default` implementation of `renderer::Quad` | Héctor Ramón Jiménez | 2024-01-20 | 1 | -2/+2 |
* | feat: quad shadows | Nick Senger | 2024-01-20 | 1 | -0/+2 |
* | Introduce useful helpers in `layout` module | Héctor Ramón Jiménez | 2024-01-10 | 1 | -21/+18 |
* | Replace `width` and `height` with `Widget::size` | Héctor Ramón Jiménez | 2024-01-10 | 1 | -6/+5 |
* | Make `Shrink` have priority over `Fill` in layout | Héctor Ramón Jiménez | 2024-01-04 | 1 | -1/+1 |
* | Fix `clippy::match-wildcard-for-single-variants` | Héctor Ramón Jiménez | 2023-09-20 | 1 | -2/+2 |
* | Fix `clippy::default_trait_access` | Héctor Ramón Jiménez | 2023-09-20 | 1 | -1/+1 |
* | Fix `clippy::semicolon_if_nothing_returned` | Héctor Ramón Jiménez | 2023-09-20 | 1 | -5/+5 |
* | 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 |
* | Merge branch 'master' into explicit-text-caching | Héctor Ramón Jiménez | 2023-09-10 | 1 | -0/+10 |
|\ |
|
| * | Add access to bounds/content bounds from a scrollable viewport. (#2072) | Nick | 2023-09-07 | 1 | -0/+10 |
* | | Make `widget::Tree` mutable in `Widget::layout` | Héctor Ramón Jiménez | 2023-08-30 | 1 | -2/+2 |
* | | Implement explicit text caching in the widget state tree | Héctor Ramón Jiménez | 2023-08-30 | 1 | -1/+6 |
|/ |
|
* | Run `cargo fmt` with Rust 1.72 | Héctor Ramón Jiménez | 2023-08-26 | 1 | -6/+6 |
* | Introduce `visible_bounds` operation for `Container` | Héctor Ramón Jiménez | 2023-07-27 | 1 | -1/+13 |
* | Add viewport to Widget::on_event | Cory Forsstrom | 2023-07-15 | 1 | -2/+18 |
* | 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 |
* | 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 |