| Commit message (Expand) | Author | Age | Files | Lines |
* | Make `run_with` take a `FnOnce` | Héctor Ramón Jiménez | 2024-07-15 | 1 | -3/+3 |
* | Remove `load` method from `application` and `daemon` | Héctor Ramón Jiménez | 2024-07-09 | 1 | -102/+9 |
* | Introduce `daemon` API and unify shell runtimes | Héctor Ramón Jiménez | 2024-06-19 | 1 | -492/+262 |
* | Replace `Command` with a new `Task` API with chain support | Héctor Ramón Jiménez | 2024-06-14 | 1 | -30/+30 |
* | Remove redundant `text::Renderer` bound in `program` | Héctor Ramón Jiménez | 2024-03-24 | 1 | -1/+1 |
* | Rename `compositor::Renderer` to `Default` | Héctor Ramón Jiménez | 2024-03-22 | 1 | -3/+9 |
* | Allow custom renderers in `Program` and `Application` | Héctor Ramón Jiménez | 2024-03-22 | 1 | -19/+41 |
* | Revert "Remove `'static'` bound for `P::State` in `Program::run_with`" | Héctor Ramón Jiménez | 2024-03-17 | 1 | -1/+4 |
* | Remove `'static'` bound for `P::State` in `Program::run_with` | Héctor Ramón Jiménez | 2024-03-17 | 1 | -4/+1 |
* | Move `Application` trait to `advanced` module | Héctor Ramón Jiménez | 2024-03-17 | 1 | -0/+851 |
* | Move `Program` to `application` module | Héctor Ramón Jiménez | 2024-03-17 | 1 | -820/+0 |
* | Fix broken intra-doc links to `Sandbox` | Héctor Ramón Jiménez | 2024-03-17 | 1 | -3/+1 |
* | Remove `Sandbox` trait :tada: | Héctor Ramón Jiménez | 2024-03-17 | 1 | -11/+146 |
* | Fix broken intra-doc link | Héctor Ramón Jiménez | 2024-03-16 | 1 | -1/+1 |
* | Remove `sandbox` by making `application` more generic :tada: | Héctor Ramón Jiménez | 2024-03-16 | 1 | -84/+39 |
* | Replace `Program::fonts` with simpler `font` method | Héctor Ramón Jiménez | 2024-03-16 | 1 | -12/+4 |
* | Make `Program::title` private | Héctor Ramón Jiménez | 2024-03-16 | 1 | -1/+1 |
* | Make `sandbox` helper take a `title` as well | Héctor Ramón Jiménez | 2024-03-16 | 1 | -3/+4 |
* | Implement `Program::load` to specify startup `Command` | Héctor Ramón Jiménez | 2024-03-16 | 1 | -9/+79 |
* | Rename `Program::new` to `build` | Héctor Ramón Jiménez | 2024-03-16 | 1 | -10/+10 |
* | Introduce `Program` API | Héctor Ramón Jiménez | 2024-03-16 | 1 | -0/+669 |