| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | Show `checkbox` doc example in multiple places | Héctor Ramón Jiménez | 2024-09-19 | 4 | -11/+89 |
| * | | Show `canvas` doc example in multiple places | Héctor Ramón Jiménez | 2024-09-19 | 2 | -11/+126 |
| * | | Add quick example to `widget::button` module | Héctor Ramón Jiménez | 2024-09-19 | 2 | -14/+48 |
| * | | Showcase `halloy` and `icebreaker` in `README` :tada: | Héctor Ramón Jiménez | 2024-09-18 | 1 | -4/+4 |
| * | | Remove "feel free to contribute!" link in `README` | Héctor Ramón Jiménez | 2024-09-18 | 1 | -3/+2 |
| * | | Remove outdated references in `README` and `ECOSYSTEM` guide | Héctor Ramón Jiménez | 2024-09-18 | 2 | -109/+5 |
| * | | Improve imports of `Subscription::run` doc example | Héctor Ramón Jiménez | 2024-09-18 | 1 | -5/+10 |
| * | | Explain `Action` pattern a bit in The Pocket Guide | Héctor Ramón Jiménez | 2024-09-18 | 1 | -2/+10 |
| * | | Show `Action` pattern in The Pocket Guide | Héctor Ramón Jiménez | 2024-09-18 | 1 | -2/+16 |
* | | | Fix `mouse_area` not notifying of mouse move events | Héctor Ramón Jiménez | 2024-09-19 | 1 | -1/+1 |
| |/
|/| |
|
* | | Merge pull request #2579 from dcampbell24/add-rust-version | Héctor Ramón | 2024-09-18 | 3 | -2/+4 |
|\ \ |
|
| * | | Bump MSRV to `1.80` | Héctor Ramón Jiménez | 2024-09-18 | 2 | -2/+2 |
| * | | Remove redundant import in `markdown` widget | Héctor Ramón Jiménez | 2024-09-18 | 1 | -1/+1 |
| * | | Bump MSRV to `1.77` | Héctor Ramón Jiménez | 2024-09-18 | 2 | -2/+2 |
| * | | Add MSRV to test matrix in GitHub CI | Héctor Ramón Jiménez | 2024-09-18 | 1 | -1/+1 |
| * | | Remove trailing `0` in `rust-version` | Héctor Ramón Jiménez | 2024-09-18 | 1 | -2/+2 |
| * | | Add to workspaces. | David Campbell | 2024-09-14 | 1 | -0/+1 |
| * | | Add rust-version. | David Campbell | 2024-09-14 | 1 | -0/+1 |
* | | | Merge pull request #2580 from mtkennerly/feature/custom-executor | Héctor Ramón | 2024-09-18 | 3 | -2/+109 |
|\ \ \ |
|
| * | | | Implement `executor` method for `Daemon` | Héctor Ramón Jiménez | 2024-09-18 | 1 | -1/+16 |
| * | | | Fix order of `Program::theme` implementation | Héctor Ramón Jiménez | 2024-09-18 | 1 | -8/+8 |
| * | | | Import `Executor` directly from `crate` | Héctor Ramón Jiménez | 2024-09-18 | 1 | -3/+3 |
| * | | | Allow specifying a custom executor | mtkennerly | 2024-09-18 | 2 | -0/+92 |
* | | | | Merge pull request #2584 from iced-rs/fix/scrollable-transactions | Héctor Ramón | 2024-09-18 | 1 | -8/+10 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | Fix `scrollable` transactions when `on_scroll` is not set | Héctor Ramón Jiménez | 2024-09-18 | 1 | -8/+10 |
* | | | | Merge pull request #2583 from iced-rs/fix/scrolling-direction-with-trackpad | Héctor Ramón | 2024-09-18 | 1 | -1/+1 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Fix scrolling direction with trackpad in `scrollable` | Héctor Ramón Jiménez | 2024-09-18 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge pull request #2582 from iced-rs/from-trait-for-text-input-id | Héctor Ramón | 2024-09-18 | 5 | -23/+38 |
|\ \ \
| |/ /
|/| | |
|
| * | | Implement some `From` traits for `text_input::Id` | Héctor Ramón Jiménez | 2024-09-18 | 5 | -23/+38 |
|/ / |
|
* | | Remove outdated `window::Id::MAIN` reference in docs | Héctor Ramón Jiménez | 2024-09-18 | 1 | -3/+1 |
* | | Bump version to `0.13.0` :tada: | Héctor Ramón Jiménez | 2024-09-18 | 9 | -27/+28 |
* | | Use permalink for pocket guide link in `CHANGELOG` | Héctor Ramón Jiménez | 2024-09-18 | 1 | -1/+1 |
* | | Fix unnecessary `to_string` call in `changelog` tool | Héctor Ramón Jiménez | 2024-09-18 | 1 | -4/+1 |
* | | Update `CHANGELOG` :tada: | Héctor Ramón Jiménez | 2024-09-18 | 1 | -0/+197 |
* | | Enable `image` feature in `custom_shader` example | Héctor Ramón Jiménez | 2024-09-18 | 1 | -1/+1 |
* | | Fix deserialization of `PullRequest` with empty body in `changelog` tool | Héctor Ramón Jiménez | 2024-09-18 | 2 | -4/+9 |
* | | Fix `Changed` entries considered as `Added` in `changelog` tool | Héctor Ramón Jiménez | 2024-09-18 | 1 | -2/+2 |
* | | Fix `Changelog::parse` when multiple `#` present in entry | Héctor Ramón Jiménez | 2024-09-18 | 1 | -1/+1 |
* | | Fix duplicated contributions in `changelog` tool | Héctor Ramón Jiménez | 2024-09-18 | 1 | -3/+9 |
* | | Add `tracing-subscriber` to `changelog` tool | Héctor Ramón Jiménez | 2024-09-18 | 2 | -0/+3 |
* | | Save `CHANGELOG.md` after each review in `changelog` tool | Héctor Ramón Jiménez | 2024-09-18 | 4 | -67/+99 |
* | | Implement a `changelog-generator` tool and example | Héctor Ramón Jiménez | 2024-09-17 | 6 | -1/+759 |
|/ |
|
* | Merge pull request #2578 from Jinderamarak/fix-drag-drop-flag | Héctor Ramón | 2024-09-14 | 1 | -8/+16 |
|\ |
|
| * | Disable `drag_and_drop` attribute for boot window | Jindřich Moravec | 2024-09-14 | 1 | -8/+16 |
|/ |
|
* | Fix `wasm32` deployments not displaying anything (#2574) | Richard | 2024-09-13 | 2 | -27/+42 |
* | Merge pull request #2565 from kiedtl/slider_mouse_wheel | Héctor Ramón | 2024-09-13 | 2 | -2/+38 |
|\ |
|
| * | Use `mouse::Cursor::is_over` in `slider` | Héctor Ramón Jiménez | 2024-09-13 | 2 | -4/+4 |
| * | Enable `slider` scrolling only when `Ctrl` is pressed | Héctor Ramón Jiménez | 2024-09-13 | 2 | -32/+36 |
| * | slider: handle mouse wheel events | Kiëd Llaentenn | 2024-09-02 | 2 | -0/+32 |
* | | Make rendering of svg that has text work out of the box (#2560) | Jovansonlee Cesar | 2024-09-13 | 2 | -19/+42 |