omar

Results 2356 comments of omar

I was wondering why do you need a raw X11 backend for dear imgui, instead if using GLFW/SDL why allows for portable application?

> don't have such dependencies on libraries like that. Why? I admit the maintenance burden is a little bit worrying for me (since i'd have no way of testing/fixing that...

Thank you for your detailed answer :) Viewports features are a little in flux on the library side but it's definitely working and used by people, and its a good...

Sounds tricky.. I wonder if you could `#define explicit c_explicit` around the xcb.h include... Additionally, you shouldn't include xcb.h from `imgui_impl_x11.h` as you can forward declare those structure? It only...

You could rebase your branch over master and forcepush and remove all the cruft/duplicate commits in the list.

> Interestingly the glfw and sdl impl doesn't respect changing the window decoration after window creation. That’s right, i suppose we could add support for that in a separate PR....

This tends to be needed to be able to reload ini data without flickering. Please submit a fuller explanation/repro about what you are trying to fix precisely, thank you.

About your researches, does this PR still fixes the flicker you're getting? That function call is supposed to FIX a flicker by building the nodes ahead, so it seems to...

Chris, as suggested in my messages above, I am not going to be able to merge anything without repro of specific broken cases that the PR aim to fix. Please...

`ImGuiInputTextFlags_Password` seems broken somehow (this pushes a temporary font).