iced icon indicating copy to clipboard operation
iced copied to clipboard

A cross-platform GUI library for Rust, inspired by Elm

Results 314 iced issues
Sort by recently updated
recently updated
newest added

# **GRADIENTS** ### This PR adds support for linear gradients (radial & conical TBD) as a `Fill` style for canvas widgets. Please note this does **_NOT_** add support for gradients...

This could be useful when using iced with an existing wgpu application like in the `integration` example. Imagine that the wgpu application is supposed to react to some keyboard inputs...

feature
widget
shell

Adds new window actions to enable the possibility to create client-side decorations in Iced applications. libcosmic has a functioning headerbar widget which utilizes these actions and their functions. We could...

Previously only had an impact on the final size of dimensions set to `Shrink`. I'm guessing this was a mistake but anyway... Before this change, setting `Fill` for height and...

### Is there an existing issue for this? - [X] I have searched the existing issues. ### Is this issue related to iced? - [X] My hardware is compatible and...

bug

### Is there an existing issue for this? - [X] I have searched the existing issues. ### Is this issue related to iced? - [X] My hardware is compatible and...

bug

Super edge case fix, but it's not uncommon to draw something with `renderer.with_layer` (either manually or via canvas `frame.with_clip`) in the body of a pane, while at the same time...

Pending https://github.com/hecrj/wgpu_glyph/pull/94 I have a PR on the fork to fix the tests

This should resolve https://github.com/iced-rs/iced/issues/580 by providing a way to use an image included with `include_bytes!` without needing to copy it to a `Vec` to create an image handle. It would...

I went looking around for iced's accessibility support, and found some relevant discussions in #282 and #552. It would be useful to write those discussions up in an ACCESSIBILITY.md doc,...

documentation
accessibility