masonry-rs icon indicating copy to clipboard operation
masonry-rs copied to clipboard

Rust UI design toolkit.

Results 37 masonry-rs issues
Sort by recently updated
recently updated
newest added

Masonry should have infrastructure similar to rustc's to measure the evolution of build times. While at the moment I'm writing this, short build times are far from a priority, on...

architecture
masonry

Looking at the [rustdoc documentation](https://docs.rs/masonry/0.1.2/masonry/) my thoughts are the following: * The example on the main page is too long ... either shorten it, or move it into a submodule...

masonry

WebImage was removed for a few reasons: - It was added for testing promises, but it wasn't really a core widget and it definitely wasn't important enough to justify the...

enhancement
help wanted
masonry

Follow the instructions to make a simple demo trainer, but there is a compilation error. Is there any information you can provide, thanks! E:\MyProjects\rust-app>cargo build Updating `tuna` index Compiling masonry...

masonry

The Textbox on the left should not look like it will receive input: ![masonry textbox focus error](https://user-images.githubusercontent.com/102129407/220131599-ce9ac24c-529e-47b6-9cb9-992ad8b83dfa.png)

masonry

To get to parity with Xilem, Masonry needs to support accessibility APIs through AccessKit. In Xilem is this is done with this Widget trait method: ```rust traint Widget { fn...

masonry

See https://github.com/linebender/xilem/commit/16565322c296596a9bc49ca9223b9ac2d3276a4c#diff-b3b94b517c657062c13fcddc380377e6bb2aceb3ef786bad54d059ca4a418652 for how this was implemented in Xilem.

masonry

See https://github.com/linebender/xilem/commit/c0f725d972fa2916b4a5deb948498a5e8da15172. Note that the Widget created in that commit is currently commented out of the code. This likely needs some refactoring before it can be implemented. In particular, something...

masonry

With Glazier no longer having a GTK backend, we should probably remove GTK support for now. As a bonus, it would make build times much shorter. This mean install instructions...

masonry

See https://github.com/linebender/xilem/commit/c4398858661bd75c15d5efc3c4e67f8ec9319250 for Xilem's implementation.

masonry