mitchmindtree
mitchmindtree
Thanks a lot for writing this up @Finnerale! I totally agree, I am also discontent with the current state of layout. First off, I'll try to summarise the three major...
@dvc94ch Thanks for the issue! Is there a noticable difference in the way the glyph cache is being constructed in both examples? Btw, I just posted #1225 with a backend...
Thanks for putting this together! I'm about to start having a go at this so I'll use it as a reference. I'm not sure I'll be able to get all...
I think this might even be best as its own `Widget`. A user could provide either a specific clickable area, or the ID of a widget that can be clicked...
It would be cool if a user could specify which mouse button activates the menu. Perhaps `ClickDownMenu` is a better name.
There should be a single `Menu` type/trait which can be shared between this and the Menu/ToolBar #417 and perhaps even the `DropDownList` (could be changed to `DropDownMenu`).
@flying-sheep yes unfortunately conrod will have the same restriction as GTK in this sense (at least for widgets that are generic across platforms). In our case, `conrod_core` does not have...
@zamppe thanks for opening this! I'd be happy to see this example added if desired, but to be honest these days conrod does not really extend piston any more than...
Thanks for the report @thesnout! I'm currently unsure of the best way to work around this issue. I am personally not invested in the `vulkano` backend and solely use `conrod_wgpu`...
Ah yes I've noticed this too, I'm pretty sure it's an issue with the dragging logic [here](https://github.com/PistonDevelopers/conrod/blob/master/src/widget/mod.rs#L887). It's overly complicated and could probably be simplified. I think the best bet...