omar
omar
> Yes, i < Size is valid - but after inlining you may have something like: > IM_ASSERT(INT_MAX + 1 < Size); > which may be optimized to always "false"....
Thanks Alex! I'll keep that on hold for a bit - just merged in thick line for the AA-path. It is merging normals in a way that looks pretty awesome:...
Hmm. Obviously I like the feature but we can't grow the API like that. Some ideas: - My initial plan with SetTooltip being a deferred call is that it would...
IThat would be inconsistent with how most widgets works. If it returns something it should probably be a bool when clicking somewhere. I'll think about that, have to push it...
Thanks for the PR. Would need to think about this, but one thing you can do already is to merge the two vectors into one and add a struct e.g....
Hello James, Thanks for the PR. I appreciate the extensive amount of documentation. **It's a very good reference**, was super useful for me to read too. However: from my POV...
In that situation it should be the plot user responsibility to notify the system (via some api) that the widget is animating.
We will take a feature like that but I don’t have any timeframe for it.
Hello, I may not have time to provide good feedback but I think this is generally eventually desirable. You'll need to profile things but right now it looks slower than...
I'm using briefly skimming through this, but why not storing the Offset/Count simply the same table as IndexAdvanceX[] ? (need a new structure name). I would probably suggest using a...