1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-23 01:44:22 +00:00
JUCE/modules/juce_audio_processors
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
..
format Allow use of an external VST3 SDK on BSD 2021-04-01 08:39:25 +01:00
format_types VST3: Ignore VS2015 static analysis warning in VST3 SDK 2021-07-20 11:48:06 +01:00
processors Fixed some warnings flagged by Clang's static analyzer 2021-07-19 15:48:31 +01:00
scanning Add MessageBoxOptions class for specifying a set of AlertWindow and NativeMessageBox options 2021-07-21 16:34:12 +01:00
utilities AudioProcessor: Add extensions API for VST3 clients 2021-06-11 10:53:26 +01:00
juce_audio_processors.cpp AutoResizingNSViewComponent: Fix display issues for certain plugin views 2021-05-06 15:51:09 +01:00
juce_audio_processors.h Update the minimum C++ standard to C++14 2021-06-24 16:09:48 +01:00
juce_audio_processors.mm Updated all license headers 2020-06-29 08:30:22 +01:00