ed
63f2a7c30c
Re-saved all projects
3 years ago
ed
7ab0c9812a
Re-saved all projects
3 years ago
ed
00aeb89df8
Accessibility: Add Android Studio and iOS exporters to AccessibilityDemo
3 years ago
ed
ff935c5103
Re-saved all projects
3 years ago
reuk
3c68581567
Use jassertquiet where possible
3 years ago
ed
d394c770c9
Re-saved all projects
3 years ago
ed
f38f721794
Re-saved all projects
3 years ago
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
3 years ago
reuk
3c5f09243a
REAPER Demo: Check opcode index before running embedded UI commands
The comment at the top of reaper_plugin_fx_embed.h specifies that the
'index' parameter for the embedded UI feature will always be set to
effEditDraw.
3 years ago
reuk
6ed8065f70
CMake: Support automatic linking of bundled libraries in modules
3 years ago
Tom Poole
fe4ba9071b
Set the default value of JUCE_MODAL_LOOPS_PERMITTED to 0
See BREAKING-CHANGES.txt for more details.
3 years ago
Tom Poole
e1f855ae6d
Fix a compiler warning in ReaperEmbeddedViewDemo
3 years ago
Tom Poole
a8b059e644
Silence some more compiler warnings in third party headers
3 years ago
Tom Poole
d3b279d0e8
Silence some compiler warnings in third party headers
3 years ago
reuk
f3c65c4cb3
DSPModulePluginDemo: Fix crash in Live due to selecting unsupported bus layout
3 years ago
reuk
22d935ad3e
dsp::IIRFilter: Allow computing filter coefficients without allocating
4 years ago
reuk
3f9e5b4ea0
Demos: Provide a default program name
This prevents test failures in the Steinberg VST3 validator.
4 years ago
reuk
72738ccc64
Demos: Fix AudioPluginDemo Steinberg VST3 Validator failure when disabling buses
4 years ago
reuk
7020495a4e
Demos: Avoid assertion in REAPER embedding demo
4 years ago
ed
b41b80ed7c
Re-saved all projects
3 years ago
ed
a1f75dc5cc
AccessibilityDemo: Custom navigation holder
3 years ago
ed
ffd2b122e9
Fixed audio effect selector label visibility in DSPModulePluginDemo
4 years ago
Attila Szarvas
61619ec0d5
SamplerPluginDemo: Use both velocity and pressure to control note volumes
4 years ago
ed
37eb70d676
Re-saved all projects
4 years ago
ed
ef5f2729f1
AccessibilityDemo: Set NavigableComponent as a focus container
4 years ago
ed
35d6b4fa6d
Accessibility Demo: Fixed a bug causing the custom widget actions to always be enabled
4 years ago
reuk
bfb521b610
AudioProcessorEditor: Allow showing a host-provided parameter menu in VST3 plugins
4 years ago
reuk
4b0b245b55
Add new ReaperEmbeddedViewPluginDemo example
4 years ago
ed
c0f18670f4
Re-saved all projects
4 years ago
ed
399dcd9cc7
Revert "DemoRunner: Removed unused define"
This reverts commit 271e66fbed
.
4 years ago
ed
430ffd4b96
Re-saved all projects
4 years ago
ed
0ff4123189
DemoRunner: Added AccessibilityDemo to demos list
4 years ago
ed
d05cbc29dd
Accessibility: Added AccessibilityDemo to GUI examples
4 years ago
ed
271e66fbed
DemoRunner: Removed unused define
4 years ago
reuk
31a7c62baf
Windows: Fix and suppress some analysis warnings
This fixes warnings that are emitted when building with the `-analyze`
flag enabled.
4 years ago
reuk
54423f6583
OpenGL: Add GLEW-inspired dynamic function loading
4 years ago
ed
99d122e4fb
DemoRunner: Don't select demos ListBox row if it has been dismissed
4 years ago
ed
185b1b324b
Added a nested PopupMenu example to WidgetsDemo
4 years ago
reuk
88313c26b6
Resave all projects
4 years ago
reuk
06544850fb
BLOCKS: Remove juce_blocks_basics module
4 years ago
ed
2e5509f401
Use global ApplicationCommandManager in KeyMappingsDemo and MenusDemo when running in DemoRunner
4 years ago
ed
dda48ebec3
Re-saved all projects
4 years ago
Tom Poole
bfdda737a2
Projucer: Removed the live build
4 years ago
ed
dc4a9c5e40
Re-saved all projects
4 years ago
ed
f28acdb48c
Examples/DemoRunner: Accessibility updates
4 years ago
ed
6e82569c24
Re-saved all projects
4 years ago
Tom Poole
d3248a5f66
Re-saved all projects
4 years ago
Tom Poole
70250dd0c1
Projucer: Added on option to select the macOS application category
4 years ago
reuk
a3e421a36b
MIDILogger: Enable MIDI FX mode
4 years ago
reuk
dbf7806488
DSPModulePluginDemo: Disable resizing, as the plugin window fails to layout elegantly at other sizes
4 years ago