jules
|
cadac817c6
|
Enabled some more warning flags in Xcode, and fixed the problems they caused
|
2019-01-11 09:52:10 +00:00 |
|
ed
|
35890478a3
|
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 |
|
ed
|
3ccbd29b39
|
Fixed some uninitialised ValueWithDefault pointers in the ChoicePropertyComponents
|
2018-11-10 13:57:03 +00:00 |
|
ed
|
87a89e71e8
|
Fixed a crash that could occur due to ValueWithDefault::onChange calling a deleted PropertyComponent object
|
2018-10-24 11:15:16 +01:00 |
|
Noah Dayan
|
65c82b99db
|
Fixed typo in docs of MultiChoicePropertyComponent
|
2018-03-29 15:27:53 +01:00 |
|
ed
|
51ff1daf60
|
Various improvements to MultiChoicePropertyComponent such as setting a max number of selectable values and displaying the default values
|
2018-03-28 15:57:16 +01:00 |
|
ed
|
a7b6f55885
|
Ensure that the underlying var array controlled by MultiChoicePropertyComponent is sorted and that its toggle buttons are updated if the default changes
|
2018-03-23 16:21:15 +00:00 |
|
ed
|
404838a99f
|
Added a MultiChoicePropertyComponent class to juce_gui_basics and updated the PropertiesDemo example to use it
|
2018-03-22 15:04:53 +00:00 |
|