imgui icon indicating copy to clipboard operation
imgui copied to clipboard

Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies

Results 670 imgui issues
Sort by recently updated
recently updated
newest added

Hey there, I need to make one of my buttons "dance" when an arbitrary event happens- and of course I don't want that "dance" to affect the layout of other...

A follow-up for #5540. With some initializers moved to struct definition, I had to replace memset with a bunch of default initializers. No strong opinion on exact syntax. Its just...

backend/binding
cplusplus

1. Add simple `CMakeLists.txt` to build imgui into a shared library, and add the options to build a couple of more backend modules, as well as examples. 2. **SDL** is...

building

### Problem I caught memory leaks when using `backends/imgui_impl_metal.mm` mixed with `backends/imgui_impl_sdl.cpp` I'm using the `metal-cpp` interface headers I found out that I have to manually call autoRelease() on every...

backend/binding
osx/ios

**Version/Branch of Dear ImGui:** Version: 1.89 WIP Commit: `cb8ead1` Docking: Fix docked window contents not rendering when switching with CTRL+Tab. Branch: master, docking **Back-end/Renderer/Compiler/OS** Back-ends: glfw and opengl3, custom /...

font/text
style
docking

**Version/Branch of Dear ImGui:** Version: v1.88 Branch: https://github.com/Microsoft/vcpkg/blob/master/ports/imgui/portfile.cmake **Back-end/Renderer/Compiler/OS** Back-ends: imgui_impl_win32.cpp + imgui_impl_dx11.cpp Compiler: MSVC Operating System: Windows 11 Pro **My Issue/Question:** I'm using `ImGui::InputText()` to create text fields. Since...

bug
inputtext
ime

**Version/Branch of Dear ImGui:** Version: 1.87 Branch: master **Back-end/Renderer/Compiler/OS** Back-ends: imgui_impl_win32.cpp + imgui_impl_dx9.cpp Operating System: Windows 10 **My Issue/Question:** Upgrading ImGui from version 1.80 to 1.87 introduced my application to...

bug
inputtext
ime

Modify the way io.MouseDelta is handled when touching the screen initially. Should not effect mouse clicking/movement. All this does is set the last mouse position to the current position on...

backends
inputs

Version of #5037 for docking branch as requested by https://github.com/ocornut/imgui/pull/5037#issuecomment-1152482524. Sorry for the delay, completely forgot about my original PR. As we now load function pointers manually, it's possible for...

backend/binding
vulkan

This PR will be remove column limits, mentioned into #3572. Also, I add useful functions for Bit array and vectors, for future expansion and usage.

tables/columns