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 af55d142d3 Minor tweaks and comment corrections. 11 years ago
..
juce_ComboBox.cpp Minor fix to inactive code in ComboBox. 11 years ago
juce_ComboBox.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_ImageComponent.cpp Added some more override decorators. 12 years ago
juce_ImageComponent.h Stripped out some unnecessary boilerplate includes from juce_gui_basics. 11 years ago
juce_Label.cpp Minor optimisations and clean-ups. 11 years ago
juce_Label.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_ListBox.cpp Changed ListBox to pass-on left/right key events. 11 years ago
juce_ListBox.h Stripped out some unnecessary boilerplate includes from juce_gui_basics. 11 years ago
juce_ProgressBar.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_ProgressBar.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_Slider.cpp Slider inc/dec button click fix. 11 years ago
juce_Slider.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_TableHeaderComponent.cpp Added some 'override' modifiers to overridden methods. 12 years ago
juce_TableHeaderComponent.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_TableListBox.cpp Added some 'override' modifiers to overridden methods. 12 years ago
juce_TableListBox.h Stripped out some unnecessary boilerplate includes from juce_gui_basics. 11 years ago
juce_TextEditor.cpp Misc performance tweaks. 11 years ago
juce_TextEditor.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_Toolbar.cpp Added method Toolbar::removeAndReturnItem. 11 years ago
juce_Toolbar.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_ToolbarItemComponent.cpp Cleaned out and optimised some graphics code. 11 years ago
juce_ToolbarItemComponent.h Stripped out some unnecessary boilerplate includes from juce_gui_basics. 11 years ago
juce_ToolbarItemFactory.h Stripped out some unnecessary boilerplate includes from juce_gui_basics. 11 years ago
juce_ToolbarItemPalette.cpp Fixed some toolbar customiser drag+drop problems. 12 years ago
juce_ToolbarItemPalette.h Stripped out some unnecessary boilerplate includes from juce_gui_basics. 11 years ago
juce_TreeView.cpp 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_TreeView.h Minor tweaks and comment corrections. 11 years ago