ed
9f295539c1
Projucer: Attempt to validate licence stored on disk if auth token is present without version
4 years ago
ed
618e74fc6a
Projucer: Leave absolute paths alone when adding project items to Xcode project
4 years ago
ed
ab564b75f1
Projucer: Fixed an assertion caused by the project content component trying to grab keyboard focus when not visible
4 years ago
ed
dc4a9c5e40
Re-saved all projects
4 years ago
ed
69085b2a61
Projucer: Accessibility updates
4 years ago
reuk
6e98145185
Projucer: Force Xcode script phases to run on every build
4 years ago
reuk
f5a7d4eea5
Projucer: Allow specifying build number for Xcode projects
4 years ago
reuk
768c2f6db1
Projucer: Add armv8 option for makefile exporter
4 years ago
ed
c0bcba8d71
Projucer: Only update module list on change
4 years ago
ed
94ac07cd73
Projucer: Fixed a potential crash in JucerTreeViewBase when dereferencing a deleted pointer to the underlying TreeViewItem
4 years ago
ed
6e82569c24
Re-saved all projects
4 years ago
ed
a9844e1b9f
Projucer: Correctly handle Xcode frameworks containing spaces
4 years ago
reuk
8a2c6ad8f7
CMake: Fix bug which prevented header-only modules from being configured correctly
4 years ago
reuk
cb399a57ff
CMake: Link CoreServices weakly when building for iOS 11 or lower
4 years ago
Tom Poole
d3248a5f66
Re-saved all projects
4 years ago
Tom Poole
70250dd0c1
Projucer: Added on option to select the macOS application category
4 years ago
reuk
e4dba6a40a
PlistOptions: Add MIDI tag to aumi plists
4 years ago
Tom Poole
f900581605
Projucer: Do a breadth first search for modules
4 years ago
ed
a483fb58ee
Projucer: Set pdb filename to match pdb output file to workaround broken VS2019 copy step
When building a static library, VS2019 replaces the generated link pdb file with the one created during compilation due to a broken copy step in Microsoft.CppCommon.targets. This workaround generates the pdb in the output directory so the copy step is skipped.
4 years ago
reuk
8023985a8a
CMake: Allow a broader range of source file extensions in modules
4 years ago
reuk
52fcd4b336
CMake: Ensure only supported module sources are built on each platform
4 years ago
ed
060f96ae7c
Projucer: Generate consistent Xcode projects when saving on Windows
4 years ago
reuk
9549f8c95e
AudioPluginHost: Try to find matching plugins by uniqueId if loading initially fails
4 years ago
reuk
041da08474
VST3: Add a new PluginDescription::uniqueId field
4 years ago
reuk
c7d082e770
CMake: Avoid commandline length limit when creating binarydata libraries with hundreds of input files
4 years ago
ed
282ad8fa9c
Projucer: Fixed a bug escaping Xcode project settings starting or ending with quotes
4 years ago
Tom Poole
60e13bec0c
Allow use of an external VST3 SDK on BSD
4 years ago
reuk
429550f3dd
CMake: Support using custom VST3 SDKs
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
Tom Poole
9492b361b9
Re-saved all projects
4 years ago
reuk
432cd793d7
AudioPluginHost: Avoid drawing in unsafe areas of the screen on mobile
4 years ago
reuk
de278cf555
AudioPluginHost: Allow resizing plugins from the host, and increase border size on mobile
The increased border size should make it slightly less fiddly to tap on
the window border.
4 years ago
reuk
bc660e8218
AudioPluginHost: Avoid creating editor if hasEditor returns false
4 years ago
reuk
8c9c3c3ca9
Projucer: Use exporter name, rather than build folder name, to locate pre-built libraries
4 years ago
reuk
3f17cc7b2e
CMake: Add juce_enable_copy_plugin_step function
4 years ago
Tom Poole
3a8db2f04d
Re-saved all projects
4 years ago
Tom Poole
4c58e50f2e
Bump version number to 6.0.8
4 years ago
Tom Poole
6efb77bed3
Fixed a bug escaping MTL_HEADER_SEARCH_PATHS in the Xcode exporter
4 years ago
Tom Poole
717774b648
VST3: Fixed the plug-in bundle path on aarch64
4 years ago
Tom Poole
0e599bea06
Re-saved all projects
4 years ago
ed
4ea3053b1c
Projucer: Updated URL::createInputStream() code to use URL::InputStreamOptions
4 years ago
reuk
55ffcd1893
CMake: Use CMAKE_OSX_SYSROOT to locate AU/Rez files
This change should allow CMake builds to work with either a full Xcode
install, or a CommandLineTools-only install.
4 years ago
ed
8500f40b95
AudioPluginHost: Only auto-scale VST plug-in windows
4 years ago
ed
3a0af69eff
AudioPluginHost: Added an application-level setting for scaling plug-ins on Windows
4 years ago
reuk
45409bb4e6
FileChooser: Hide chooser when it leaves scope on Windows
4 years ago
reuk
1817c54169
CMake: Add Unity build back in for PIPs
4 years ago
reuk
f68ee25b52
CMake: Automatically set archiving-related properties when generating for Xcode
4 years ago
reuk
d6376e710f
CMake: Use correct include paths when invoking rez
4 years ago
ed
7b6d6d55cb
AudioPluginHost: Fixed backwards compatibility with old internal plug-in names
4 years ago