summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Show `radio` doc example in multiple placesLibravatar Héctor Ramón Jiménez2024-09-192-38/+157
|
* Show `qr_code` doc example in multiple placesLibravatar Héctor Ramón Jiménez2024-09-192-1/+66
|
* Show `progress_bar` doc example in multiple placesLibravatar Héctor Ramón Jiménez2024-09-192-7/+56
|
* Show `pick_list` doc example in multiple placesLibravatar Héctor Ramón Jiménez2024-09-192-2/+185
|
* Show `pane_grid` doc example in multiple placesLibravatar Héctor Ramón Jiménez2024-09-192-14/+117
|
* Show `markdown` doc example in multiple placesLibravatar Héctor Ramón Jiménez2024-09-191-1/+130
|
* Show `keyed_column` doc example in multiple placesLibravatar Héctor Ramón Jiménez2024-09-193-8/+68
|
* Show `image` doc example in multiple placesLibravatar Héctor Ramón Jiménez2024-09-192-7/+50
|
* Show `container` doc example in multiple placesLibravatar Héctor Ramón Jiménez2024-09-193-11/+65
|
* Show `combo_box` doc example in multiple placesLibravatar Héctor Ramón Jiménez2024-09-192-5/+166
|
* Show `checkbox` doc example in multiple placesLibravatar Héctor Ramón Jiménez2024-09-194-11/+89
|
* Show `canvas` doc example in multiple placesLibravatar Héctor Ramón Jiménez2024-09-192-11/+126
|
* Add quick example to `widget::button` moduleLibravatar Héctor Ramón Jiménez2024-09-192-14/+48
|
* Showcase `halloy` and `icebreaker` in `README` :tada:Libravatar Héctor Ramón Jiménez2024-09-181-4/+4
|
* Remove "feel free to contribute!" link in `README`Libravatar Héctor Ramón Jiménez2024-09-181-3/+2
|
* Remove outdated references in `README` and `ECOSYSTEM` guideLibravatar Héctor Ramón Jiménez2024-09-182-109/+5
|
* Improve imports of `Subscription::run` doc exampleLibravatar Héctor Ramón Jiménez2024-09-181-5/+10
|
* Explain `Action` pattern a bit in The Pocket GuideLibravatar Héctor Ramón Jiménez2024-09-181-2/+10
|
* Show `Action` pattern in The Pocket GuideLibravatar Héctor Ramón Jiménez2024-09-181-2/+16
|
* Merge pull request #2583 from iced-rs/fix/scrolling-direction-with-trackpadLibravatar Héctor Ramón2024-09-181-1/+1
|\ | | | | Fix scrolling direction with trackpad in `scrollable`
| * Fix scrolling direction with trackpad in `scrollable`Libravatar Héctor Ramón Jiménez2024-09-181-1/+1
| |
* | Merge pull request #2582 from iced-rs/from-trait-for-text-input-idLibravatar Héctor Ramón2024-09-185-23/+38
|\ \ | |/ |/| Implement some `From` traits for `text_input::Id`
| * Implement some `From` traits for `text_input::Id`Libravatar Héctor Ramón Jiménez2024-09-185-23/+38
|/
* Remove outdated `window::Id::MAIN` reference in docsLibravatar Héctor Ramón Jiménez2024-09-181-3/+1
|
* Bump version to `0.13.0` :tada:Libravatar Héctor Ramón Jiménez2024-09-189-27/+28
|
* Use permalink for pocket guide link in `CHANGELOG`Libravatar Héctor Ramón Jiménez2024-09-181-1/+1
|
* Fix unnecessary `to_string` call in `changelog` toolLibravatar Héctor Ramón Jiménez2024-09-181-4/+1
|
* Update `CHANGELOG` :tada:Libravatar Héctor Ramón Jiménez2024-09-181-0/+197
|
* Enable `image` feature in `custom_shader` exampleLibravatar Héctor Ramón Jiménez2024-09-181-1/+1
|
* Fix deserialization of `PullRequest` with empty body in `changelog` toolLibravatar Héctor Ramón Jiménez2024-09-182-4/+9
|
* Fix `Changed` entries considered as `Added` in `changelog` toolLibravatar Héctor Ramón Jiménez2024-09-181-2/+2
|
* Fix `Changelog::parse` when multiple `#` present in entryLibravatar Héctor Ramón Jiménez2024-09-181-1/+1
|
* Fix duplicated contributions in `changelog` toolLibravatar Héctor Ramón Jiménez2024-09-181-3/+9
|
* Add `tracing-subscriber` to `changelog` toolLibravatar Héctor Ramón Jiménez2024-09-182-0/+3
|
* Save `CHANGELOG.md` after each review in `changelog` toolLibravatar Héctor Ramón Jiménez2024-09-184-67/+99
|
* Implement a `changelog-generator` tool and exampleLibravatar Héctor Ramón Jiménez2024-09-176-1/+759
|
* Merge pull request #2578 from Jinderamarak/fix-drag-drop-flagLibravatar Héctor Ramón2024-09-141-8/+16
|\ | | | | Fix unnecessary COM initialization
| * Disable `drag_and_drop` attribute for boot windowLibravatar Jindřich Moravec2024-09-141-8/+16
|/
* Fix `wasm32` deployments not displaying anything (#2574)Libravatar Richard2024-09-132-27/+42
| | | | | | | | | | | | | | | * reuse `canvas` element generated by dummy window * fix formatting * set `control_flow` to `Poll` in `resumed` this is mostly a fix for Chrome * Avoid blowing up memory when booting up on Wasm --------- Co-authored-by: Héctor Ramón Jiménez <hector@hecrj.dev>
* Merge pull request #2565 from kiedtl/slider_mouse_wheelLibravatar Héctor Ramón2024-09-132-2/+38
|\ | | | | slider: handle mouse wheel events
| * Use `mouse::Cursor::is_over` in `slider`Libravatar Héctor Ramón Jiménez2024-09-132-4/+4
| |
| * Enable `slider` scrolling only when `Ctrl` is pressedLibravatar Héctor Ramón Jiménez2024-09-132-32/+36
| |
| * slider: handle mouse wheel eventsLibravatar Kiëd Llaentenn2024-09-022-0/+32
| |
* | Make rendering of svg that has text work out of the box (#2560)Libravatar Jovansonlee Cesar2024-09-132-19/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix: load system fonts to usvg font_db, this will make rendering of text in svg that has it * feat: add an example that renders svg that has text on it * Initialize `fontdb` only once for `vector` images * Remove `svg_text` example * Set `fontdb` for `usvg::Options` in `tiny_skia::vector` --------- Co-authored-by: Héctor Ramón Jiménez <hector@hecrj.dev>
* | Merge pull request #2556 from dtoniolo/docsLibravatar Héctor Ramón2024-09-131-0/+13
|\ \ | | | | | | Document how the state of a `Component` can be managed
| * | Document how the state of a `Component` can be managedLibravatar dtoniolo2024-09-131-0/+13
|/ /
* | Merge pull request #2551 from airstrike/mouse-interactionsLibravatar Héctor Ramón2024-09-132-0/+18
|\ \ | | | | | | Expose additional mouse interaction cursors
| * | Add `Copy` and `Help` variants to `mouse::Interaction`Libravatar Héctor Ramón Jiménez2024-09-132-0/+4
| | |
| * | Rename `ResizingDiagonal*` to `ResizingDiagonally*`Libravatar Héctor Ramón Jiménez2024-09-132-4/+4
| | |
| * | Expose additional mouse interaction cursorsLibravatar Andy Terra2024-08-162-0/+14
| | |