imgui icon indicating copy to clipboard operation
imgui copied to clipboard

Dear ImGui Addons Branch = plain unmodified dear imgui plus some extra addon.

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

In order to change titlebar background color,I hope to provide titlebar drawing function as like ImWindow(https://github.com/thennequin/ImWindow.git branch:titlebar) ![360-16331130495794](https://user-images.githubusercontent.com/905931/70846291-cc4edb80-1e92-11ea-99d9-d3714b485192.png)

Hello good evening, I'm having problems compiling your lib in my project, a good part of the implementations are compiling correctly in my MINGW compiler on a Windows machine. However,...

I use ImGui as a dll by setting ```IMGUI_API``` to either export or import symbols appropriately - currently the addons are unusable for me because the interface (forward declarations of...

enhancement

My operating system is Windows 10 64-bits and the system's language is chinese. Here I have a folder, its cotents show like these: ![1](https://cloud.githubusercontent.com/assets/16398854/22094708/376ea4a4-de4a-11e6-8aae-86e7b4acdf3d.jpg) When I use the IMGUIFs::Dialog and...

enhancement

As I read status of current implementation is not good, but I did some improvements for "BadCodeEditor" (not another one) and I want to reimplement folding in this method but...

I got the dialog to pop up and show the current dir. but the opengl window frame the dialog is being drawn on is following the mouse motion I make....

When windows dpi scaling is respected, for example: ``` static float scale = 1.0; auto currentMonitorScale = getWindow().getCurrentMonitorContentScale(); // this is glfwGetWindowContentScale() if (currentMonitorScale.y != scale) { ImGui::GetStyle().ScaleAllSizes(currentMonitorScale.y / scale);...