Tom Poole
da5e0e0cd3
Resave all projects
2021-12-20 11:14:39 +00:00
Tom Poole
8a6e1980d0
Bump version number to 6.1.4
2021-12-20 11:06:15 +00:00
reuk
7984458a8e
InAppPurchasesDemo: Avoid heap-use-after-free when rapidly playing samples
2021-12-14 22:50:09 +00:00
ed
156722d299
Re-save projects
2021-12-14 17:01:26 +00:00
ed
4f49032fa8
Re-save projects
2021-12-10 15:50:04 +00:00
reuk
c9b28be145
Resave all projects
2021-12-08 15:26:08 +00:00
reuk
44404508fe
Bump version number to 6.1.3
2021-12-08 15:26:08 +00:00
reuk
221a137526
Resave projects
2021-11-19 16:35:22 +00:00
ed
a970b15959
Add Visual Studio 2022 solutions to all projects
2021-11-09 15:35:45 +00:00
Tom Poole
525a92e47b
Allow the widgets demo to be embedded in other demos
2021-11-09 10:16:54 +00:00
Tom Poole
c064b0c604
AudioPluginHost: Embed the assets required for internal plug-ins
2021-11-08 14:08:05 +00:00
ed
7f21aa4cc6
DemoRunner: Enable bluetooth permission on macOS to fix permissions issue on macOS 11+
2021-11-08 09:05:27 +00:00
ed
bfea8c89b0
Re-save all projects
2021-11-08 09:04:11 +00:00
reuk
b72b155443
Naming: Fix up naming of ChildProcessCoordinator and ChildProcessWorker
2021-10-25 09:51:21 +01:00
ed
c6f4d8494c
Re-save all projects
2021-10-15 10:10:55 +01:00
ed
ad8868ad7b
Demos: Update SIMDRegisterDemo to use new AudioData interleaving/deinterleaving API
2021-10-06 16:44:52 +01:00
ed
de64263416
Demos: Update SIMDRegisterDemo to use new AudioData interleaving/deinterleaving helper methods
2021-10-05 17:29:54 +01:00
ed
bb9b24d048
Re-save all projects
2021-10-05 16:30:26 +01:00
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.
2021-09-29 16:14:00 +01:00
reuk
bd5f6d596d
DSPDemos: Avoid undefined behaviour if buffer is null
2021-09-28 17:44:14 +01:00
reuk
9fbcedb93e
ReaperEmbeddedViewDemo: Make refcounting slightly more consistent
2021-09-28 14:04:11 +01:00
reuk
6c59a31456
Win32 Windowing: Fix uninitialised data members warning
2021-09-28 11:31:49 +01:00
reuk
ab966fb499
PopupMenu: Add withMousePosition helper function to Options
2021-09-28 11:31:48 +01:00
reuk
ef0b1ec1ef
DSPModulePluginDemo: Add parameter groups
2021-09-27 15:44:48 +01:00
ed
49fdf1a4d3
Re-save all projects
2021-09-23 14:26:05 +01:00
reuk
a87efde9ba
OpenGL Demos: Fix Thread Sanitizer warnings
2021-09-22 10:23:05 +01:00
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.
2021-09-22 10:23:03 +01:00
Tom Poole
8cc0d12fb3
Separate C and C++ recommended warning flags
2021-09-21 09:23:48 +01:00
Tom Poole
6f4618f9bc
Re-save all projects
2021-09-20 13:24:39 +01:00
Tom Poole
bc75010116
Bump version number to 6.1.2
2021-09-20 12:15:47 +01:00
ed
24910cc4b4
Fix GCC Wshadow warnings
2021-09-14 08:42:56 +01:00
Tom Poole
1c7dc0b053
Re-save all projects
2021-09-09 12:57:24 +01:00
Tom Poole
5109e30c6f
Bump version number to 6.1.1
2021-09-09 12:51:15 +01:00
ed
56f057fb65
Whitespace
2021-09-02 08:35:14 +01:00
Tom Poole
6542446594
Update the JUCE logo
2021-08-23 11:00:36 +01:00
Tom Poole
3833c6d207
Re-save all projects
2021-08-23 10:17:46 +01:00
Tom Poole
46fe3789fc
Bump version number to 6.1.0
2021-08-23 09:55:56 +01:00
ed
962f94837d
Accessibility: Update button labels in AccessibilityDemo to silence Accessibility Inspector audit warnings
2021-08-13 09:36:02 +01:00
ed
63f2a7c30c
Re-saved all projects
2021-08-11 12:01:05 +01:00
ed
7ab0c9812a
Re-saved all projects
2021-07-28 11:44:29 +01:00
ed
00aeb89df8
Accessibility: Add Android Studio and iOS exporters to AccessibilityDemo
2021-07-28 11:44:29 +01:00
ed
ff935c5103
Re-saved all projects
2021-07-28 09:23:24 +01:00
reuk
3c68581567
Use jassertquiet where possible
2021-07-23 10:58:44 +01:00
ed
d394c770c9
Re-saved all projects
2021-07-22 16:33:42 +01:00
ed
f38f721794
Re-saved all projects
2021-07-21 16:34:22 +01:00
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
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.
2021-07-14 14:47:55 +01:00
reuk
6ed8065f70
CMake: Support automatic linking of bundled libraries in modules
2021-06-30 17:04:23 +01:00
Tom Poole
fe4ba9071b
Set the default value of JUCE_MODAL_LOOPS_PERMITTED to 0
...
See BREAKING-CHANGES.txt for more details.
2021-06-30 13:01:14 +01:00
Tom Poole
e1f855ae6d
Fix a compiler warning in ReaperEmbeddedViewDemo
2021-06-26 07:21:09 +01:00