| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce `center` widget helper | Héctor Ramón Jiménez | 2024-05-03 | 1 | -8/+3 |
* | Introduce `Program` API | Héctor Ramón Jiménez | 2024-03-16 | 1 | -17/+6 |
* | Rename `container::box_` to `rounded_box` | Héctor Ramón Jiménez | 2024-03-08 | 1 | -1/+1 |
* | Simplify theming for `Container` widget | Héctor Ramón Jiménez | 2024-03-05 | 1 | -2/+1 |
* | Fix `clippy::semicolon_if_nothing_returned` | Héctor Ramón Jiménez | 2023-09-20 | 1 | -1/+1 |
* | Use workspace dependencies and package inheritance | Héctor Ramón Jiménez | 2023-09-04 | 1 | -1/+2 |
* | Replace stateful widgets with new `iced_pure` API | Héctor Ramón Jiménez | 2022-07-27 | 1 | -88/+46 |
* | Fix `clippy` lints for all crates and features | Héctor Ramón Jiménez | 2022-07-09 | 1 | -11/+6 |
* | Implement theme styling for `Container` | Héctor Ramón Jiménez | 2022-06-07 | 1 | -21/+5 |
* | Update Rust edition to 2021 :tada: | Héctor Ramón Jiménez | 2022-02-09 | 1 | -1/+1 |
* | Refactor alignment types into an `alignment` module | Héctor Ramón Jiménez | 2021-09-20 | 1 | -6/+5 |
* | Introduce and use `CrossAlign` enum for `Column` and `Row` | Héctor Ramón Jiménez | 2021-09-20 | 1 | -3/+4 |
* | Hide `Text` as an implementation detail of `Tooltip` | Héctor Ramón Jiménez | 2021-02-24 | 1 | -3/+3 |
* | Add `style` and `padding` to `Tooltip` | Héctor Ramón Jiménez | 2021-02-23 | 1 | -0/+20 |
* | Introduce `Tooltip::gap` to control spacing | Héctor Ramón Jiménez | 2021-02-23 | 1 | -0/+1 |
* | Change `Tooltip` to support `Text` only for now | Héctor Ramón Jiménez | 2021-02-23 | 1 | -60/+54 |
* | feat(native): add Tooltip widget | Yusuf Bera Ertan | 2021-02-15 | 3 | -0/+146 |