| Commit message (Expand) | Author | Files | Lines |
2025-02-09 | Implement `From<u32>` instead of `u16` for `Length` and `Pixels` | Héctor Ramón Jiménez | 1 | -6/+6 |
2025-01-06 | Fix consistency of import ordering | Héctor Ramón Jiménez | 1 | -2/+2 |
2025-01-06 | chore: remove once_cell dependency | Tommy Volk | 1 | -3/+4 |
2024-07-16 | Fix `Scrollable::spacing` not embedding the `Scrollbar` | Héctor Ramón Jiménez | 1 | -8/+6 |
2024-07-12 | Rename `embed_*` in `Scrollable` to simply `spacing` | Héctor Ramón Jiménez | 1 | -6/+8 |
2024-07-12 | Improve `Padding` ergonomics | Héctor Ramón Jiménez | 1 | -3/+3 |
2024-07-12 | Re-export variants of `Length` and `alignment` types | Héctor Ramón Jiménez | 1 | -11/+11 |
2024-07-12 | Introduce helper methods for alignment for all widgets | Héctor Ramón Jiménez | 1 | -16/+16 |
2024-07-11 | Add support for embedded scrollbars for `scrollable` | Héctor Ramón Jiménez | 1 | -31/+30 |
2024-06-19 | Introduce `daemon` API and unify shell runtimes | Héctor Ramón Jiménez | 1 | -1/+1 |
2024-06-14 | Replace `Command` with a new `Task` API with chain support | Héctor Ramón Jiménez | 1 | -6/+6 |
2024-05-03 | Introduce `center` widget helper | Héctor Ramón Jiménez | 1 | -1/+1 |
2024-03-24 | Use `Catalog` approach for all widgets | Héctor Ramón Jiménez | 1 | -2/+2 |
2024-03-17 | Move `Program` to `application` module | Héctor Ramón Jiménez | 1 | -1/+1 |
2024-03-16 | Implement `Program::load` to specify startup `Command` | Héctor Ramón Jiménez | 1 | -14/+16 |
2024-03-16 | Introduce `Program` API | Héctor Ramón Jiménez | 1 | -18/+12 |
2024-03-05 | Simplify theming for `ProgressBar` widget | Héctor Ramón Jiménez | 1 | -2/+3 |
2024-02-24 | Assert `scrollable` content size never fills scrolling axis | Héctor Ramón Jiménez | 1 | -30/+30 |
2024-02-15 | Make `horizontal_space` and `vertical_space` fill by default | Héctor Ramón Jiménez | 1 | -10/+10 |
2024-02-12 | Simplify `scrollable` styling API | Héctor Ramón Jiménez | 1 | -51/+2 |
2024-02-12 | Introduce an appearance for a scrollable, ability to customize the scrollbar ... | dtzxporter | 1 | -1/+5 |
2024-01-20 | Introduce `Border` struct analogous to `Shadow` | Héctor Ramón Jiménez | 1 | -8/+8 |
2024-01-10 | Reduce `padding` of `scrollable` example | Héctor Ramón Jiménez | 1 | -1/+1 |
2024-01-10 | Introduce `Widget::size_hint` and fix further layout inconsistencies | Héctor Ramón Jiménez | 1 | -15/+8 |
2024-01-04 | Make `Shrink` have priority over `Fill` in layout | Héctor Ramón Jiménez | 1 | -19/+10 |
2023-09-20 | Fix `clippy::default_trait_access` | Héctor Ramón Jiménez | 1 | -2/+2 |
2023-09-14 | Fix styling of horizontal scrollbar in `scrollable` example | Héctor Ramón Jiménez | 1 | -2/+2 |
2023-07-04 | Add scrollable alignment option | Cory Forsstrom | 1 | -7/+45 |
2023-06-27 | Rename `ScrollbarProperties` to `Direction` in `scrollable` | Héctor Ramón Jiménez | 1 | -13/+13 |
2023-06-27 | Make vertical scroll properties optional | Austin M. Reppert | 1 | -9/+9 |
2023-05-23 | clean up rebase mistake | Casper Storm | 1 | -19/+8 |
2023-05-23 | Extend border radius on relevant widgets | Casper Storm | 1 | -10/+21 |
2023-05-21 | Support conversion from Fn trait to custom theme | Marien Zwart | 1 | -19/+8 |
2023-04-17 | Add scrollable `Viewport` | Cory Forsstrom | 1 | -3/+3 |
2023-04-14 | Add `scroll_to` operation for absolute scroll | Cory Forsstrom | 1 | -2/+2 |
2023-03-27 | Introduce `is_mouse_over_scrollbar` to `StyleSheet::hovered` for `Scrollable` | Héctor Ramón Jiménez | 1 | -11/+25 |
2023-02-27 | Remove `Fill` variant for `Alignment` | Héctor Ramón Jiménez | 1 | -1/+0 |
2023-02-17 | Use `f32` in `Length::Units` and rename it to `Fixed` | Héctor Ramón Jiménez | 1 | -11/+11 |
2023-01-08 | Add some missing `spacing` to `scrollable` example | Héctor Ramón Jiménez | 1 | -0/+2 |
2023-01-08 | Introduce `RelativeOffset` type in `scrollable` | Héctor Ramón Jiménez | 1 | -7/+7 |
2022-12-29 | Reworked Scrollable to account for lack of widget order guarantees. | bungoboingo | 1 | -80/+54 |
2022-12-29 | Add multidirectional scrolling capabilities to the existing Scrollable. | Bingus | 1 | -183/+323 |
2022-11-03 | Box `Custom` in `Theme` | Héctor Ramón Jiménez | 1 | -1/+1 |
2022-11-03 | Remove unnecessary `clone` in `scrollable` example | Héctor Ramón Jiménez | 1 | -1/+1 |
2022-11-03 | Run `cargo fmt` | Héctor Ramón Jiménez | 1 | -3/+1 |
2022-11-03 | fix: clippy lint https://rust-lang.github.io/rust-clippy/master/index.html#la... | Ashley Wulber | 1 | -1/+1 |
2022-11-03 | fix: scrollable example | Ashley Wulber | 1 | -5/+14 |
2022-08-04 | Implement `scrollable::snap_to` operation | Héctor Ramón Jiménez | 1 | -16/+36 |
2022-07-27 | Fix `clippy` lints | Héctor Ramón Jiménez | 1 | -1/+1 |
2022-07-27 | Replace stateful widgets with new `iced_pure` API | Héctor Ramón Jiménez | 1 | -94/+76 |