Xeverous

Results 189 comments of Xeverous

Thanks, I will take it as an example when implementing my own needs. Few notes: - You should use `!items.empty()` instead of `items.size()` because this expresses the intent clearer, sometimes...

As I wrote earlier, I haven't looked thoroughly into menus yet but definitely there are parts that I dislike and would like to improve through PRs. I'm currently waiting for...

@redtide you might be interested in #148

I would really like this feature too because it gives users a lot of freedom to reorganize UI structure, this is especially true for complex editors that may spawn multiple...

You might want to expose an interface that allows issuing events programatically. Eg issue a virtual click at some coordinates and verify that state changed accordingly. If rendering in well-separated...

I like the idea and I'm also surprised you need only such small diff to build custom host implementation. I think there could be added some checks like `static_assert` or...

> In case of using add_subdirectory though, I'm not sure of how this problem can be avoided. You should be able to do the same. Just link target in both...

Shouldn't this issue be pinned?

After a bit of thinking, such feature should not be a widget but a reusable callback (`std::function` perhaps) that can be attached to event handlers. Few things need to be...

Got any links/references for relevant functions on different systems? I have no knowledge of Mac OS and not sure if Linux has the same interface on all distributions.