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

This new operation scrolls an scrollable an absolute amount from their current position, in contrast to `scroll_to` that scrolls to an absolute position. I'm not entirely convinced my implementation is...

### Is your issue REALLY a bug? - [X] My issue is indeed a bug! - [X] I am not crazy! I will not fill out this form just to...

bug

Hi! This PR is the continuation / replacement of my previous work in #1855 which needed a heavy rebase as well as improvements for some edge cases. This PR implements...

### Is your issue REALLY a bug? - [X] My issue is indeed a bug! - [X] I am not crazy! I will not fill out this form just to...

bug

A bare bones transition animation for the toggler widget. https://github.com/iced-rs/iced/assets/20758186/6426b9ea-bcbe-437d-853e-03119914a8cb

#### Requirement In our [pigg app](https://github.com/andrewdavidmackenzie/pigg), we encountered a scenario where it was necessary to disable the toggler based on user interactions. This functionality was crucial to ensure better control...

### Is your issue REALLY a bug? - [X] My issue is indeed a bug! - [X] I am not crazy! I will not fill out this form just to...

bug