omar

Results 2356 comments of omar

For now I'd prefer not adding extra signatures (as down the line that feature can be provided by a different widget or system), but you can add this signature +...

> I propose adding a new global style variable "DPI scale factor" which is automatically applied to every style variable when the variable is read by ImGui. This would move...

Addenum: Add to the mix the fact that when we go full on "any scaling values" we are likely to end up with MOST positions not aligning on integer which...

@djdeath Thanks for the PR. It's a little frustrating that we have to use the KeyMap[] facility like that, but like the OSX binding, it is mostly due to how...

@djdeath As per your comment here and in #1542 > I gave a try to the GLFW example on the viewport under Gnome (wayland) and it doesn't work so well....

Note that i’ve been refactoring examples as part of the default branch, and will probably end up providing both premake and cmake files for the examples/ bits.

@podgorskiy I understand why cmake is used. I personally think it's unnecessary for imgui as the point of the library is that you can register the .cpp file in your...

FYI I made some comments but don't worry about reworking or splitting the PR. Since the examples are being refactored in the viewport branch, I won't be able take this...

Sorry I don't know when I can look at this in great details yet, but this looks solid. Thanks! Some quick observations: - Would it be possible to merge all...

OK let me inspect all of this later. I may want to also include matching Premake5 files this is what I'm not sure about having many files, but we can...