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.
Tom Poole cff37f5b6a Fixed some const violation errors 7 years ago
..
juce_CachedComponentImage.h Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 8 years ago
juce_Component.cpp Take any transforms that have been applied to a component into account in the Component::centreWithSize, ::setCentreRelative() and ::setCentrePosition() methods 8 years ago
juce_Component.h Some minor formatting and comment fixes 8 years ago
juce_ComponentListener.cpp Added a componentEnablementChanged method to ComponentListener 8 years ago
juce_ComponentListener.h Added a componentEnablementChanged method to ComponentListener 8 years ago
juce_Desktop.cpp Fixed some const violation errors 7 years ago
juce_Desktop.h Some minor formatting and comment fixes 8 years ago
juce_ModalComponentManager.cpp Dragged the singleton macros into the 21st century.. Cleaned up their implementation and gave them new upper-case names to match juce official style. The old names are still defined to avoid breaking old code, but please update before they get deprecated! 7 years ago
juce_ModalComponentManager.h Dragged the singleton macros into the 21st century.. Cleaned up their implementation and gave them new upper-case names to match juce official style. The old names are still defined to avoid breaking old code, but please update before they get deprecated! 7 years ago