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
2014-06-01 15:42:39 +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 Refactored a couple of old methods relating to TextButton sizing: Removed TextButton::getFont() (use the LookAndFeel method instead), and replaced the LookAndFeel::changeTextButtonWidthToFitText method with one called getTextButtonWidthToFitText() 2014-06-01 15:42:39 +01:00
juce_LookAndFeel_V2.h Refactored a couple of old methods relating to TextButton sizing: Removed TextButton::getFont() (use the LookAndFeel method instead), and replaced the LookAndFeel::changeTextButtonWidthToFitText method with one called getTextButtonWidthToFitText() 2014-06-01 15:42:39 +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