Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-02-21 | Update all `examples` to Rust 2024 | 1 | -1/+1 | ||
2024-07-12 | Re-export variants of `Length` and `alignment` types | 1 | -3/+3 | ||
2024-07-12 | Introduce helper methods for alignment for all widgets | 1 | -2/+2 | ||
2024-05-03 | Introduce `center` widget helper | 1 | -7/+2 | ||
... and also make `center_x` and `center_y` set `width` and `height` to `Length::Fill`, respectively. This targets the most common use case when centering things and removes a bunch of boilerplate as a result. | |||||
2024-03-16 | Introduce `Program` API | 1 | -9/+9 | ||
2024-02-15 | Make `horizontal_space` and `vertical_space` fill by default | 1 | -1/+1 | ||
2023-09-04 | Use workspace dependencies and package inheritance | 1 | -1/+2 | ||
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. | |||||
2023-08-30 | Implement explicit text caching in the widget state tree | 1 | -1/+0 | ||
2023-07-26 | Fix `on_option_hovered` support in `ComboBox` | 1 | -10/+10 | ||
2023-07-26 | Add gif to example | 2 | -1/+1 | ||
2023-07-26 | Add ComboBox widget | 3 | -0/+170 | ||
- Widget implementation - Widget helper - Example | |||||
2020-07-10 | Rename `ComboBox` to `PickList` | 3 | -150/+0 | ||
2020-07-08 | Position `Menu` layer based on available space | 1 | -4/+0 | ||
2020-07-08 | Implement `Widget::overlay` for `Scrollable` | 1 | -4/+10 | ||
2020-07-08 | Draft `ComboBox` and `Menu` layer | 1 | -120/+76 | ||
2020-07-08 | Draft `combo_box` example to test overlay logic | 3 | -0/+192 | ||