Rokas Kupstys
Rokas Kupstys
There will surely be people who want to do arbitrary rotations and be surprised that they do not work. Since rotations are done by manipulating image rect and uv points...
Also relevant: #1658, #3725.
@jamesthomasgriffin looks like your version is correct. At least as far as Gimp is concerned. I did a test: 1. Open Gimp's color picker 2. Open Dear ImGui's color picker...
Dear ImGui does not support SRGB in any way so far.. Your comment prompted me to compare Gimp to Krita. Sampled color and picked color of these two programs differs...
Great effort 👍🏻 Though merging it wont be easy. At very least an example showcasing this backend should exist. But more importantly, we would also like to support docking branch...
Not sure if i understood your issue correctly. You should really provide a minimal reproducible sample that could be tested. Anyhow, i found no issues creating a table that you...
Just so you know - turning compositor off makes window jumping go away on linux.
Ah ok. This happens for me on plasma 5.13.
Not sure about arbitrary IDs, but there could be some mechanism of extending `ImGuiStyleVar_` + `ImGuiCol_` with some space reserved for users. Adding more colors to `ImGuiStyle::Colors` would be trivial....
I threw this together to test the idea: https://github.com/ocornut/imgui/compare/master...rokups:imgui:rk/user-defined-style-colors