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
2017-12-28 17:11:55 +00:00
..
juce_LookAndFeel.cpp Added some extra clarification to a comment above the assertion in LookAndFeel's destructor 2017-12-28 17:11:55 +00:00
juce_LookAndFeel.h GUI: Added a SidePanel component class which is useful for auxiliary UI components on mobile 2017-11-09 17:06:28 +00:00
juce_LookAndFeel_V1.cpp Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 2017-09-08 08:59:55 +01:00
juce_LookAndFeel_V1.h Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 2017-09-08 08:59:55 +01:00
juce_LookAndFeel_V2.cpp Replaced some old embedded images in the LookAndFeel with SVG 2017-12-20 09:40:03 +00:00
juce_LookAndFeel_V2.h Added a getPropertyPanelSectionHeaderHeight() method to PropertyComponent::LookAndFeelMethods 2017-11-27 10:47:54 +00:00
juce_LookAndFeel_V3.cpp Began phasing out double_Pi and float_Pi in favour of MathConstants::pi. Also added MathConstants::twoPi 2017-12-06 11:16:22 +00:00
juce_LookAndFeel_V3.h Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 2017-09-08 08:59:55 +01:00
juce_LookAndFeel_V4.cpp Added MathConstants::halfPi to improve readability 2017-12-06 12:56:00 +00:00
juce_LookAndFeel_V4.h LookAndFeel_V4: Use getSliderThumbRadius() when drawing slider thumb + some code cleanup 2017-11-27 12:39:15 +00:00