Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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-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 ComboBox widget | 1 | -0/+143 | ||
- Widget implementation - Widget helper - Example | |||||
2020-07-10 | Rename `ComboBox` to `PickList` | 1 | -121/+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 | 1 | -0/+163 | ||