omar
omar
Thanks. We can tackle the glext vs gl3w later, we can go this route first. For now make sure to squash the commits to remove the big files from history....
Normally if you rebase and merge your multiple commit into 1 commit when the file will be gone. I don't know about filter-branch but that's another possibility. For `wglext.h`You can...
Hello @n00bmind, I tried to merge this today. A. Made a patch to bring the example/code to latest and be fully consistent with the coding style. [patch_to_current.zip](https://github.com/ocornut/imgui/files/2772770/patch_to_current.zip) Could you merge...
Sorry for my late reaction. Linking this to discussions in #1223 and #511 for now. > Would a better approach be to add an argument to RenderTextClipped that selects the...
Hello @seanmiddleditch, and my apologies for keeping that PR dangling for so long. I recently merged in #1611 which seems to tackle (partly) the same issue but only changed the...
Hello Sean, Any reason for closing this?
@colesnicov > Looks good. Will not be implemented? imgui development is on hold for a few months and this is not a priority but it should eventually be merged in...
@sherief Unfortunately I don't think this would realistically get merged soon, I have too much open topics on my plate and need to close the Nav then Viewport/Docking features before...
Here's a quick attempt at merging this with current master (patch from master) [Stack Layout implementation (merge).zip](https://github.com/ocornut/imgui/files/1781178/Stack.Layout.implementation.merge.zip) It looks like there are some spacing bugs, I don't know what caused...