omar

Results 2356 comments of omar

Presently I think "Discussions" have missing features (no labeling) and biased design (no way to mark as resolved without stupid scoring/gamification) so at this mind I am not even sure...

8th Wall's SLAM system & Omniscope Blog post: https://www.8thwall.com/blog/post/45697581391/building-the-next-generation-of-slam-for-the-browser ![EzmnHF9UYAAwaaC](https://user-images.githubusercontent.com/8225057/116219141-950d6180-a74b-11eb-8af3-0bf78a84a344.jpg) Dear ImGui also spotted in licence of Nier Replicant, along with Imguizmo https://user-images.githubusercontent.com/8225057/116219511-fc2b1600-a74b-11eb-8f0b-d8cd8c9b8410.jpg

**Cafe-Shader-Studio** https://github.com/KillzXGaming/Cafe-Shader-Studio https://gbatemp.net/threads/cafe-shader-studio.587670 ![image](https://user-images.githubusercontent.com/8225057/118979693-04f0bf80-b979-11eb-9244-bb3268210571.png)

FYI if there are hacks to do on the GLFW backend its worth adding them imho. All backends have hacks/quirks, as the windowing emulation of multi-viewports is generally a bit...

I posted a tentative workaround here: https://github.com/ocornut/imgui/issues/7733#issuecomment-2454518221 Would be nice if you can also test it on your end.

I would guess that a destroyed window doesn't receive a key up event. For GLFW we have workaround for this (original commit was a4adf6057677c780907b7fc38e2695199bccd446 it looks a bit different today...

> There is a similar issue when I hold in Ctrl to show a popup tooltip, and when this tooltip extends outside the window boundary, causing a new viewport to...

So we are specifically talking about the second issue here: > There is a similar issue when I hold in Ctrl to show a popup tooltip, and when this tooltip...

You can cast `ImGuiViewport*` to `ImGuiViewportP*` and access the window directly to check for tooltip/popups flags, but I'd be happy to formalize this in an official manner. Along with #7950...

> The issue I had is that when I create a window initially docked, and dragged it out, it gets created outside the dock with ImGuiViewportFlags_NoInputs, but it is created...