| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unnecessary `derive` in "Scaling Applications" docs | Héctor Ramón Jiménez | 2024-07-16 | 1 | -1/+0 |
* | Fix grammar in "Passive Subscriptions" docs | Héctor Ramón Jiménez | 2024-07-16 | 1 | -1/+1 |
* | Finish "The Pocket Guide" | Héctor Ramón Jiménez | 2024-07-16 | 1 | -3/+128 |
* | Draft "The Pocket Guide" for the API reference | Héctor Ramón Jiménez | 2024-07-16 | 1 | -129/+286 |
* | Make `run_with` take a `FnOnce` | Héctor Ramón Jiménez | 2024-07-15 | 3 | -5/+5 |
* | Export `operate` constructor in `advanced::widget` | Héctor Ramón Jiménez | 2024-07-14 | 2 | -9/+14 |
* | Implement `application::Update` for `()` | Héctor Ramón Jiménez | 2024-07-14 | 2 | -2/+10 |
* | Improve `Padding` ergonomics | Héctor Ramón Jiménez | 2024-07-12 | 1 | -0/+1 |
* | Re-export variants of `Length` and `alignment` types | Héctor Ramón Jiménez | 2024-07-12 | 1 | -0/+5 |
* | Introduce `Task::abortable` :tada: | Héctor Ramón Jiménez | 2024-07-10 | 1 | -1/+7 |
* | Remove `load` method from `application` and `daemon` | Héctor Ramón Jiménez | 2024-07-09 | 3 | -141/+13 |
* | Expose `from_recipe` and `into_recipes` in `advanced::subscription` | Héctor Ramón Jiménez | 2024-07-05 | 1 | -1/+1 |
* | Hide `Subscription` internals | Héctor Ramón Jiménez | 2024-07-05 | 1 | -8/+2 |
* | Inline documentation for `application` and `daemon` functions | Héctor Ramón Jiménez | 2024-06-20 | 1 | -2/+7 |
* | Add `window` method to `Application` | Héctor Ramón Jiménez | 2024-06-20 | 1 | -1/+8 |
* | feat: Add methods for window settings in Application | ryankopf | 2024-06-20 | 1 | -0/+44 |
* | Introduce `daemon` API and unify shell runtimes | Héctor Ramón Jiménez | 2024-06-19 | 7 | -1030/+949 |
* | Replace `Command` with a new `Task` API with chain support | Héctor Ramón Jiménez | 2024-06-14 | 4 | -62/+57 |
* | Introduce `subscription::Event` | Héctor Ramón Jiménez | 2024-06-11 | 1 | -2/+4 |
* | Update `winit` to `0.30` | Héctor Ramón Jiménez | 2024-05-07 | 1 | -17/+2 |
* | Simplify image rotation API and its internals | Héctor Ramón Jiménez | 2024-05-02 | 1 | -2/+2 |
* | Add `Image` rotation support | Héctor Ramón Jiménez | 2024-05-02 | 1 | -2/+2 |
* | add missing derive(Debug) in lib.rs docs | JL710 | 2024-04-30 | 1 | -0/+1 |
* | Fix typo | saihaze | 2024-04-19 | 1 | -1/+1 |
* | Use built-in `[lints]` table in `Cargo.toml` | Héctor Ramón Jiménez | 2024-04-07 | 1 | -7/+0 |
* | Use `rustc-hash` for most of our `HashMap` and `HashSet` instances | Héctor Ramón Jiménez | 2024-04-01 | 1 | -2/+4 |
* | 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 | 3 | -6/+12 |
* | Allow custom renderers in `Program` and `Application` | Héctor Ramón Jiménez | 2024-03-22 | 4 | -29/+58 |
* | Simplify message names in overview docs | Héctor Ramón Jiménez | 2024-03-18 | 1 | -12/+12 |
* | Revert "Remove `'static'` bound for `P::State` in `Program::run_with`" | Héctor Ramón Jiménez | 2024-03-17 | 2 | -3/+5 |
* | Remove `'static'` bound for `P::State` in `Program::run_with` | Héctor Ramón Jiménez | 2024-03-17 | 2 | -5/+3 |
* | Move `Application` trait to `advanced` module | Héctor Ramón Jiménez | 2024-03-17 | 5 | -47/+42 |
* | Introduce `Program::run_with` to control the initial state | Héctor Ramón Jiménez | 2024-03-17 | 1 | -25/+54 |
* | Use `Program` API in `todos` example | Héctor Ramón Jiménez | 2024-03-17 | 1 | -1/+15 |
* | Support custom themes in `Program` API | Héctor Ramón Jiménez | 2024-03-17 | 2 | -17/+20 |
* | Clarify chain nature of `run` function | Héctor Ramón Jiménez | 2024-03-17 | 1 | -0/+4 |
* | Fix documentation of `run` function | Héctor Ramón Jiménez | 2024-03-17 | 1 | -4/+2 |
* | Move `Program` to `application` module | Héctor Ramón Jiménez | 2024-03-17 | 3 | -37/+27 |
* | Fix new doc test in root module | Héctor Ramón Jiménez | 2024-03-17 | 1 | -0/+7 |
* | Fix broken intra-doc links to `Sandbox` | Héctor Ramón Jiménez | 2024-03-17 | 4 | -13/+15 |
* | Remove `Sandbox` trait :tada: | Héctor Ramón Jiménez | 2024-03-17 | 3 | -212/+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 | 2 | -87/+42 |
* | 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 | 2 | -4/+5 |
* | Implement `Program::load` to specify startup `Command` | Héctor Ramón Jiménez | 2024-03-16 | 2 | -10/+80 |
* | 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 | 3 | -1/+718 |