1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-14 00:14:18 +00:00
JUCE/modules/juce_gui_basics/properties
2018-07-09 16:00:45 +01:00
..
juce_BooleanPropertyComponent.cpp Standardised some lambda syntax 2018-01-08 10:28:41 +00:00
juce_BooleanPropertyComponent.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_ButtonPropertyComponent.cpp Standardised some lambda syntax 2018-01-08 10:28:41 +00:00
juce_ButtonPropertyComponent.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_ChoicePropertyComponent.cpp Ensure that TextPropertyComponent and ChoicePropertyComponent are updated when the ValueWithDefault default is changed 2018-03-27 14:31:17 +01:00
juce_ChoicePropertyComponent.h Ensure that TextPropertyComponent and ChoicePropertyComponent are updated when the ValueWithDefault default is changed 2018-03-27 14:31:17 +01:00
juce_MultiChoicePropertyComponent.cpp Ensure that MultiChoicePropertyComponent colours are visible 2018-04-19 14:33:55 +01:00
juce_MultiChoicePropertyComponent.h Fixed typo in docs of MultiChoicePropertyComponent 2018-03-29 15:27:53 +01:00
juce_PropertyComponent.cpp Some misc cleanups, mainly around WeakReference usage and rectangles 2018-07-09 16:00:45 +01:00
juce_PropertyComponent.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_PropertyPanel.cpp Added a getPropertyPanelSectionHeaderHeight() method to PropertyComponent::LookAndFeelMethods 2017-11-27 10:47:54 +00:00
juce_PropertyPanel.h Add documentation tags 2018-03-15 12:10:32 +00: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 Add documentation tags 2018-03-15 12:10:32 +00:00
juce_TextPropertyComponent.cpp Increased shadowing warning level, and fixed a few warnings that were generated 2018-06-14 14:54:32 +01:00
juce_TextPropertyComponent.h Replaced all usage of ScopedPointer with std::unique_ptr 2018-04-19 20:27:47 +01:00