1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_gui_basics/lookandfeel
2015-05-07 23:30:07 +01:00
..
juce_LookAndFeel.cpp LookAndFeel_V3 tweaks. 2013-10-30 11:44:36 +00:00
juce_LookAndFeel.h Renamed and refactored the LookAndFeel classes. The LookAndFeel class is now an abstract base-class, and there are 3 concrete subclasses you can use. These are LookAndFeel_V1 (replaces OldSchoolLookAndFeel), LookAndFeel_V2 (replaces what was the normal LookAndFeel class) and LookAndFeel_V3 (this is a new style, taken from the Introjucer's L+F). 2013-10-27 22:02:21 +00:00
juce_LookAndFeel_V1.cpp Updated a few Slider lookandfeel methods to take a Slider& as a parameter. 2013-11-10 18:08:42 +00:00
juce_LookAndFeel_V1.h Whitespace cleanups. 2013-12-03 11:33:45 +00:00
juce_LookAndFeel_V2.cpp Minor clean-up in LookAndFeel_V2::getSliderLayout. 2015-05-07 23:30:07 +01:00
juce_LookAndFeel_V2.h Added SliderLayout to LookAndFeel to allow flexible slider/textbox positioning. Refactored Slider to separate this functionality. 2015-05-07 17:16:45 +01:00
juce_LookAndFeel_V3.cpp Minor lookandfeel colour tweak. 2014-04-18 21:13:14 +01:00
juce_LookAndFeel_V3.h Whitespace cleanups. 2013-12-03 11:33:45 +00:00