1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-29 02:40:05 +00:00
JUCE/modules/juce_gui_basics/lookandfeel
2015-03-25 14:51:11 +00: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 Replaced the old LookAndFeel method getTooltipSize() with getTooltipBounds(), which can return a position as well as a size. 2015-03-25 14:51:11 +00:00
juce_LookAndFeel_V2.h Replaced the old LookAndFeel method getTooltipSize() with getTooltipBounds(), which can return a position as well as a size. 2015-03-25 14:51:11 +00: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