omar
omar
> I compiled the vanilla example and added an imgui::InputText element but the freeze does not occur when clicking into the input text field, typing and defocussing it. I can...
Thanks! Hmm I didn’t realize you were injecting over an existing application. This seems too complicated for me to repro so I can’t garantee I’ll look at it. Other reports...
It is entirely your code or are you injecting in a third party application? If the earlier that would help us constitute a full source repro.
Sorry this has probably nothing to do with dear imgui and cannot be reproed in the demo. Up to you to prove an issue but considering the crowd here I'll...
Reopening as we found a possible cause for this introduced in 1.86. Apologies for eagerly closing this.
Pushed fix 133bbafa3cc7b7a1ca68808dacd1f6cee2552d4f
Interestingly this became not as simple/obvious because of the changes in #4921 It's not explicit in your commentary and video, but I guess you want MouseDelta to be (0,0) for...
This creates 4 extra heap allocations per table which is not acceptable unfortunately (both in term of allocations count and in terms of extra indirection and strain on cache lines)....
Hello, Thanks for the PR. This feels like adding extra burden to the backend, more so as those buffers may need proper sizing and right now there has been no...
Merged in master d58b8414, e66fc22 Merged in docking 6868d11 (+ small bits d666a1d) All as reworked by @rokups from #4821 (which itself is based on #2778) Thanks @metarutaiga and @stuartcarnie...