The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jules 90b6f62318 Avoided a dangling pointer problem when changing images in DrawableButton 10 years ago
..
juce_ArrowButton.cpp Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 12 years ago
juce_ArrowButton.h Stripped out some unnecessary boilerplate includes from juce_gui_basics. 11 years ago
juce_Button.cpp Made Button update its auto-gerenated tooltip when the command manager list changes. 10 years ago
juce_Button.h Added method Button::getState() 10 years ago
juce_DrawableButton.cpp Avoided a dangling pointer problem when changing images in DrawableButton 10 years ago
juce_DrawableButton.h Minor tweaks to make DrawableButton more customisable. 11 years ago
juce_HyperlinkButton.cpp Fix for HyperlinkButton::changeWidthToFitText 11 years ago
juce_HyperlinkButton.h Stripped out some unnecessary boilerplate includes from juce_gui_basics. 11 years ago
juce_ImageButton.cpp Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 12 years ago
juce_ImageButton.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). 11 years ago
juce_ShapeButton.cpp Added an optional border size to ShapeButton. 11 years ago
juce_ShapeButton.h Added an optional border size to ShapeButton. 11 years ago
juce_TextButton.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() 11 years ago
juce_TextButton.h Fixed a comment 10 years ago
juce_ToggleButton.cpp Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 12 years ago
juce_ToggleButton.h Stripped out some unnecessary boilerplate includes from juce_gui_basics. 11 years ago
juce_ToolbarButton.cpp Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 12 years ago
juce_ToolbarButton.h Stripped out some unnecessary boilerplate includes from juce_gui_basics. 11 years ago