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.
ed 70968d46c8 TreeView: Coalesce item position recalculation to fix performance issues with large trees 3 years ago
..
juce_ComboBox.cpp ComboBox: Hide active menu when disabled 3 years ago
juce_ComboBox.h Update code to use C++14 [[deprecated]] attribute 3 years ago
juce_ImageComponent.cpp Accessibility: Override Accessibility::getHelp() for JUCE widgets that support tooltips 3 years ago
juce_ImageComponent.h Accessibility: Make createAccessibilityHandler() private in Component subclasses 3 years ago
juce_Label.cpp Use jassertquiet where possible 3 years ago
juce_Label.h Accessibility: Make createAccessibilityHandler() private in Component subclasses 3 years ago
juce_ListBox.cpp Accessibility: Fix issue with ListBox selection duplication 3 years ago
juce_ListBox.h Update code to use C++14 [[deprecated]] attribute 3 years ago
juce_ProgressBar.cpp Accessibility: Override Accessibility::getHelp() for JUCE widgets that support tooltips 3 years ago
juce_ProgressBar.h Accessibility: Make createAccessibilityHandler() private in Component subclasses 3 years ago
juce_Slider.cpp Fix potential nullptr dereference in Slider::ScopedDragNotification destructor 3 years ago
juce_Slider.h Update code to use C++14 [[deprecated]] attribute 3 years ago
juce_TableHeaderComponent.cpp TableHeaderComponent: Avoid repainting in setColumnWidth if requested size is outside limits 3 years ago
juce_TableHeaderComponent.h Accessibility: Make createAccessibilityHandler() private in Component subclasses 3 years ago
juce_TableListBox.cpp Accessibility: Fall back to RowComponent AccessibilityHandler if no custom cell component handler has been set in TableListBox 3 years ago
juce_TableListBox.h Update code to use C++14 [[deprecated]] attribute 3 years ago
juce_TextEditor.cpp TextEditor: Fix a highlighting bug 3 years ago
juce_TextEditor.h Accessibility: Make createAccessibilityHandler() private in Component subclasses 3 years ago
juce_Toolbar.cpp Windows: Fix and suppress some analysis warnings 4 years ago
juce_Toolbar.h Accessibility: Make createAccessibilityHandler() private in Component subclasses 3 years ago
juce_ToolbarItemComponent.cpp Accessibility: Only use AccessibilityRole::toggleButton role and add AccessibilityActionType::toggle for ToggleButtons 3 years ago
juce_ToolbarItemComponent.h Accessibility: Make createAccessibilityHandler() private in Component subclasses 3 years ago
juce_ToolbarItemFactory.h Updated all license headers 4 years ago
juce_ToolbarItemPalette.cpp Accessibility: Added VoiceOver (macOS) and Narrator (Windows) accessibility screen reader support to juce_gui_basics 4 years ago
juce_ToolbarItemPalette.h Accessibility: Make createAccessibilityHandler() private in Component subclasses 3 years ago
juce_TreeView.cpp TreeView: Coalesce item position recalculation to fix performance issues with large trees 3 years ago
juce_TreeView.h Update code to use C++14 [[deprecated]] attribute 3 years ago