reuk
b72b155443
Naming: Fix up naming of ChildProcessCoordinator and ChildProcessWorker
3 years ago
ed
c6f4d8494c
Re-save all projects
3 years ago
ed
ad8868ad7b
Demos: Update SIMDRegisterDemo to use new AudioData interleaving/deinterleaving API
3 years ago
ed
de64263416
Demos: Update SIMDRegisterDemo to use new AudioData interleaving/deinterleaving helper methods
3 years ago
ed
bb9b24d048
Re-save all projects
3 years ago
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.
3 years ago
reuk
bd5f6d596d
DSPDemos: Avoid undefined behaviour if buffer is null
3 years ago
reuk
9fbcedb93e
ReaperEmbeddedViewDemo: Make refcounting slightly more consistent
3 years ago
reuk
6c59a31456
Win32 Windowing: Fix uninitialised data members warning
3 years ago
reuk
ab966fb499
PopupMenu: Add withMousePosition helper function to Options
3 years ago
reuk
ef0b1ec1ef
DSPModulePluginDemo: Add parameter groups
3 years ago
ed
49fdf1a4d3
Re-save all projects
3 years ago
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
4 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
4 years ago
Tom Poole
a8b059e644
Silence some more compiler warnings in third party headers
4 years ago
Tom Poole
d3b279d0e8
Silence some compiler warnings in third party headers
4 years ago
reuk
f3c65c4cb3
DSPModulePluginDemo: Fix crash in Live due to selecting unsupported bus layout
4 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
4 years ago
ed
a1f75dc5cc
AccessibilityDemo: Custom navigation holder
4 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