summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant import in `markdown` widgetLibravatar Héctor Ramón Jiménez2024-09-181-1/+1
|
* Bump MSRV to `1.77`Libravatar Héctor Ramón Jiménez2024-09-182-2/+2
|
* Add MSRV to test matrix in GitHub CILibravatar Héctor Ramón Jiménez2024-09-181-1/+1
|
* Remove trailing `0` in `rust-version`Libravatar Héctor Ramón Jiménez2024-09-181-2/+2
|
* Add to workspaces.Libravatar David Campbell2024-09-141-0/+1
|
* Add rust-version.Libravatar David Campbell2024-09-141-0/+1
|
* 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
| | |
* | | Merge pull request #2534 from WailAbou/feature/combo_box-on_focusLibravatar Héctor Ramón2024-09-131-7/+20
|\ \ \ | | | | | | | | Added on_open for ComboBox
| * | | Add `on_open` handler to `combo_box` widgetLibravatar Héctor Ramón Jiménez2024-09-131-7/+20
|/ / / | | | | | | | | | Co-authored-by: Wail Abou <abou.w@hotmail.com>
* | | Merge pull request #2576 from iced-rs/physical-keysLibravatar Héctor Ramón2024-09-133-5/+805
|\ \ \ | | | | | | | | Add `physical_key` and `modified_key` to `keyboard::Event`
| * | | Fix broken doc links in `keyboard::key`Libravatar Héctor Ramón Jiménez2024-09-131-6/+6
| | | |
| * | | Add `modified_key` to `keyboard::Event`Libravatar Héctor Ramón Jiménez2024-09-132-3/+10
| | | |
| * | | Add `physical_key` to `keyboard::Event`Libravatar Héctor Ramón Jiménez2024-09-133-2/+795
|/ / / | | | | | | | | | Co-authored-by: Exidex <16986685+Exidex@users.noreply.github.com>
* | | Merge pull request #2575 from m4rch3n1ng/rm-clone-trait-boundLibravatar Héctor Ramón2024-09-131-9/+10
|\ \ \ | | | | | | | | remove unnecessary Clone trait bound for Cache::clear
| * | | Remove `Clone` bound for `graphics::Cache::clear`Libravatar may2024-09-131-9/+10
| | | |
* | | | Enter `Runtime` when calling `Program::subscription`Libravatar Héctor Ramón Jiménez2024-09-131-2/+2
| | | |
* | | | Merge pull request #2517 from JustSoup312/multitouchLibravatar Héctor Ramón2024-09-131-1/+1
|\ \ \ \ | | | | | | | | | | Fix examples/multitouch dividing by zero
| * | | | Fix examples/multitouch dividing by zeroLibravatar JustSoup3212024-09-131-1/+1
| | | | |
* | | | | Merge pull request #2514 from shartrec/masterLibravatar Héctor Ramón2024-09-131-1/+3
|\ \ \ \ \ | |/ / / / |/| | | | #2509 Handle number pad del key correctly
| * | | | Fix priority of `Binding::Delete` in `text_editor`Libravatar Héctor Ramón Jiménez2024-09-131-1/+3
|/ / / / | | | | | | | | | | | | Co-authored-by: Trevor Campbell <trevor@shartrec.com>
* | | | Merge pull request #2513 from ayeniswe/feat/set-width_text-editorLibravatar Héctor Ramón2024-09-131-1/+7
|\ \ \ \ | | | | | | | | | | feat: add width setter for Text-Editor widget
| * | | | Set `Limits::width` in `TextEditor` layoutLibravatar Héctor Ramón Jiménez2024-09-131-1/+1
| | | | |
| * | | | Take `Into<Pixels>` in `TextEditor::width`Libravatar Héctor Ramón Jiménez2024-09-131-2/+2
| | | | | | | | | | | | | | | | | | | | Since a `Shrink` width would not make sense.
| * | | | feat: add width setterLibravatar Samson2024-09-131-0/+6
| |/ / /
* | | | Merge pull request #2491 from gintsgints/masterLibravatar Héctor Ramón2024-09-132-2/+79
|\ \ \ \ | |/ / / |/| | | rounded rectangle graphics
| * | | Add `rounded_rectangle` to `geometry::Path`Libravatar Gints Polis2024-09-132-2/+79
|/ / /
* | | Merge pull request #2486 from vladh/add-color-from-hexLibravatar Héctor Ramón2024-09-111-15/+112
|\ \ \ | | | | | | | | Add `Color::parse`
| * | | Encourage use of `color!` macro in `Color::parse` docsLibravatar Héctor Ramón Jiménez2024-09-111-21/+26
| | | |
| * | | Rename `Color::from_hex` to `Color::parse`Libravatar Héctor Ramón Jiménez2024-09-111-51/+43
| | | |
| * | | Improve flexibility of `color!` macroLibravatar Héctor Ramón Jiménez2024-09-111-15/+46
| | | |
| * | | Add Color::from_hexLibravatar Vlad-Stefan Harbuz2024-09-111-0/+69
|/ / /
* | | Merge pull request #2484 from vladh/fix-radii-typoLibravatar Héctor Ramón2024-09-111-7/+7
|\ \ \ | | | | | | | | wgpu: Fix “radii” typo
| * | | wgpu: fix "radii" typoLibravatar Vlad-Stefan Harbuz2024-06-291-7/+7
| | | |
* | | | Merge pull request #2478 from sundaram123krishnan/masterLibravatar Héctor Ramón2024-09-115-34/+67
|\ \ \ \ | | | | | | | | | | Add Disable Feature to Toggler Widget
| * | | | Add `label` method to `Toggler`Libravatar Héctor Ramón Jiménez2024-09-115-11/+17
| | | | |
| * | | | Add disabled state and `on_toggle` handler to `Toggler`Libravatar Héctor Ramón Jiménez2024-09-115-30/+57
|/ / / / | | | | | | | | | | | | Co-authored-by: Your Name here only <krishnsundaram@gmail.com>
* | | | Merge pull request #2476 from alliby/masterLibravatar Héctor Ramón2024-09-112-4/+14
|\ \ \ \ | | | | | | | | | | Add `override_redirect` for X11 windows