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

The builtin widgets' states should implement standard traits (notably `PartialEq`) eagerly. It would be convenient for me to `#[derive(PartialEq)]` for my app state. Unfortunately, it contains `text_input::State` which doesn't impl...

feature
good first issue
question
widget

When running the Game of Life example, both in debug and release mode, I experience jumps in memory usage while painting some quads in the canvas. As you can see...

bug
performance
rendering
wgpu

Makes code more obvious by reducing usage of an uncommon macro and an unstable feature. While this is a tiny change, I believe it's nicer to use "more standard" (e.g....

- dca99f3 - Fixes mouse interactions - fb03652 - Renders picked pane last. Similar to #1463, if panes have an internal canvas clip / `renderer.with_layer`, it's possible for their content...

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

iced ime support was broken due to winit 0.27 update . This PR add event to fit new winit IME event model and introduce new event support for text_input. https://user-images.githubusercontent.com/48007646/196058439-1359af31-1c13-44d6-8016-100db22f6c64.mp4...

I cloned iced master 2ce5df084456a92ed1a228738816cf8398b2e918 and built the examples on Windows. While testing keyboard-based interaction, I found that iced doesn't perform keyboard interactions for most widgets, that native or desktop-web...

feature
shell
accessibility

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

https://github.com/iced-rs/iced/issues/674 This works, but duplicates code from `iced_wgpu` that should ideally be shared, and the cache never evicts. The next step here is to work on an API design to...