Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Re-export variants of `Length` and `alignment` types | 2024-07-12 | 1 | -3/+3 | |
| | |||||
* | Introduce helper methods for alignment for all widgets | 2024-07-12 | 1 | -2/+2 | |
| | |||||
* | Introduce `center` widget helper | 2024-05-03 | 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. | ||||
* | Introduce `Program` API | 2024-03-16 | 1 | -9/+9 | |
| | |||||
* | Make `horizontal_space` and `vertical_space` fill by default | 2024-02-15 | 1 | -1/+1 | |
| | |||||
* | Implement explicit text caching in the widget state tree | 2023-08-30 | 1 | -1/+0 | |
| | |||||
* | Fix `on_option_hovered` support in `ComboBox` | 2023-07-26 | 1 | -10/+10 | |
| | |||||
* | Add ComboBox widget | 2023-07-26 | 1 | -0/+143 | |
- Widget implementation - Widget helper - Example |