Michael R. P. Ragazzon

Results 275 comments of Michael R. P. Ragazzon

Right, yes, this also happens with animations if the hovered element moves away from the mouse cursor. Another case is when the element under the cursor is removed, and new...

Ah, I see. It could be a place to start in any case. Thanks for your very descriptive example. One idea I have for a solution is to do something...

Yeah, it is planned for RmlUi 5.0, I'll try to prioritize this in the near feature. I won't backport any new features, if you really need it in 4.x you...

Hey. I've made an effort at implementing this now. - The hover state of any elements under the mouse will now automatically be updated during `Context::Update()`. - Added `Context::ProcessMouseLeave()` which...

Yes, we don't currently support bidirectional text (neither Unicode-based or in RCSS) or ligatures. I don't think it's realistic for us to implement text rendering and Unicode support as well...

You make a great point, and I completely agree. Integrating HarfBuzz should be the way forward rather than trying to make something along these lines ourselves. I wonder how much...

Thanks for the suggestion. So this would probably fit perfectly with the `filter` feature we have been discussing a bit on the chat. In essence this would be like an...

The `mask-image` property is now being worked on for RmlUi 5.0. This will also support gradients and all other decorators being used as alpha masks. Here is a basic example...

For trivia sake, this feature was asked for all the way back in #1 :)

Hi, yeah, it shouldn't be too much trouble to add an Android backend. There are plenty of people already using the library on Android, but it would be nice to...