omar

Results 1337 comments of omar

Will eventually merge this once I figure out how to configure it for outer vs inner bordering. FYI NVIDIA Omniverse Kit client is also using thick spacing with a patch...

Hello, I'm not sure I understand how the issue as labelled relates to adding a full precompiled SDL into the repository. I can't accept it into the repo, but I...

I pushed a commit for the clear color issue which got broken by a06eb833. Fix is ede8825f (will conflict with yours which is more verbose).

Thank you! I have uploaded a simplified version of that fix here: https://github.com/ocornut/imgui/compare/features/vulkan_resize_fix For new code please try to stay within the code style. The problem is this needs to...

> Sorry, I'm a bit lost on what you want me to do here. Do you want me to cherry pick and merge your commit into this branch and open...

> I think yours is fine. Can you go ahead and merge it to master now, and I'll work on the viewports? I'd prefer to first be sure the technique...

> I think yours is fine. Can you go ahead and merge it to master now, and I'll work on the viewports? Changed my mind and merged this today on...

I don't fully understand what's going on, it seems like this is cancelling out some the refactor done and committed in df89a16d265c3f02f403afefc0e60b5d227d94fb so it's dififcult to understand. Would be good...

I have pushed b73305be117158b21a94eee8fe3668c0275b1e26 in master with the logic of your changes reworded according to my comments above and merged in docking (for which the examples were broken due to...

Thanks for working on this. Attached a bunch of cumulative fixes to make the code follow the dear imgui coding style. I also: - Renamed `ImGui_ImplX11_Event()` to `ImGui_ImplX11_ProcessEvent()` - Removed...