Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #2608 from ibaryshnikov/haskell | 2024-10-02 | 2 | -0/+8 | |
|\ | | | | | added physical_key to KeyReleased event | ||||
| * | Add `modified_key` to `keyboard::Event::KeyReleased` | 2024-10-02 | 2 | -0/+4 | |
| | | |||||
| * | added physical_key to KeyReleased event | 2024-09-26 | 2 | -0/+4 | |
| | | |||||
* | | Merge pull request #2619 from edwloef/master | 2024-10-02 | 1 | -1/+1 | |
|\ \ | | | | | | | Derive `Default` for `iced_wgpu::geometry::Cache` | ||||
| * | | Derive `Default` for `iced_wgpu::geometry::Cache` | 2024-10-02 | 1 | -1/+1 | |
| |/ | |||||
* | | Merge pull request #2615 from bbb651/wayland-file-dropped-doc | 2024-10-02 | 12 | -16/+28 | |
|\ \ | | | | | | | Document Wayland `File*` Events as Unsupported & Fix Typos | ||||
| * | | Fix various typos | 2024-09-29 | 11 | -16/+16 | |
| | | | | | | | | | | | | Using https://github.com/crate-ci/typos | ||||
| * | | Document `File{Dropped,Hovered,HoveredLeft}` as unsupported on wayland | 2024-09-29 | 1 | -0/+12 | |
| |/ | | | | | | | Blocked on https://github.com/rust-windowing/winit/issues/1881 | ||||
* | | Merge pull request #2617 from tvolk131/fix_circular_progress_skipping | 2024-10-02 | 1 | -2/+2 | |
|\ \ | |/ |/| | fix: circular progress no longer skips | ||||
| * | fix: circular progress no longer skips | 2024-09-29 | 1 | -2/+2 | |
|/ | |||||
* | Add support for double click event to MouseArea (#2602) | 2024-09-24 | 1 | -4/+48 | |
| | | | | | | | | | * feat(widget/mouse_area): add double_click event * Run `cargo fmt` --------- Co-authored-by: Héctor Ramón Jiménez <hector@hecrj.dev> | ||||
* | Merge pull request #2605 from Gobbel2000/frame_paste | 2024-09-24 | 2 | -0/+2 | |
|\ | | | | | Include images and saved meshes when pasting `Frame` | ||||
| * | Include images and saved meshes when pasting `Frame` | 2024-09-24 | 2 | -0/+2 | |
| | | | | | | | | | | | | | | | | `tiny_skia::Frame` was ignoring images in `Frame::paste`, making images not show up when created in a `with_clip` context. `wgpu::Frame` similarly did not pass through meshes in its paste method, that may have been saved from a nested `with_clip` call. | ||||
* | | Merge pull request #2601 from edwloef/master | 2024-09-24 | 1 | -0/+8 | |
|\ \ | |/ |/| | always increment solid/gradient count in wgpu mesh rendering | ||||
| * | always increment solid/gradient count in wgpu mesh rendering | 2024-09-22 | 1 | -0/+8 | |
| | | |||||
* | | Merge pull request #2598 from iced-rs/fix/shrink-cross-flex-layout | 2024-09-24 | 2 | -9/+44 | |
|\ \ | |/ |/| | Fix flex layout of `Fill` elements in a `Shrink` cross axis | ||||
| * | Fix flex layout of `Fill` elements in a `Shrink` cross axis | 2024-09-21 | 2 | -9/+44 | |
| | | | | | | | | | | | | Instead of collapsing, the `Fill` elements will fill the cross space allocated by the other `Shrink` elements present in the container. | ||||
* | | Merge pull request #2599 from iced-rs/replace-rc-with-arc-for-markdown | 2024-09-21 | 1 | -3/+3 | |
|\ \ | | | | | | | Replace `Rc` with `Arc` for `markdown` caching | ||||
| * | | Replace `Rc` with `Arc` for `markdown` caching | 2024-09-21 | 1 | -3/+3 | |
|/ / | |||||
* / | Remove broken links to `ECOSYSTEM.md` | 2024-09-21 | 2 | -6/+1 | |
|/ | |||||
* | Merge pull request #2596 from mtkennerly/bugfix/wrapped-row-with-spacing | 2024-09-21 | 1 | -1/+1 | |
|\ | | | | | Fix layout for wrapped row with spacing | ||||
| * | Fix layout for wrapped row with spacing | 2024-09-20 | 1 | -1/+1 | |
|/ | |||||
* | Merge pull request #2594 from tvolk131/fix_docs | 2024-09-21 | 1 | -1/+1 | |
|\ | | | | | Fix documentation for open_events() | ||||
| * | Fix documentation for open_events() | 2024-09-20 | 1 | -1/+1 | |
|/ | |||||
* | Merge pull request #2593 from iced-rs/fix/slow-ci-docs | 2024-09-20 | 3 | -2/+4 | |
|\ | | | | | Move `wgpu` re-export to root module | ||||
| * | Move `wgpu` re-export to root module | 2024-09-20 | 3 | -2/+4 | |
|/ | | | | | This seems to fix a `cargo doc` performance issue; and it makes more sense anyways. | ||||
* | Merge pull request #2592 from iced-rs/fix/color-macro | 2024-09-20 | 1 | -20/+8 | |
|\ | | | | | Drop short-hand notation support for `color!` macro | ||||
| * | Drop short-hand notation support for `color!` macro | 2024-09-20 | 1 | -20/+8 | |
|/ | | | | | | We'd need to use `stringify!` and `str::len` to properly support the short-hand notation; however, we want the macro to work in `const` contexts. | ||||
* | Merge pull request #2510 from iced-rs/wgpu-22.0 | 2024-09-20 | 14 | -2/+63 | |
|\ | | | | | Update `wgpu` to `22.0` | ||||
| * | Introduce `strict-assertions` feature flag | 2024-09-20 | 4 | -0/+9 | |
| | | | | | | | | | | | | For now, this feature flag only enables validation in `iced_wgpu`; which has become quite expensive since its `0.20` release. | ||||
| * | Update `wgpu` to `22.0` | 2024-09-20 | 12 | -2/+16 | |
| | | |||||
| * | Update `wgpu` to `0.20.1` | 2024-09-20 | 9 | -2/+40 | |
|/ | |||||
* | Bump version to `0.14.0-dev` :tada: | 2024-09-19 | 1 | -12/+12 | |
| | |||||
* | Merge pull request #2588 from iced-rs/must-use-task | 2024-09-19 | 2 | -1/+2 | |
|\ | | | | | Add `must_use` attribute to `Task` | ||||
| * | Add `must_use` attribute to `Task` | 2024-09-19 | 2 | -1/+2 | |
|/ | |||||
* | Bump version to `0.13.1` :tada: | 2024-09-19 | 2 | -13/+31 | |
| | |||||
* | Merge pull request #2586 from lufte/master | 2024-09-19 | 1 | -2/+2 | |
|\ | | | | | Set the text color determined by the style function | ||||
| * | Set the text color determined by the style function | 2024-09-18 | 1 | -2/+2 | |
| | | | | | | | | Fixes: https://github.com/iced-rs/iced/issues/2557 | ||||
* | | Merge pull request #2587 from iced-rs/improve-api-reference | 2024-09-19 | 32 | -319/+2339 | |
|\ \ | | | | | | | Add widget examples to API reference and update `README` | ||||
| * | | Write doc examples for `column` and `row` | 2024-09-19 | 3 | -4/+122 | |
| | | | |||||
| * | | Write doc examples for `rich_text` widget | 2024-09-19 | 1 | -0/+78 | |
| | | | |||||
| * | | Show `tooltip` doc example in multiple places | 2024-09-19 | 2 | -3/+68 | |
| | | | |||||
| * | | Show `toggler` doc example in multiple places | 2024-09-19 | 2 | -9/+86 | |
| | | | |||||
| * | | Show `text_input` doc example in multiple places | 2024-09-19 | 2 | -13/+84 | |
| | | | |||||
| * | | Show `text_editor` example in multiple places | 2024-09-19 | 2 | -2/+98 | |
| | | | |||||
| * | | Show `text` doc examples in multiple places | 2024-09-19 | 3 | -16/+98 | |
| | | | |||||
| * | | Show `svg` doc example in multiple places | 2024-09-19 | 2 | -1/+51 | |
| | | | |||||
| * | | Show `slider` doc example in multiple places | 2024-09-19 | 3 | -18/+162 | |
| | | | |||||
| * | | Show `scrollable` doc example in multiple places | 2024-09-19 | 2 | -2/+62 | |
| | | | |||||
| * | | Show `rule` doc example in multiple places | 2024-09-19 | 2 | -3/+67 | |
| | | |