HDAKFD

Results 7 issues of HDAKFD

### Details: I am trying to replicate certain Skia functionality with ImGui There is few things that i require the application to include so i am asking if you think...

drawing/drawlist

### Version/Branch of Dear ImGui: Version 1.XX, Branch: XXX (master/docking/etc.) ### Back-ends: imgui_impl_XXX.cpp + imgui_impl_XXX.cpp ### Compiler, OS: Windows 11 ### Full config/build information: _No response_ ### Details: Is there...

docking

### Back-ends: imgui_impl_SDL.cpp + imgui_impl_SDL2_RENDERER_cpp ### Compiler, OS: Windows 11 ### Full config/build information: Hello, i am working on web application that should be able to run on all devices,...

backends
optimization
web

### Version/Branch of Dear ImGui: Version Latest, Branch: SDL3 Renderer Multi viewport ### Back-ends: imgui_impl_sdlrenderer3.cpp + imgui_impl_sdl3.cpp ### Compiler, OS: Windows 11 + MSVC 2022 ### Full config/build information: SDL3...

backends
multi-viewports

Very nasty fix for SDL3 not being able to share fonts between renderers, but it works. Though i think this needs better solution, pointer comparing isn't the best approach ```...

backends

on Emscripten it seems to "reset" the counter between .cpp files. For example i tried doing counter at index 5 on test1.cpp and test2.cpp It started counting from start index...

Apparently this doesn't work on MSVC. Did u test it on MSVC back then when you created this since now it does not work. I checked that __COUNTER__ works just...