rfcs icon indicating copy to clipboard operation
rfcs copied to clipboard

RFCs for changes to Iced

Results 12 rfcs issues
Sort by recently updated
recently updated
newest added

[renderer](https://github.com/wiiznokes/rfcs/blob/new-theme/text/0022-new-theming.md)

[Rendered](https://github.com/mmstick/iced-rfcs/blob/event-container/text/0012-mouse-listener.md)

enhancement

This proposal aims to introduce the concept of multi-windowed applications to iced, while conforming as best as possible to its current architecture and goals. [Rendered](https://github.com/derezzedex/rfcs/blob/multi-window/text/0008-multi-window.md)

enhancement

[rendered](https://github.com/wash2/rfcs/blob/accessibility/text/0021-accessibility.md)

[Rendered](https://github.com/mmstick/iced-rfcs/blob/borders/text/0016-borders-widths-and-radiuses.md)

[rendered](https://github.com/AlistairKeiller/rfcs/blob/master/text/0011-website-technology.md) # Iced website outline ## Summary The goal of this RFC is to make a decision on which technology is best for Iced's website based on the goals and...

Opening this RFC up for discussion so that I can come to an ideal solution. Thanks!

[Rendered](https://github.com/mmstick/iced-rfcs/blob/client-side-resize/text/0014-client-side-resizable-windows.md)

Just an outline, feedback is very welcome.

A proposition to allow for lazy finite or infinite data in Widgets as a Wrapper that is indistinguishable from a `Vec`. I believe it would help with: * Both Lazy...