omar
omar
> Any update on this? > I only have a 4k screen and I wrote an imgui based app. > How can I upscale it? This is very important for...
I haven’t looked at this in details yet but I am also surprised you switched the example to Glad and added Glad to the repo. That itself is wholly different...
You should be able to rebase and squash all your commits locally into 1 commit, then force push the branch. That will update the existing PR with a single commit...
Thank you @danec020 for taking the time to update this, much appreciated. Also thanks to @corentin-plouet for helping with the review :) As is, I believe the changes in imgui_impl_win32.cpp...
It's probably mishandling vsync/swap, should be fixed.
@StrangeZak I am very interested in this but every variations of this PR comes with their own sets of issues and I don't have much of the energy to be...
Hello Shawn, Writing down some notes for myself, though I think it should not necessarily for you to rework the PR right now (we have all the info we need...
We've now merged the blending fixes to multiple backends and premulitiplied clear color in examples, see bda12e5 and 6a161b8. However there's some remaining related work and various ideas of this...
Thank. Until now I considered them as "outer border" vs "inner separator" but I suppose it makes more sense. `SplitterBehavior()` is used by other things, so the correct change may...
Understood. At the moment the single Border/BorderSize setting is a little limiting and problematic, one of the main change of StylingV2 would be to have those expose per state and...