Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-03-17 | Move `Application` trait to `advanced` module | 1 | -855/+0 | ||
2024-03-17 | Introduce `Program::run_with` to control the initial state | 1 | -25/+54 | ||
2024-03-17 | Use `Program` API in `todos` example | 1 | -1/+15 | ||
2024-03-17 | Support custom themes in `Program` API | 1 | -15/+17 | ||
2024-03-17 | Move `Program` to `application` module | 1 | -27/+17 | ||
2024-03-17 | Fix broken intra-doc links to `Sandbox` | 1 | -3/+1 | ||
2024-03-17 | Remove `Sandbox` trait :tada: | 1 | -11/+146 | ||
2024-03-16 | Fix broken intra-doc link | 1 | -1/+1 | ||
2024-03-16 | Remove `sandbox` by making `application` more generic :tada: | 1 | -84/+39 | ||
2024-03-16 | Replace `Program::fonts` with simpler `font` method | 1 | -12/+4 | ||
2024-03-16 | Make `Program::title` private | 1 | -1/+1 | ||
2024-03-16 | Make `sandbox` helper take a `title` as well | 1 | -3/+4 | ||
2024-03-16 | Implement `Program::load` to specify startup `Command` | 1 | -9/+79 | ||
2024-03-16 | Rename `Program::new` to `build` | 1 | -10/+10 | ||
2024-03-16 | Introduce `Program` API | 1 | -0/+669 | ||