-rw-r--r-- | .gitattributes | 1L |
-rw-r--r-- | .gitignore | 14L |
-rw-r--r-- | CMakeLists.txt | 1L |
-rw-r--r-- | LICENSE | 165L |
-rw-r--r-- | README | 153L |
-rw-r--r-- | examples/README | 17L |
-rw-r--r-- | examples/hidpi/CMakeLists.txt | 67L |
-rw-r--r-- | examples/hidpi/README | 61L |
-rw-r--r-- | examples/hidpi/src/CMakeLists.txt | 3L |
-rw-r--r-- | examples/hidpi/src/ImGuiComponent.h | 101L |
-rw-r--r-- | examples/hidpi/src/Main.cpp | 43L |
-rw-r--r-- | examples/hidpi/src/iosevka.h | 2919L |
-rw-r--r-- | examples/mwe/CMakeLists.txt | 67L |
-rw-r--r-- | examples/mwe/README | 51L |
-rw-r--r-- | examples/mwe/src/CMakeLists.txt | 3L |
-rw-r--r-- | examples/mwe/src/ImGuiComponent.h | 77L |
-rw-r--r-- | examples/mwe/src/Main.cpp | 43L |
-rw-r--r-- | examples/scope/CMakeLists.txt | 100L |
-rw-r--r-- | examples/scope/README | 57L |
-rw-r--r-- | examples/scope/patches/imgui/multi_instance.patch | 39L |
-rw-r--r-- | examples/scope/patches/implot/multi_instance.patch | 39L |
-rw-r--r-- | examples/scope/src/CMakeLists.txt | 5L |
-rw-r--r-- | examples/scope/src/Main.cpp | 7L |
-rw-r--r-- | examples/scope/src/PluginEditor.cpp | 123L |
-rw-r--r-- | examples/scope/src/PluginEditor.h | 38L |
-rw-r--r-- | examples/scope/src/PluginProcessor.cpp | 75L |
-rw-r--r-- | examples/scope/src/PluginProcessor.h | 53L |
-rw-r--r-- | examples/sine/CMakeLists.txt | 82L |
-rw-r--r-- | examples/sine/README | 61L |
-rw-r--r-- | examples/sine/patches/imgui/multi_instance.patch | 39L |
-rw-r--r-- | examples/sine/src/CMakeLists.txt | 5L |
-rw-r--r-- | examples/sine/src/Main.cpp | 7L |
-rw-r--r-- | examples/sine/src/PluginEditor.cpp | 144L |
-rw-r--r-- | examples/sine/src/PluginEditor.h | 36L |
-rw-r--r-- | examples/sine/src/PluginProcessor.cpp | 110L |
-rw-r--r-- | examples/sine/src/PluginProcessor.h | 71L |
-rw-r--r-- | modules/CMakeLists.txt | 1L |
-rw-r--r-- | modules/imgui_impl_juce/imgui_impl_juce.cpp | 456L |
-rw-r--r-- | modules/imgui_impl_juce/imgui_impl_juce.h | 26L |