| Commit message (Expand) | Author | Age | Files | Lines |
* | Show `scrollable` doc example in multiple places | Héctor Ramón Jiménez | 2024-09-19 | 1 | -1/+41 |
* | Fix scrolling direction with trackpad in `scrollable` | Héctor Ramón Jiménez | 2024-09-18 | 1 | -1/+1 |
* | Notify all `scrollable::Viewport` changes | Héctor Ramón Jiménez | 2024-09-10 | 1 | -14/+44 |
* | Implement `scroll_by` operation for `scrollable` | lufte | 2024-09-10 | 1 | -31/+59 |
* | Enable horizontal scrolling without shift modifier | Matt Woelfel | 2024-09-08 | 1 | -6/+20 |
* | Implement mouse wheel transactions for `scrollable` | Héctor Ramón Jiménez | 2024-09-08 | 1 | -9/+34 |
* | Introduce `black_box` and `chain` in `widget::operation` | Héctor Ramón Jiménez | 2024-08-08 | 1 | -1/+1 |
* | Reintroduce `Scrollable::with_direction` | Héctor Ramón Jiménez | 2024-07-30 | 1 | -1/+9 |
* | Adapt `scrollable` sizing strategy to contents | Héctor Ramón Jiménez | 2024-07-18 | 1 | -5/+13 |
* | Fix `Scrollable::spacing` not embedding the `Scrollbar` | Héctor Ramón Jiménez | 2024-07-16 | 1 | -37/+22 |
* | Rename `embed_*` in `Scrollable` to simply `spacing` | Héctor Ramón Jiménez | 2024-07-12 | 1 | -43/+56 |
* | Improve `Border` ergonomics | Héctor Ramón Jiménez | 2024-07-12 | 1 | -4/+5 |
* | Introduce helper methods for alignment for all widgets | Héctor Ramón Jiménez | 2024-07-12 | 1 | -27/+48 |
* | Fix broken doc links in `widget::scrollable` | Héctor Ramón Jiménez | 2024-07-11 | 1 | -4/+4 |
* | Add support for embedded scrollbars for `scrollable` | Héctor Ramón Jiménez | 2024-07-11 | 1 | -163/+248 |
* | Merge pull request #2488 from vladh/remove-scrollable-comment | Héctor Ramón | 2024-07-11 | 1 | -1/+0 |
|\ |
|
| * | doc: remove extraneous comment | Vlad-Stefan Harbuz | 2024-07-02 | 1 | -1/+0 |
* | | Add `align_x` and `align_y` helpers to `Scrollable` | Héctor Ramón Jiménez | 2024-07-11 | 1 | -0/+26 |
* | | Hide internal `Task` constructors | Héctor Ramón Jiménez | 2024-07-05 | 1 | -3/+4 |
|/ |
|
* | Replace `Command` with a new `Task` API with chain support | Héctor Ramón Jiménez | 2024-06-14 | 1 | -14/+10 |
* | 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 |