ed
6b29a6d8ff
Projucer: Fixed a bug when highlighting the global JUCE path property component bounds
2021-05-26 16:54:38 +01:00
reuk
31a7c62baf
Windows: Fix and suppress some analysis warnings
...
This fixes warnings that are emitted when building with the `-analyze`
flag enabled.
2021-05-26 15:34:26 +01:00
reuk
460b71e925
CMake: Emit more descriptive PIP errors
2021-05-24 16:59:40 +01:00
ed
4849b9ffcf
Projucer: Made login form overlay modal
2021-05-20 18:24:56 +01:00
reuk
88313c26b6
Resave all projects
2021-05-19 16:53:02 +01:00
reuk
06544850fb
BLOCKS: Remove juce_blocks_basics module
2021-05-19 16:53:01 +01:00
ed
dda48ebec3
Re-saved all projects
2021-05-17 15:10:56 +01:00
ed
3fec9731ec
Projucer: Bumped Xcode LastUpgradeCheck attribute
2021-05-17 15:10:56 +01:00
reuk
cc4624dfbc
Projucer: Remove unused function
2021-05-14 18:33:25 +01:00
Tom Poole
ec37b512b4
Projucer: Add a missing source file reference
2021-05-14 16:28:49 +01:00
reuk
9c016af6ee
Projucer: Avoid use-after-free in Sidebar destructor
2021-05-14 14:53:12 +01:00
Tom Poole
bfdda737a2
Projucer: Removed the live build
2021-05-14 12:54:07 +01:00
reuk
900282ccf3
MinGW: Fix warnings and errors emitted when building VST3 plugins
2021-05-13 12:10:06 +01:00
reuk
d0bacdae3d
CMake: Avoid placing pdb files inside VST3 and AAX packages
2021-05-13 11:29:20 +01:00
ed
9f295539c1
Projucer: Attempt to validate licence stored on disk if auth token is present without version
2021-05-11 11:49:11 +01:00
ed
618e74fc6a
Projucer: Leave absolute paths alone when adding project items to Xcode project
2021-05-10 16:34:57 +01:00
ed
ab564b75f1
Projucer: Fixed an assertion caused by the project content component trying to grab keyboard focus when not visible
2021-05-10 16:34:57 +01:00
ed
dc4a9c5e40
Re-saved all projects
2021-05-10 10:53:14 +01:00
ed
69085b2a61
Projucer: Accessibility updates
2021-05-10 10:53:14 +01:00
reuk
6e98145185
Projucer: Force Xcode script phases to run on every build
2021-04-28 16:55:21 +01:00
reuk
f5a7d4eea5
Projucer: Allow specifying build number for Xcode projects
2021-04-28 16:55:21 +01:00
reuk
768c2f6db1
Projucer: Add armv8 option for makefile exporter
2021-04-28 16:55:21 +01:00
ed
c0bcba8d71
Projucer: Only update module list on change
2021-04-27 15:56:01 +01:00
ed
94ac07cd73
Projucer: Fixed a potential crash in JucerTreeViewBase when dereferencing a deleted pointer to the underlying TreeViewItem
2021-04-27 15:56:01 +01:00
ed
6e82569c24
Re-saved all projects
2021-04-27 11:56:36 +01:00
ed
a9844e1b9f
Projucer: Correctly handle Xcode frameworks containing spaces
2021-04-22 18:21:38 +01:00
reuk
8a2c6ad8f7
CMake: Fix bug which prevented header-only modules from being configured correctly
2021-04-22 14:43:53 +01:00
reuk
cb399a57ff
CMake: Link CoreServices weakly when building for iOS 11 or lower
2021-04-21 11:15:26 +01:00
Tom Poole
d3248a5f66
Re-saved all projects
2021-04-19 17:33:31 +01:00
Tom Poole
70250dd0c1
Projucer: Added on option to select the macOS application category
2021-04-19 17:31:04 +01:00
reuk
e4dba6a40a
PlistOptions: Add MIDI tag to aumi plists
2021-04-19 14:37:38 +01:00
Tom Poole
f900581605
Projucer: Do a breadth first search for modules
2021-04-19 14:02:54 +01:00
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.
2021-04-19 08:58:05 +01:00
reuk
8023985a8a
CMake: Allow a broader range of source file extensions in modules
2021-04-14 12:36:48 +01:00
reuk
52fcd4b336
CMake: Ensure only supported module sources are built on each platform
2021-04-14 12:36:48 +01:00
ed
060f96ae7c
Projucer: Generate consistent Xcode projects when saving on Windows
2021-04-12 17:16:33 +01:00
reuk
9549f8c95e
AudioPluginHost: Try to find matching plugins by uniqueId if loading initially fails
2021-04-07 15:14:20 +01:00
reuk
041da08474
VST3: Add a new PluginDescription::uniqueId field
2021-04-07 15:14:20 +01:00
reuk
c7d082e770
CMake: Avoid commandline length limit when creating binarydata libraries with hundreds of input files
2021-04-07 10:22:36 +01:00
ed
282ad8fa9c
Projucer: Fixed a bug escaping Xcode project settings starting or ending with quotes
2021-04-06 10:58:17 +01:00
Tom Poole
60e13bec0c
Allow use of an external VST3 SDK on BSD
2021-04-01 08:39:25 +01:00
reuk
429550f3dd
CMake: Support using custom VST3 SDKs
2021-03-30 17:04:53 +01:00
Tom Poole
79fbde7099
Added preliminary support for FreeBSD
2021-03-29 14:16:46 +01:00
reuk
241bb8d430
VST3 Host: Add cross-platform-compatible VST3 uid hash
2021-03-29 11:02:04 +01:00
Tom Poole
9492b361b9
Re-saved all projects
2021-03-26 10:52:57 +00:00
reuk
432cd793d7
AudioPluginHost: Avoid drawing in unsafe areas of the screen on mobile
2021-03-25 11:51:28 +00:00
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.
2021-03-25 11:51:28 +00:00
reuk
bc660e8218
AudioPluginHost: Avoid creating editor if hasEditor returns false
2021-03-24 16:23:14 +00:00
reuk
8c9c3c3ca9
Projucer: Use exporter name, rather than build folder name, to locate pre-built libraries
2021-03-24 14:24:53 +00:00
reuk
3f17cc7b2e
CMake: Add juce_enable_copy_plugin_step function
2021-03-24 14:24:53 +00:00