attila
17d81f9c1d
Fix assertion for unmodified ARA plugin projects
Co-authored-by: Tatsuya Shiozawa <shio.tatsu99@gmail.com>
1 year ago
attila
ef61128127
Projucer: Fix the type of the iokit sandbox exception in the Xcode exporter
1 year ago
Tom Poole
6bf9bb9a2e
Add final specifiers in implementation files
1 year ago
Tom Poole
4153d59e39
Formatting
1 year ago
Tom Poole
ff0cb4ad5b
Use NullCheckedInvocation in more places
1 year ago
Tom Poole
2fb19ffd8f
Fix some LLVM 17 compiler warnings
1 year ago
Tom Poole
9b041f3d74
Add a base clang-tidy configuration
1 year ago
Anthony Nicholls
b3da4ae946
ThreadPool: Add support for a user specified thread name
1 year ago
Anthony Nicholls
6faa87d8f3
Projucer: allow a non-existing target file
2 years ago
reuk
39a731de46
ScopedMessageBox: Replace old AlertWindow uses with new API
2 years ago
reuk
c841b2ff2c
Projucer: Always undef "linux" to avoid collisions with compiler builtins
2 years ago
chroma
d3cff375be
Thread: Introduce a new Thread backend
This is a breaking change - see BREAKING-CHANGES.txt
2 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
Tom Poole
e5cbcd7628
macOS/iOS: Add the ability to weak link module frameworks
3 years ago
Tom Poole
dea3fe60e4
Update copyright banners
3 years ago
attila
6575d24a81
ComponentPeer: Deprecate getFrameSize()
3 years ago
ed
fdcdda3463
Projucer: Update to ValueTreePropertyWithDefault class
3 years ago
reuk
f1e766ec18
Projucer: Ensure that saving always continues after moving a project
3 years ago
reuk
60f76da091
Projucer: Show document save state in the titlebar
3 years ago
ed
67dfc1975c
Projucer: Re-save temporary projects after moving to new location to fix relative path build errors in generated IDE projects
3 years ago
ed
24910cc4b4
Fix GCC Wshadow warnings
3 years ago
Tom Poole
6542446594
Update the JUCE logo
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
89ca17cf34
Projucer: Fixed some static analyzer warnings
3 years ago
ed
a5c3b81f82
Use C++14 lambda capture initialisers for initialising deletion checkers
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
ed
6b29a6d8ff
Projucer: Fixed a bug when highlighting the global JUCE path property component bounds
4 years ago
ed
4849b9ffcf
Projucer: Made login form overlay modal
4 years ago
reuk
cc4624dfbc
Projucer: Remove unused function
4 years ago
Tom Poole
bfdda737a2
Projucer: Removed the live build
4 years ago
ed
9f295539c1
Projucer: Attempt to validate licence stored on disk if auth token is present without version
4 years ago
ed
69085b2a61
Projucer: Accessibility updates
4 years ago
reuk
041da08474
VST3: Add a new PluginDescription::uniqueId field
4 years ago
Tom Poole
79fbde7099
Added preliminary support for FreeBSD
4 years ago
reuk
241bb8d430
VST3 Host: Add cross-platform-compatible VST3 uid hash
4 years ago
ed
4ea3053b1c
Projucer: Updated URL::createInputStream() code to use URL::InputStreamOptions
4 years ago
Tom Poole
f125fcf146
Projucer: Fixed a bug fetching JUCE API data
4 years ago
ed
b828830af8
Projucer: Added some spacing between options in the new project window to prevent overlap on Windows hiDPI screens
4 years ago
Tom Poole
4e91da6dac
Fixed a typo
4 years ago
Tom Poole
20b63e2a61
Projucer: Added warning about in-place autoupdating on Windows
4 years ago
ed
57f4d4a618
Projucer: Removed deprecated Android NDK path property
4 years ago
ed
47dc58620d
Projucer: Added "--fix-missing-dependencies" option to the command line resave to add any required modules that may be missing
4 years ago
ed
f46b60280e
Projucer: Don't set `makeCamelCase` argument when creating plug-in template class name
4 years ago
ed
b7e28541ca
Replaced deprecated Displays methods
4 years ago
ed
333f98d204
Squashed some compiler warnings with -Wmissing-prototypes enabled
4 years ago
ed
ad0e7b829f
Projucer: Add missing module dependencies when creating new projects
4 years ago