reuk
a87efde9ba
OpenGL Demos: Fix Thread Sanitizer warnings
3 years ago
reuk
23e621f26e
Projucer: Add BOM when writing VS solution files
Without the BOM, VS assumes UTF-8 strings (subproject file names etc.)
are ansi-encoded.
3 years ago
Tom Poole
8cc0d12fb3
Separate C and C++ recommended warning flags
3 years ago
Tom Poole
6f4618f9bc
Re-save all projects
3 years ago
Tom Poole
bc75010116
Bump version number to 6.1.2
3 years ago
ed
24910cc4b4
Fix GCC Wshadow warnings
3 years ago
Tom Poole
1c7dc0b053
Re-save all projects
3 years ago
Tom Poole
5109e30c6f
Bump version number to 6.1.1
3 years ago
ed
56f057fb65
Whitespace
3 years ago
Tom Poole
6542446594
Update the JUCE logo
3 years ago
Tom Poole
3833c6d207
Re-save all projects
3 years ago
Tom Poole
46fe3789fc
Bump version number to 6.1.0
3 years ago
ed
962f94837d
Accessibility: Update button labels in AccessibilityDemo to silence Accessibility Inspector audit warnings
3 years ago
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
3 years ago
reuk
3f9e5b4ea0
Demos: Provide a default program name
This prevents test failures in the Steinberg VST3 validator.
3 years ago
reuk
72738ccc64
Demos: Fix AudioPluginDemo Steinberg VST3 Validator failure when disabling buses
3 years ago
reuk
7020495a4e
Demos: Avoid assertion in REAPER embedding demo
3 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
3 years ago
Attila Szarvas
61619ec0d5
SamplerPluginDemo: Use both velocity and pressure to control note volumes
3 years ago
ed
37eb70d676
Re-saved all projects
3 years ago
ed
ef5f2729f1
AccessibilityDemo: Set NavigableComponent as a focus container
3 years ago
ed
35d6b4fa6d
Accessibility Demo: Fixed a bug causing the custom widget actions to always be enabled
3 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
3 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