1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
Commit graph

1001 commits

Author SHA1 Message Date
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
Tom Poole
a8b059e644 Silence some more compiler warnings in third party headers 2021-06-25 10:06:35 +01:00
Tom Poole
d3b279d0e8 Silence some compiler warnings in third party headers 2021-06-25 09:07:33 +01:00
reuk
f3c65c4cb3
DSPModulePluginDemo: Fix crash in Live due to selecting unsupported bus layout 2021-06-21 19:05:57 +01:00
reuk
22d935ad3e
dsp::IIRFilter: Allow computing filter coefficients without allocating 2021-06-21 19:05:57 +01:00
reuk
3f9e5b4ea0
Demos: Provide a default program name
This prevents test failures in the Steinberg VST3 validator.
2021-06-21 19:05:39 +01:00
reuk
72738ccc64
Demos: Fix AudioPluginDemo Steinberg VST3 Validator failure when disabling buses 2021-06-21 19:05:39 +01:00
reuk
7020495a4e
Demos: Avoid assertion in REAPER embedding demo 2021-06-21 19:05:39 +01:00
ed
b41b80ed7c Re-saved all projects 2021-06-21 18:55:14 +01:00
ed
a1f75dc5cc AccessibilityDemo: Custom navigation holder 2021-06-21 18:52:08 +01:00
ed
ffd2b122e9 Fixed audio effect selector label visibility in DSPModulePluginDemo 2021-06-21 18:52:07 +01:00
Attila Szarvas
61619ec0d5 SamplerPluginDemo: Use both velocity and pressure to control note volumes 2021-06-16 16:24:12 +00:00
ed
37eb70d676 Re-saved all projects 2021-06-16 10:15:54 +01:00
ed
ef5f2729f1 AccessibilityDemo: Set NavigableComponent as a focus container 2021-06-11 13:50:47 +01:00
ed
35d6b4fa6d Accessibility Demo: Fixed a bug causing the custom widget actions to always be enabled 2021-06-11 13:50:47 +01:00
reuk
bfb521b610
AudioProcessorEditor: Allow showing a host-provided parameter menu in VST3 plugins 2021-06-11 11:12:35 +01:00
reuk
4b0b245b55
Add new ReaperEmbeddedViewPluginDemo example 2021-06-11 11:12:35 +01:00
ed
c0f18670f4 Re-saved all projects 2021-06-09 16:04:39 +01:00
ed
399dcd9cc7 Revert "DemoRunner: Removed unused define"
This reverts commit 271e66fbed.
2021-06-08 08:58:46 +01:00
ed
430ffd4b96 Re-saved all projects 2021-06-07 19:38:29 +01:00
ed
0ff4123189 DemoRunner: Added AccessibilityDemo to demos list 2021-06-07 19:38:29 +01:00
ed
d05cbc29dd Accessibility: Added AccessibilityDemo to GUI examples 2021-06-07 19:38:29 +01:00
ed
271e66fbed DemoRunner: Removed unused define 2021-06-07 19:38:29 +01:00