omar
omar
We could add this indeed. It would be good to survey other features (ctrl + arrows etc) on both Windows and Mac and decide which would be affected by slashes...
Thank you Laurent for the detailed list. Merged your change as 96460a8a. I apologize that I haven't reacted to this earlier. I'm happy with following Windows standard by default. If...
Please provide a video and details about your system. Is that X, Wayland? Which window manager? Which version of GLFW? - Find all 4 calls to `io.AddMousePosEvent()` in imgui_impl_glfw and...
Hello, Thanks for the PR! Out of curiosity, can you describe what prompted you to undergo this optimization? Where does the code for the 2 implementations come from? As the...
Standard functions may not always be able to take advantage of CPU-features. We typically have to reinvent many small wheels for projects like this. But empirically, I noted an issue...
- I have pushed 1ec99f4 into `master` : "added ImStrlen/ImMemchr #define to facilitate experimenting with variations" - This is effectively allows removing lots of the "noise" from this PR, by...
> Hello. I was curious if it was possible to round robin contexts. So on frame N I use context N, and on frame N+1 I want to use context...
> So I already setup the update context to copy the draw data and forward it to the render domain Note that my code linked above is using buffer swap...
Right, even though everything will go through our shared allocator (which you can override with `SetAllocatorFunctions()`) i understand that in the context of passing things from one domain to another...
Hello, Thank you for your PR. As this type of low-level change tends to be unusually tricky to get right, I would likely need to gather more details. It is...