The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ed 1e7a933543 Added viewportIgnoreDragFlag to Component to indicate that mouse drag events should not move the Component's parent Viewport with drag-to-scroll functionality enabled. 9 years ago
..
juce_CachedComponentImage.h Replace include guards with "#pragma once" 9 years ago
juce_Component.cpp Added some notes and an assertion to Component::grabKeyboardFocus(), to help people avoid a common mistake, which is trying to grab the focus of not-yet-visible components. 9 years ago
juce_Component.h Added viewportIgnoreDragFlag to Component to indicate that mouse drag events should not move the Component's parent Viewport with drag-to-scroll functionality enabled. 9 years ago
juce_ComponentListener.cpp Update copyright notice 10 years ago
juce_ComponentListener.h Replace include guards with "#pragma once" 9 years ago
juce_Desktop.cpp Multiple fixes for touch and pen input on Windows 9 years ago
juce_Desktop.h Replace include guards with "#pragma once" 9 years ago
juce_ModalComponentManager.cpp Added a method to create a ModalCallbackFunction from a lambda function 9 years ago
juce_ModalComponentManager.h Adde some missing JUCE_API annotations 9 years ago