| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move `Application` trait to `advanced` module | 2024-03-17 | 1 | -0/+851 | |
| | | |||||
| * | Move `Program` to `application` module | 2024-03-17 | 1 | -820/+0 | |
| | | |||||
| * | Fix broken intra-doc links to `Sandbox` | 2024-03-17 | 1 | -3/+1 | |
| | | |||||
| * | Remove `Sandbox` trait :tada: | 2024-03-17 | 1 | -11/+146 | |
| | | |||||
| * | Fix broken intra-doc link | 2024-03-16 | 1 | -1/+1 | |
| | | |||||
| * | Remove `sandbox` by making `application` more generic :tada: | 2024-03-16 | 1 | -84/+39 | |
| | | |||||
| * | Replace `Program::fonts` with simpler `font` method | 2024-03-16 | 1 | -12/+4 | |
| | | |||||
| * | Make `Program::title` private | 2024-03-16 | 1 | -1/+1 | |
| | | |||||
| * | Make `sandbox` helper take a `title` as well | 2024-03-16 | 1 | -3/+4 | |
| | | |||||
| * | Implement `Program::load` to specify startup `Command` | 2024-03-16 | 1 | -9/+79 | |
| | | |||||
| * | Rename `Program::new` to `build` | 2024-03-16 | 1 | -10/+10 | |
| | | |||||
| * | Introduce `Program` API | 2024-03-16 | 1 | -0/+669 | |
