iced icon indicating copy to clipboard operation
iced copied to clipboard

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

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

When I run the menu example, no menu actually shows up. There's just an all white window with "selected none" as text in the middle. The window doesn't react to...

feature
rendering
shell

Hi! Thanks for creating iced, it's very pleasant to use. I'm missing a specific container widget, that I would like to contribute to iced. ### Discussed in https://github.com/hecrj/iced/discussions/969 Originally posted...

feature
widget
layout
rendering

When I mix using `pick_list` and `tooltip`, `pick_list` does not work properly. Not only this, when mix using the `modal` (a widget in the `iced_aw`) and `pick_list`, `pick_list` also does...

bug
feature
rendering
shell

I'm not sure how feasible this is, but I think this would provide slightly nicer styling and allow the insertion of a much wider array of elements in the picklist....

feature
widget
layout

I need a way to programmatically change the opacity of an image.

feature
rendering

On unix desktops, there are two clipboards: the second one is called "primary selection" and it receives any selected text anywhere automatically, and paste works by middle clicking. Would be...

feature
shell
compatibility

I'm working on an application which mainly consists for sliders for parameter control. For better user experience, it would be nice to offer two features: reset to default and fine...

feature
good first issue
widget

Sorry, I'm new to rust and there are many things I don't know in depth, so this topic may be very abrupt. I have encountered some problems with the "virtual...

feature
help wanted
accessibility

Hi i want to render svg i have into graphics canvas, is it possible? For example, i use graphics to draw things, but occasionally i want to draw/render an svg...

feature
rendering
svg

An svg in iced 0.2.0: ![svg in iced 0 2 0](https://user-images.githubusercontent.com/71445090/117428598-c0473c00-af15-11eb-9f41-19405d94769c.png) The same svg in iced 0.3.0: ![svg in iced 0 3 0](https://user-images.githubusercontent.com/71445090/117428680-d05f1b80-af15-11eb-8301-902576aa4acc.png) Code: [iced_svg_test.zip](https://github.com/hecrj/iced/files/6441193/iced_svg_test.zip)

feature
text
rendering
svg