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

fixes #2359 The current implementation strictly scrolls vertically without the shift modifier and horizontally with the shift modifier. This patch checks the modifier only when the direction is Both.

Just a small addition for the `TextInput` widget. The `TextInput` has currently no `*_maybe` methods like `Button` has the `on_press_maybe`. This PR adds them. Added Methods: - `on_input_maybe` - `on_submit_maybe`...

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

Added function to disable the button in a more elegant way, simply entering the Boolean value true to make the button inactive. If false is entered, nothing will be affected.

This PR includes documentation for keyed_column along with a usage example including screenshot ![image](https://github.com/iced-rs/iced/assets/14854891/b8c26957-e4ff-49aa-b579-aa1796c06253)

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

Closes #2153. In principle, a very simple implementation: I created `Action::SelectAll`, which is reacted to by moving the selection to the start and the cursor to the end of the...

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