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 a54da0b832 Fixed some more typos 5 years ago
..
juce_BooleanPropertyComponent.cpp Standardised some lambda syntax 7 years ago
juce_BooleanPropertyComponent.h Enabled some more warning flags in Xcode, and fixed the problems they caused 6 years ago
juce_ButtonPropertyComponent.cpp Standardised some lambda syntax 7 years ago
juce_ButtonPropertyComponent.h Enabled some more warning flags in Xcode, and fixed the problems they caused 6 years ago
juce_ChoicePropertyComponent.cpp Added the JUCE_DECLARE_WEAK_REFERENCEABLE macro to ValueWithDefault and fixed some places which were potentially accessing a deleted ValueWithDefault object 6 years ago
juce_ChoicePropertyComponent.h Enabled some more warning flags in Xcode, and fixed the problems they caused 6 years ago
juce_MultiChoicePropertyComponent.cpp Fixed a bug in MultiChoicePropertyComponent causing the tick colours to not be updated with L&F changes 6 years ago
juce_MultiChoicePropertyComponent.h Fixed some more typos 5 years ago
juce_PropertyComponent.cpp Some misc cleanups, mainly around WeakReference usage and rectangles 6 years ago
juce_PropertyComponent.h Added various clang-tidy modernize-* fixes 6 years ago
juce_PropertyPanel.cpp Made a lot of the functions that used to return a raw XmlElement* instead return a std::unique_ptr<XmlElement> to make it safer and more concise to capture them. Also added new methods to XmlElement for generating text, and deprecated the old ones 6 years ago
juce_PropertyPanel.h Fixed some typos 5 years ago
juce_SliderPropertyComponent.cpp Use lambda callbacks instead of listeners with Slider, Button, Label, ComboBox and TextEditor classes 7 years ago
juce_SliderPropertyComponent.h Enabled some more warning flags in Xcode, and fixed the problems they caused 6 years ago
juce_TextPropertyComponent.cpp Added the JUCE_DECLARE_WEAK_REFERENCEABLE macro to ValueWithDefault and fixed some places which were potentially accessing a deleted ValueWithDefault object 6 years ago
juce_TextPropertyComponent.h Added various clang-tidy modernize-* fixes 6 years ago