Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove redundant import in `markdown` widget | 2024-09-18 | 1 | -1/+1 | |
* | Bump MSRV to `1.77` | 2024-09-18 | 2 | -2/+2 | |
* | Add MSRV to test matrix in GitHub CI | 2024-09-18 | 1 | -1/+1 | |
* | Remove trailing `0` in `rust-version` | 2024-09-18 | 1 | -2/+2 | |
* | Add to workspaces. | 2024-09-14 | 1 | -0/+1 | |
* | Add rust-version. | 2024-09-14 | 1 | -0/+1 | |
* | Merge pull request #2578 from Jinderamarak/fix-drag-drop-flag | 2024-09-14 | 1 | -8/+16 | |
|\ | |||||
| * | Disable `drag_and_drop` attribute for boot window | 2024-09-14 | 1 | -8/+16 | |
|/ | |||||
* | Fix `wasm32` deployments not displaying anything (#2574) | 2024-09-13 | 2 | -27/+42 | |
* | Merge pull request #2565 from kiedtl/slider_mouse_wheel | 2024-09-13 | 2 | -2/+38 | |
|\ | |||||
| * | Use `mouse::Cursor::is_over` in `slider` | 2024-09-13 | 2 | -4/+4 | |
| * | Enable `slider` scrolling only when `Ctrl` is pressed | 2024-09-13 | 2 | -32/+36 | |
| * | slider: handle mouse wheel events | 2024-09-02 | 2 | -0/+32 | |
* | | Make rendering of svg that has text work out of the box (#2560) | 2024-09-13 | 2 | -19/+42 | |
* | | Merge pull request #2556 from dtoniolo/docs | 2024-09-13 | 1 | -0/+13 | |
|\ \ | |||||
| * | | Document how the state of a `Component` can be managed | 2024-09-13 | 1 | -0/+13 | |
|/ / | |||||
* | | Merge pull request #2551 from airstrike/mouse-interactions | 2024-09-13 | 2 | -0/+18 | |
|\ \ | |||||
| * | | Add `Copy` and `Help` variants to `mouse::Interaction` | 2024-09-13 | 2 | -0/+4 | |
| * | | Rename `ResizingDiagonal*` to `ResizingDiagonally*` | 2024-09-13 | 2 | -4/+4 | |
| * | | Expose additional mouse interaction cursors | 2024-08-16 | 2 | -0/+14 | |
* | | | Merge pull request #2534 from WailAbou/feature/combo_box-on_focus | 2024-09-13 | 1 | -7/+20 | |
|\ \ \ | |||||
| * | | | Add `on_open` handler to `combo_box` widget | 2024-09-13 | 1 | -7/+20 | |
|/ / / | |||||
* | | | Merge pull request #2576 from iced-rs/physical-keys | 2024-09-13 | 3 | -5/+805 | |
|\ \ \ | |||||
| * | | | Fix broken doc links in `keyboard::key` | 2024-09-13 | 1 | -6/+6 | |
| * | | | Add `modified_key` to `keyboard::Event` | 2024-09-13 | 2 | -3/+10 | |
| * | | | Add `physical_key` to `keyboard::Event` | 2024-09-13 | 3 | -2/+795 | |
|/ / / | |||||
* | | | Merge pull request #2575 from m4rch3n1ng/rm-clone-trait-bound | 2024-09-13 | 1 | -9/+10 | |
|\ \ \ | |||||
| * | | | Remove `Clone` bound for `graphics::Cache::clear` | 2024-09-13 | 1 | -9/+10 | |
* | | | | Enter `Runtime` when calling `Program::subscription` | 2024-09-13 | 1 | -2/+2 | |
* | | | | Merge pull request #2517 from JustSoup312/multitouch | 2024-09-13 | 1 | -1/+1 | |
|\ \ \ \ | |||||
| * | | | | Fix examples/multitouch dividing by zero | 2024-09-13 | 1 | -1/+1 | |
* | | | | | Merge pull request #2514 from shartrec/master | 2024-09-13 | 1 | -1/+3 | |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Fix priority of `Binding::Delete` in `text_editor` | 2024-09-13 | 1 | -1/+3 | |
|/ / / / | |||||
* | | | | Merge pull request #2513 from ayeniswe/feat/set-width_text-editor | 2024-09-13 | 1 | -1/+7 | |
|\ \ \ \ | |||||
| * | | | | Set `Limits::width` in `TextEditor` layout | 2024-09-13 | 1 | -1/+1 | |
| * | | | | Take `Into<Pixels>` in `TextEditor::width` | 2024-09-13 | 1 | -2/+2 | |
| * | | | | feat: add width setter | 2024-09-13 | 1 | -0/+6 | |
| |/ / / | |||||
* | | | | Merge pull request #2491 from gintsgints/master | 2024-09-13 | 2 | -2/+79 | |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Add `rounded_rectangle` to `geometry::Path` | 2024-09-13 | 2 | -2/+79 | |
|/ / / | |||||
* | | | Merge pull request #2486 from vladh/add-color-from-hex | 2024-09-11 | 1 | -15/+112 | |
|\ \ \ | |||||
| * | | | Encourage use of `color!` macro in `Color::parse` docs | 2024-09-11 | 1 | -21/+26 | |
| * | | | Rename `Color::from_hex` to `Color::parse` | 2024-09-11 | 1 | -51/+43 | |
| * | | | Improve flexibility of `color!` macro | 2024-09-11 | 1 | -15/+46 | |
| * | | | Add Color::from_hex | 2024-09-11 | 1 | -0/+69 | |
|/ / / | |||||
* | | | Merge pull request #2484 from vladh/fix-radii-typo | 2024-09-11 | 1 | -7/+7 | |
|\ \ \ | |||||
| * | | | wgpu: fix "radii" typo | 2024-06-29 | 1 | -7/+7 | |
* | | | | Merge pull request #2478 from sundaram123krishnan/master | 2024-09-11 | 5 | -34/+67 | |
|\ \ \ \ | |||||
| * | | | | Add `label` method to `Toggler` | 2024-09-11 | 5 | -11/+17 | |
| * | | | | Add disabled state and `on_toggle` handler to `Toggler` | 2024-09-11 | 5 | -30/+57 | |
|/ / / / | |||||
* | | | | Merge pull request #2476 from alliby/master | 2024-09-11 | 2 | -4/+14 | |
|\ \ \ \ |