Thibault Hennequin

Results 34 comments of Thibault Hennequin

A modified version with support of sub menu, it's not finished or optimized and need a new struct for storing values and items label. @ocornut, is there any chance to...

> There's a helper ImGuiTextBuffer which is close to what you are doing. I use an ImVector< char > for storing strings. Sorry for the misunderstanding of the first question,...

I updated the gist to fix the "quirk" (if you talk about the black rectangle) and I fixed the background (wrong UV).

Fixed in revision 0be31464f4c0f42046906ec887785ae1585db810

Hi, sorry I didn't have time to add DX9 backend, but you could do that by yourself with the [ImGui DX9 backend](https://github.com/ocornut/imgui/blob/master/backends/imgui_impl_dx9.cpp). I didn't try to run it on Windows...

Thanks for your support. To add custom titlebar support, I add to recreate some window behaviour (see EasyWindow), so it will be difficult to add area snap. For the shadow,...

The layout system works (except for special windows, but coming soon) and you need a custom RTTI system to support dynamic class creation. The functions CreateWindowByClassName and GetWindowClassName are not...

Don't update ImGui

Use the ImGui submodule include in ImWIndow repo. Actually it's the version 1.50

First, explain what you do, I don't known the context. And after I be able to help you.