Tom Poole
9b041f3d74
Add a base clang-tidy configuration
1 year ago
Tom Poole
3604accc0f
Code::Blocks: Deprecate the Code::Blocks exporter
1 year ago
reuk
c509a1821a
VST3 Client: Enable manifest generation globally
2 years ago
reuk
b8f116c5c5
Projucer: Generate moduleinfo.json file during VST3 build
2 years ago
reuk
39a731de46
ScopedMessageBox: Replace old AlertWindow uses with new API
2 years ago
reuk
ca47dc66a3
Projucer: Add inter-app-audio entitlement to iOS AU hosts
2 years ago
hogliux
b0bd31b3c2
Projucer: Fix an issue with per-file compiler flags not being respected
2 years ago
reuk
b3a4d54a72
Build: Update the minimum C++ standard to C++17
2 years ago
attila
dbfb74f091
Projucer: Remove ARA related no-op code
3 years ago
attila
2fdc4f6633
Projucer: Remove VS2015 and CLion exporters
3 years ago
Tom Poole
2ec861d99e
Update licensing banners to JUCE 7
3 years ago
attila
31b2a86559
Projucer: Add ARA support
3 years ago
Tom Poole
b48dddcf4e
RTAS: Remove RTAS functionality
3 years ago
reuk
61f3c1dd98
LV2: Add initial client support
3 years ago
reuk
1182024fc4
LV2: Add initial hosting support
3 years ago
Tom Poole
dea3fe60e4
Update copyright banners
3 years ago
reuk
768cf7a54c
Projucer: Convert plugin/manufacturer code errors to warnings
3 years ago
Tom Poole
c072b1bc8e
Fix some typos
3 years ago
reuk
38318a094b
Revert "Projucer: Set project changed flag when global properties change"
This reverts commit 6d38d7eb33
.
3 years ago
ed
fdcdda3463
Projucer: Update to ValueTreePropertyWithDefault class
3 years ago
ed
6d38d7eb33
Projucer: Set project changed flag when global properties change
3 years ago
reuk
65a20c63ee
Projucer: Require a resave whenever any ValueTree property changes
3 years ago
reuk
540001365c
Projucer: Fix temporary project save/open in Xcode on Monterey
Previously, when saving a temporary project, two native dialogs would be
created. The first was very short-lived, as it was automatically
dismissed by the second dialog. On older macOS versions, this appeared
to work correctly (the first dialog was so short-lived that it did not
appear to the user). However, on macOS 12.0, the second dialog fails to
display altogether.
Displaying two file chooser dialogs feels like a programming error, so
the code has been reorganised a bit to avoid this case.
3 years ago
ed
2707ea3ca0
Projucer: Add support for C++20 project language standard
4 years ago
reuk
d13a23ad14
Build: Ensure that plugin and manufacturer codes are exactly four characters in length
3 years ago
reuk
4046912b6e
Projucer: Fix string escaping in IAA name definition
3 years ago
reuk
3c68581567
Use jassertquiet where possible
3 years ago
Tom Poole
43e577ba6c
Projucer: Remove unused embedded image data
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
ed
d5373eed02
Projucer: Partially revert 8ce68447
When loading exporter icons on a background save thread we need to take the MessageManagerLock as the image file may be an SVG which has a message thread dependency in the Drawable parsing code
3 years ago
ed
a5c3b81f82
Use C++14 lambda capture initialisers for initialising deletion checkers
3 years ago
ed
77b816b042
Projucer: Ensure that save error messages are shown when using the "Save Project and Open in IDE" command
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
78be43888e
Update the minimum C++ standard to C++14
3 years ago
Tom Poole
8ce68447bb
DrawableImage: Remove a message thread dependency
3 years ago
Tom Poole
bfdda737a2
Projucer: Removed the live build
4 years ago
reuk
f2e0552ba7
Build: Update docs for plugin- and manufacturer-code
4 years ago
Tom Poole
336398893d
Projucer: Deprecate the CLion exporter
4 years ago
ed
d5497ab01a
Projucer: Don't trigger background version check when it has been explicitly disabled
4 years ago
reuk
3c60312e53
Projucer: Fix bug in isPluginClientSource
4 years ago
reuk
8baf7a6b5d
Projucer: Ensure module sources are added to the correct target
Fixes an issue where module sources with names including `_Standalone_`, `_AU_`
etc. were added to the target for that plugin format, instead of being added to
the shared code target.
4 years ago
ed
d677fd6264
Projucer: Added PCH support for Xcode and Visual Studio exporters
4 years ago
ed
a3af3a5381
Projucer: Disable project saving when file modification warning is showing
4 years ago
ed
6a01abbc41
Projucer: Tidy up
4 years ago
ed
1afbbe5417
Projucer: Made the plug-in client file target type check a bit more robust
4 years ago
ed
91d9679f0b
Projucer: Removed old jucerVersion property from .jucer file root and added jucerFormatVersion property for indicating changes to .jucer file format not tied to JUCE version
4 years ago
ed
6973f850d7
Projucer: Fixed upgrade message
4 years ago
reuk
013fd5e5d6
juce6: Update some referenes to JUCE 5 in docstrings
4 years ago
ed
159a274a03
Projucer: Added a more helpful message for incompatible licenses
4 years ago
ed
009d685179
Updated all license headers
4 years ago