achabense

Results 9 issues of achabense

The precondition of `flat_set`'s transparent insertion is specified as follows: >https://eel.is/c++draft/flat.set#modifiers-2 >Preconditions: The conversion from x into value_type constructs an object u, for which find(x) == find(u) is true. ......

LWG issue needed
flat_meow

### Version/Branch of Dear ImGui: Version 1.90.8 ### Back-ends: imgui_impl_sdl2.cpp + imgui_impl_sdlrenderer2.cpp ### Compiler, OS: Windows 10 + MSVC 2022 ### Full config/build information: _No response_ ### Details: (Shown in...

window sizing

### Version/Branch of Dear ImGui: Version 1.90.6 ### Back-ends: imgui_impl_sdl2.cpp + imgui_impl_sdlrenderer2.cpp ### Compiler, OS: Windows 10 + MSVC 2022 ### Full config/build information: _No response_ ### Details: I want...

backends
drawing/drawlist

When trying to solve #3859, I find that `stacktrace::current` can fail **sporadically**. Repro (benchmark) ```cpp #include #include #include using namespace std; #pragma optimize("", off) stacktrace get_current(int extra_depth) { if (extra_depth...

bug

### Version/Branch of Dear ImGui: Version 1.90.9 ### Back-ends: imgui_impl_sdl2.cpp + imgui_impl_sdlrenderer2.cpp ### Compiler, OS: Windows 10 + MSVC 2022 ### Full config/build information: _No response_ ### Details: For `InvisibleButton(...,...

bug

### Version/Branch of Dear ImGui: Version 1.90.9 ### Back-ends: imgui_impl_sdl2.cpp + imgui_impl_sdlrenderer2.cpp ### Compiler, OS: Windows 10 + MSVC 2022 ### Full config/build information: _No response_ ### Details: If an...

### Version/Branch of Dear ImGui: Version 1.91 ### Back-ends: Any ### Compiler, OS: Any ### Full config/build information: _No response_ ### Details: It would be nice if there is a...

font/text

### Version/Branch of Dear ImGui: Version 1.91.2 ### Back-ends: imgui_impl_sdl2.cpp + imgui_impl_sdlrenderer2.cpp ### Compiler, OS: Windows 10 + MSVC 2022 ### Full config/build information: _No response_ ### Details: As the...

bug
font/text

### Version/Branch of Dear ImGui: Version 1.92.2b ### Back-ends: Any ### Compiler, OS: Any ### Full config/build information: _No response_ ### Details: Normally, `SameLine(offset)` works with local window pos. However,...

layout