1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-17 00:44:19 +00:00
JUCE/modules/juce_gui_basics/filebrowser
ed 551d7b9c5b Add MessageBoxOptions class for specifying a set of AlertWindow and NativeMessageBox options
- Add AlertWindow::show() and showAsync() methods that take a MessageBoxOptions argument
  - Add NativeMessageBox::show() and showAsync() methods that take a MessageBoxOptions argument
  - Update the DialogsDemo to demonstrate the new methods
  - Deprecate AlertWindow::showNativeDialogBox() in favour of the NativeMessageBox methods
  - Pass button strings specified in MesssageBoxOptions to native dialog boxes correctly
  - Use modern TaskDialog on Windows for the native dialog box where available
2021-07-21 16:34:12 +01:00
..
juce_ContentSharer.cpp Updated all license headers 2020-06-29 08:30:22 +01:00
juce_ContentSharer.h Updated all license headers 2020-06-29 08:30:22 +01:00
juce_DirectoryContentsDisplayComponent.cpp Updated all license headers 2020-06-29 08:30:22 +01:00
juce_DirectoryContentsDisplayComponent.h Updated all license headers 2020-06-29 08:30:22 +01:00
juce_DirectoryContentsList.cpp Updated all license headers 2020-06-29 08:30:22 +01:00
juce_DirectoryContentsList.h Updated all license headers 2020-06-29 08:30:22 +01:00
juce_FileBrowserComponent.cpp PopupMenu: Avoid dismissing PopupMenus in bridged plugin editors 2021-06-08 14:57:42 +01:00
juce_FileBrowserComponent.h Accessibility: Added VoiceOver (macOS) and Narrator (Windows) accessibility screen reader support to juce_gui_basics 2021-05-10 10:53:14 +01:00
juce_FileBrowserListener.h Updated all license headers 2020-06-29 08:30:22 +01:00
juce_FileChooser.cpp FileChooser: Avoid throwing bad_weak_ptr 2021-03-03 19:21:43 +00:00
juce_FileChooser.h Clarify some FileChooser example code 2021-07-06 08:06:17 +01:00
juce_FileChooserDialogBox.cpp Add MessageBoxOptions class for specifying a set of AlertWindow and NativeMessageBox options 2021-07-21 16:34:12 +01:00
juce_FileChooserDialogBox.h Set the default value of JUCE_MODAL_LOOPS_PERMITTED to 0 2021-06-30 13:01:14 +01:00
juce_FileListComponent.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_FileListComponent.h Accessibility: Added VoiceOver (macOS) and Narrator (Windows) accessibility screen reader support to juce_gui_basics 2021-05-10 10:53:14 +01:00
juce_FilenameComponent.cpp Set the default value of JUCE_MODAL_LOOPS_PERMITTED to 0 2021-06-30 13:01:14 +01:00
juce_FilenameComponent.h Set the default value of JUCE_MODAL_LOOPS_PERMITTED to 0 2021-06-30 13:01:14 +01:00
juce_FilePreviewComponent.h Updated all license headers 2020-06-29 08:30:22 +01:00
juce_FileSearchPathListComponent.cpp Set the default value of JUCE_MODAL_LOOPS_PERMITTED to 0 2021-06-30 13:01:14 +01:00
juce_FileSearchPathListComponent.h Set the default value of JUCE_MODAL_LOOPS_PERMITTED to 0 2021-06-30 13:01:14 +01:00
juce_FileTreeComponent.cpp Windows: Fix and suppress some analysis warnings 2021-05-26 15:34:26 +01:00
juce_FileTreeComponent.h Updated all license headers 2020-06-29 08:30:22 +01:00
juce_ImagePreviewComponent.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_ImagePreviewComponent.h Set the default value of JUCE_MODAL_LOOPS_PERMITTED to 0 2021-06-30 13:01:14 +01:00