| Commit message (Expand) | Author | Files | Lines |
2024-09-18 | Implement some `From` traits for `text_input::Id` | Héctor Ramón Jiménez | 3 | -10/+4 |
2024-09-18 | Fix unnecessary `to_string` call in `changelog` tool | Héctor Ramón Jiménez | 1 | -4/+1 |
2024-09-18 | Enable `image` feature in `custom_shader` example | Héctor Ramón Jiménez | 1 | -1/+1 |
2024-09-18 | Fix deserialization of `PullRequest` with empty body in `changelog` tool | Héctor Ramón Jiménez | 2 | -4/+9 |
2024-09-18 | Fix `Changed` entries considered as `Added` in `changelog` tool | Héctor Ramón Jiménez | 1 | -2/+2 |
2024-09-18 | Fix `Changelog::parse` when multiple `#` present in entry | Héctor Ramón Jiménez | 1 | -1/+1 |
2024-09-18 | Fix duplicated contributions in `changelog` tool | Héctor Ramón Jiménez | 1 | -3/+9 |
2024-09-18 | Add `tracing-subscriber` to `changelog` tool | Héctor Ramón Jiménez | 2 | -0/+3 |
2024-09-18 | Save `CHANGELOG.md` after each review in `changelog` tool | Héctor Ramón Jiménez | 3 | -66/+99 |
2024-09-17 | Implement a `changelog-generator` tool and example | Héctor Ramón Jiménez | 5 | -0/+755 |
2024-09-13 | Fix examples/multitouch dividing by zero | JustSoup321 | 1 | -1/+1 |
2024-09-11 | Add `label` method to `Toggler` | Héctor Ramón Jiménez | 3 | -3/+6 |
2024-09-11 | Add disabled state and `on_toggle` handler to `Toggler` | Héctor Ramón Jiménez | 3 | -16/+9 |
2024-09-10 | Add `index.html` to `download_progress` example | Skygrango | 1 | -0/+12 |
2024-09-10 | Fix `download_progress` and make it work on Wasm | Héctor Ramón Jiménez | 3 | -77/+48 |
2024-09-10 | Use `key_binding` in `editor` example | Héctor Ramón Jiménez | 1 | -12/+14 |
2024-09-05 | Deprecate the `component` widget | Héctor Ramón Jiménez | 2 | -159/+0 |
2024-09-04 | Add `text::Wrapping` support | Héctor Ramón Jiménez | 3 | -3/+21 |
2024-08-24 | Implement `align_x` for `TextInput` | Shan | 1 | -1/+2 |
2024-08-22 | Add compact variant for pane grid controls | mtkennerly | 1 | -5/+17 |
2024-08-22 | Make `RichText` generic over data structure | Héctor Ramón Jiménez | 1 | -9/+9 |
2024-08-14 | Fix cursor passthrough in `Stack` during `draw` | Héctor Ramón Jiménez | 1 | -13/+15 |
2024-08-14 | Remove out of date comment from custom-widget example | JL710 | 1 | -9/+0 |
2024-08-12 | Revert `window::close` producing a `window::Id` | Héctor Ramón Jiménez | 2 | -7/+3 |
2024-08-12 | Make `window::close` return and introduce `Task::discard` | Héctor Ramón Jiménez | 2 | -3/+7 |
2024-08-12 | Fix `integration` example | Héctor Ramón Jiménez | 1 | -1/+1 |
2024-08-12 | Focus `text_editor` at start-up in `editor` example | Héctor Ramón Jiménez | 1 | -8/+11 |
2024-08-08 | Introduce `black_box` and `chain` in `widget::operation` | Héctor Ramón Jiménez | 1 | -2/+2 |
2024-08-06 | Implement `row::Wrapping` widget | Héctor Ramón Jiménez | 1 | -3/+4 |
2024-08-04 | Invert Earth's rotation in `solar_system` example | Héctor Ramón Jiménez | 1 | -1/+1 |
2024-08-04 | Introduce `Image` struct in `core::image` | Héctor Ramón Jiménez | 1 | -12/+3 |
2024-08-04 | Increase Earth's spin a bit in `solar_system` example | Héctor Ramón Jiménez | 1 | -1/+1 |
2024-08-04 | Remove unnecessary `with_save` calls in `solar_system` example | Héctor Ramón Jiménez | 1 | -25/+21 |
2024-08-04 | Showcase `canvas` image support in `solar_system` example | Héctor Ramón Jiménez | 5 | -23/+41 |
2024-08-03 | Implement `From<&Handle>` for `image::Handle` | Héctor Ramón Jiménez | 1 | -19/+29 |
2024-07-30 | Return `window::Id` in `window::open` | Héctor Ramón Jiménez | 1 | -4/+7 |
2024-07-28 | Simplify `highlight` method for `text_editor` widget | Héctor Ramón Jiménez | 2 | -21/+10 |
2024-07-28 | Enable Markdown highlighting in `markdown` example | Héctor Ramón Jiménez | 2 | -19/+18 |
2024-07-28 | Make `markdown::parse` take a `Palette` value | Héctor Ramón Jiménez | 1 | -2/+2 |
2024-07-28 | Use dark background for inline code in `markdown` widget | Héctor Ramón Jiménez | 1 | -6/+3 |
2024-07-28 | Add background styling to span / rich text | Cory Forsstrom | 1 | -3/+6 |
2024-07-24 | Add `placeholder` support to `text_editor` widget | Héctor Ramón Jiménez | 1 | -0/+1 |
2024-07-24 | Unify `Link` and `Message` generics in `text::Rich` | Héctor Ramón Jiménez | 1 | -5/+2 |
2024-07-21 | Introduce `markdown::Settings` | Héctor Ramón Jiménez | 1 | -1/+5 |
2024-07-21 | Use `url` for `markdown` links | Héctor Ramón Jiménez | 1 | -2/+2 |
2024-07-21 | Use `open::that_in_background` in `markdown` example | Héctor Ramón Jiménez | 1 | -1/+1 |
2024-07-21 | Add `Link` support to `rich_text` widget | Héctor Ramón Jiménez | 2 | -1/+7 |
2024-07-20 | Make `container::Style` API more consistent | Héctor Ramón Jiménez | 1 | -2/+3 |
2024-07-18 | Fix newlines in `highlighter` and `markdown` example | Héctor Ramón Jiménez | 1 | -0/+1 |
2024-07-18 | Return proper `theme` in `markdown` example | Héctor Ramón Jiménez | 1 | -1/+1 |