1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-16 00:34:19 +00:00
JUCE/modules/juce_gui_basics/widgets
ed b9542ccc4c Update code to use C++14 [[deprecated]] attribute
This commit removes the various compiler-specific JUCE_DEPRECATED macros and replaces them with C++14's deprecated attribute. It also removes the JUCE_CATCH_DEPRECATED_CODE_MISUSE flag as we can rely on the override specifier catching usage of these old virtual methods, and tidies up the DOXYGEN preprocessor checks as they were inconsistent across the codebase.
2021-09-29 16:14:00 +01:00
..
juce_ComboBox.cpp Use C++14 lambda capture initialisers for initialising deletion checkers 2021-07-12 11:58:29 +01:00
juce_ComboBox.h Update code to use C++14 [[deprecated]] attribute 2021-09-29 16:14:00 +01:00
juce_ImageComponent.cpp Accessibility: Override Accessibility::getHelp() for JUCE widgets that support tooltips 2021-07-05 12:07:30 +01:00
juce_ImageComponent.h Accessibility: Make createAccessibilityHandler() private in Component subclasses 2021-09-07 11:23:17 +01:00
juce_Label.cpp Use jassertquiet where possible 2021-07-23 10:58:44 +01:00
juce_Label.h Accessibility: Make createAccessibilityHandler() private in Component subclasses 2021-09-07 11:23:17 +01:00
juce_ListBox.cpp Accessibility: Fix issue with ListBox selection duplication 2021-09-29 11:46:10 +01:00
juce_ListBox.h Update code to use C++14 [[deprecated]] attribute 2021-09-29 16:14:00 +01:00
juce_ProgressBar.cpp Accessibility: Override Accessibility::getHelp() for JUCE widgets that support tooltips 2021-07-05 12:07:30 +01:00
juce_ProgressBar.h Accessibility: Make createAccessibilityHandler() private in Component subclasses 2021-09-07 11:23:17 +01:00
juce_Slider.cpp Accessibility: Added ScopedDragNotification for sending slider drag notifications 2021-09-07 11:23:17 +01:00
juce_Slider.h Update code to use C++14 [[deprecated]] attribute 2021-09-29 16:14:00 +01:00
juce_TableHeaderComponent.cpp TableHeaderComponent: Avoid repainting in setColumnWidth if requested size is outside limits 2021-09-22 10:23:04 +01:00
juce_TableHeaderComponent.h Accessibility: Make createAccessibilityHandler() private in Component subclasses 2021-09-07 11:23:17 +01:00
juce_TableListBox.cpp Accessibility: Fall back to RowComponent AccessibilityHandler if no custom cell component handler has been set in TableListBox 2021-07-05 12:07:30 +01:00
juce_TableListBox.h Update code to use C++14 [[deprecated]] attribute 2021-09-29 16:14:00 +01:00
juce_TextEditor.cpp TextEditor: Fix a highlighting bug 2021-08-16 16:07:40 +01:00
juce_TextEditor.h Accessibility: Make createAccessibilityHandler() private in Component subclasses 2021-09-07 11:23:17 +01:00
juce_Toolbar.cpp Windows: Fix and suppress some analysis warnings 2021-05-26 15:34:26 +01:00
juce_Toolbar.h Accessibility: Make createAccessibilityHandler() private in Component subclasses 2021-09-07 11:23:17 +01:00
juce_ToolbarItemComponent.cpp Accessibility: Only use AccessibilityRole::toggleButton role and add AccessibilityActionType::toggle for ToggleButtons 2021-09-07 17:33:02 +01:00
juce_ToolbarItemComponent.h Accessibility: Make createAccessibilityHandler() private in Component subclasses 2021-09-07 11:23:17 +01:00
juce_ToolbarItemFactory.h Updated all license headers 2020-06-29 08:30:22 +01:00
juce_ToolbarItemPalette.cpp Accessibility: Added VoiceOver (macOS) and Narrator (Windows) accessibility screen reader support to juce_gui_basics 2021-05-10 10:53:14 +01:00
juce_ToolbarItemPalette.h Accessibility: Make createAccessibilityHandler() private in Component subclasses 2021-09-07 11:23:17 +01:00
juce_TreeView.cpp TreeView: Don't add MouseListener for nested custom components 2021-09-23 10:20:36 +01:00
juce_TreeView.h Update code to use C++14 [[deprecated]] attribute 2021-09-29 16:14:00 +01:00