| .. |
|
juce_BooleanPropertyComponent.cpp
|
Standardised some lambda syntax
|
2018-01-08 10:28:41 +00:00 |
|
juce_BooleanPropertyComponent.h
|
Enabled some more warning flags in Xcode, and fixed the problems they caused
|
2019-01-11 09:52:10 +00:00 |
|
juce_ButtonPropertyComponent.cpp
|
Standardised some lambda syntax
|
2018-01-08 10:28:41 +00:00 |
|
juce_ButtonPropertyComponent.h
|
Enabled some more warning flags in Xcode, and fixed the problems they caused
|
2019-01-11 09:52:10 +00:00 |
|
juce_ChoicePropertyComponent.cpp
|
Added the JUCE_DECLARE_WEAK_REFERENCEABLE macro to ValueWithDefault and fixed some places which were potentially accessing a deleted ValueWithDefault object
|
2018-11-16 15:53:29 +00:00 |
|
juce_ChoicePropertyComponent.h
|
Enabled some more warning flags in Xcode, and fixed the problems they caused
|
2019-01-11 09:52:10 +00:00 |
|
juce_MultiChoicePropertyComponent.cpp
|
Fixed a bug in MultiChoicePropertyComponent causing the tick colours to not be updated with L&F changes
|
2019-05-15 10:41:02 +01:00 |
|
juce_MultiChoicePropertyComponent.h
|
Enabled some more warning flags in Xcode, and fixed the problems they caused
|
2019-01-11 09:52:10 +00:00 |
|
juce_PropertyComponent.cpp
|
Some misc cleanups, mainly around WeakReference usage and rectangles
|
2018-07-09 16:00:45 +01:00 |
|
juce_PropertyComponent.h
|
Added various clang-tidy modernize-* fixes
|
2019-01-31 15:15:31 +00:00 |
|
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
|
2019-05-09 10:51:19 +01:00 |
|
juce_PropertyPanel.h
|
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
|
2019-05-09 10:51:19 +01:00 |
|
juce_SliderPropertyComponent.cpp
|
Use lambda callbacks instead of listeners with Slider, Button, Label, ComboBox and TextEditor classes
|
2018-01-18 15:23:57 +00:00 |
|
juce_SliderPropertyComponent.h
|
Enabled some more warning flags in Xcode, and fixed the problems they caused
|
2019-01-11 09:52:10 +00:00 |
|
juce_TextPropertyComponent.cpp
|
Added the JUCE_DECLARE_WEAK_REFERENCEABLE macro to ValueWithDefault and fixed some places which were potentially accessing a deleted ValueWithDefault object
|
2018-11-16 15:53:29 +00:00 |
|
juce_TextPropertyComponent.h
|
Added various clang-tidy modernize-* fixes
|
2019-01-31 15:15:31 +00:00 |