Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Run `cargo fmt` | 2025-02-21 | 1 | -1/+1 | |
| | |||||
* | Take `Event` by reference in `Widget::update` | 2025-02-04 | 1 | -2/+2 | |
| | |||||
* | Fix new `clippy` lints | 2024-12-02 | 1 | -4/+4 | |
| | |||||
* | Rename `Overlay::on_event` to `update` | 2024-11-06 | 1 | -4/+3 | |
| | |||||
* | Rename `Widget::on_event` to `update` | 2024-11-05 | 1 | -2/+2 | |
| | |||||
* | Replace `event::Status` in `Widget::on_event` with `Shell::capture_event` | 2024-11-05 | 1 | -8/+8 | |
| | |||||
* | Introduce `black_box` and `chain` in `widget::operation` | 2024-08-08 | 1 | -2/+2 | |
| | |||||
* | Replace `Command` with a new `Task` API with chain support | 2024-06-14 | 1 | -2/+2 | |
| | |||||
* | Use `Catalog` approach for all widgets | 2024-03-24 | 1 | -2/+2 | |
| | |||||
* | Enhnace `Themer` to allow derivation from current `Theme` | 2024-03-04 | 1 | -59/+74 | |
| | |||||
* | Add option to draw background for `themer` widget | 2024-02-27 | 1 | -2/+24 | |
| | |||||
* | Use `application::StyleSheet` text color in `Themer` | 2024-02-27 | 1 | -4/+14 | |
| | |||||
* | Remove `position` from `overlay::Element` | 2024-02-01 | 1 | -14/+5 | |
| | |||||
* | Introduce `themer` widget | 2024-01-21 | 1 | -0/+268 | |