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.
Noah Dayan e690350df3 Use lambda callbacks instead of listeners with Slider, Button, Label, ComboBox and TextEditor classes 7 years ago
..
juce_BooleanPropertyComponent.cpp Standardised some lambda syntax 7 years ago
juce_BooleanPropertyComponent.h Used Button::onClick to simplify a bunch of library classes and demo code 7 years ago
juce_ButtonPropertyComponent.cpp Standardised some lambda syntax 7 years ago
juce_ButtonPropertyComponent.h Used Button::onClick to simplify a bunch of library classes and demo code 7 years ago
juce_ChoicePropertyComponent.cpp Use lambda callbacks instead of listeners with Slider, Button, Label, ComboBox and TextEditor classes 7 years ago
juce_ChoicePropertyComponent.h Use lambda callbacks instead of listeners with Slider, Button, Label, ComboBox and TextEditor classes 7 years ago
juce_PropertyComponent.cpp 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 7 years ago
juce_PropertyComponent.h Added a getPropertyPanelSectionHeaderHeight() method to PropertyComponent::LookAndFeelMethods 7 years ago
juce_PropertyPanel.cpp Added a getPropertyPanelSectionHeaderHeight() method to PropertyComponent::LookAndFeelMethods 7 years ago
juce_PropertyPanel.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 7 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 Use lambda callbacks instead of listeners with Slider, Button, Label, ComboBox and TextEditor classes 7 years ago
juce_TextPropertyComponent.cpp More ScopedPointer/unique_ptr compatibility work 7 years ago
juce_TextPropertyComponent.h Added a new ValueWithDefault class to juce_data_structures and extended ChoicePropertyComponent and TextPropertyComponent to use this class 7 years ago