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

### 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

The `Component` trait needs the `lazy` feature. Since this is not clear in the documentation this PR adds a note to the documentation of `Component` that the `lazy` trait is...

I use the i3 window manager and wanted to make an iced window floating by default by using X11 window type hints. I added a `PlatformSpecific` struct for unix-like systems...

Hi, this PR adds focus handling to buttons: https://github.com/iced-rs/iced/assets/2380253/59a15716-497f-4097-8722-6257f13dcc11

Improved the `ProgressBar` widget: Added a `buffer` property (additional bar like value) Added a `vertical` and a `reverse` orientation (`width` and `height` are replaced with `length` and `size` for that)

adds an option to enable undecorated_shadow on windows. something that is needed for client decorations. this could actually be done on the client side though. since it just makes the...

This PR addresses #2283 by exposing `winit`'s ability to set mouse hit testing. I extended the `window::Action` enum to include two new entries: - `EnableMousePassthrough`: enables the window passing through...

### 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

### 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