omar
omar
> Sorry for the confusion. I mean that I do not have the whole "Hello###World" label stored (it's only constructed and passed for ImGui::Begin), I only know the window ID...
(also note that an attempt to simplify child mangling #1698, change 8ee85137d which was quickly reverted afadf74a53 could probably be made to work if we made this change)
I've changed the hashing to handle ### differently fc89c61 (+ missing comment dc48a7c), which would allow implementing a solution for this and generally simplify child mangling.
I know this is unfinished but please make sure you follow the local coding style (brace placement, c-style cast, uppercase first letter in comment, etc.) as this really facilitate me...
> So I should use (float)var instead of float(var) ? Yes! Thank you!
Downscaling should use bilinear filtering, should be done using its own dedicated function. It doesn't need to be fancy/optimized.
Thanks for your suggestion. The problem with adding right-click it that it could interfere with existing code using right-click for other things. Even though I agree it's not much likely...
> I would like to figure out how to automatically adjust the height of the window so that everything is flush. That might be contradictory with making the bottom part...
> To be clearer, rather than automatically adjusting the height of the bottom part, I would like to put limits on its height. That is, that it cannot be larger...
> Also, why are you passing true as the child_flags to BeginChild()? It seems a bit weird to me. We changed the signature of BeginChild() quite recently (Sept 2023) ```cpp...