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

591 commits

Author SHA1 Message Date
ed
4493b71fd9 Projucer: Remove old plugin format identifier from audio plugin wizard and add standalone to default plugin formats 2018-04-11 15:26:29 +01:00
ed
728d28fdc0 Projucer: Always locally copy PIP files that are created from the clipboard so that they aren't deleted on shutdown 2018-04-11 14:45:40 +01:00
ed
16935088e1 Projucer: Fix linker error when building live-build DLL 2018-04-11 10:26:11 +01:00
ed
c9aebedfeb Projucer: Update PIPGenerator to use new plugin formats multi-choice var 2018-04-11 10:17:34 +01:00
ed
fabb3a1e09 Projucer: Ensure that the compile engine settings are stored and recalled correctly 2018-04-11 09:48:09 +01:00
Tom Poole
4229dc0a4f Made a lot of ScopedPointer usage conform to the std::unique_ptr interface 2018-04-10 18:34:20 +01:00
hogliux
2271d3b734 Android: Android Studio 3.1 now requires the google() repository to come before any other repositories 2018-04-10 14:29:40 +01:00
hogliux
a82047aea9 Android: Updated to latest android gradle plugin and build tools version 2018-04-10 09:56:53 +01:00
jules
d691838765 Tidied up a few minor coding style discrepencies 2018-04-10 09:50:11 +01:00
ed
2204c6b263 Projucer: Fixed a bug where AAX and RTAS categories were not being recalled correctly 2018-04-10 09:06:15 +01:00
ed
03eb182e7d Revert commit ba130cd 2018-04-09 11:10:34 +01:00
ed
7d36760efd PIPs: Changed the Component Main.cpp wrapper to avoid a crash that would happen on quit when using the live-build engine on Windows 2018-04-09 10:43:03 +01:00
ed
05ae575b46 Projucer: Add analytics events for new project wizard page 2018-04-09 09:59:40 +01:00
ed
b999047748 Projucer: Ensure that "Module Added" analytics events are only sent once and not sent when creating a new project 2018-04-09 09:57:45 +01:00
ed
978edcff38 Projucer: Ensure that getAvailableModulesInGlobalPath() can handle paths starting with "~" 2018-04-05 15:31:44 +01:00
ed
c03c950c48 Projucer: Add array delimiter strings to the PIPCreator multi-choice values 2018-04-05 15:14:58 +01:00
ed
96f1fb43c1 Projucer: Clarified the OSX base SDK version that will be used if the "Default" option is selected 2018-04-05 14:38:16 +01:00
ed
5cb7e920ee Projucer: Don't set the OSX SDK version if using default 2018-04-05 13:00:42 +01:00
ed
0f9a0e8c7a Projucer: Fixed a bug where the OSX base SDK version was not being set due to an extra "SDK" being added to the end of the version string 2018-04-05 12:35:40 +01:00
Tom Poole
ba130cdd8c Removed the OS X 10.5 and 10.6 deployment target options from the Projucer 2018-04-05 10:23:04 +01:00
ed
26a608306e Projucer: Fixed a crash that could occur when editing module flags 2018-04-05 09:25:26 +01:00
ed
8d952587a5 Projucer: Renamed the "Include BinaryData in AppConfig" project setting to "Include BinaryData in JuceHeader" so that it actually does what it says 2018-04-04 17:20:14 +01:00
ed
2e8ec2a757 Projucer: Remove unused code in CodeBlocksProjectExporter 2018-04-04 16:55:59 +01:00
ed
1bdc584449 Projucer: Remove unused VST3 code in MakefileProjectExporter 2018-04-04 16:55:59 +01:00
jules
aeee6f4c33 Projucer: added a command-line flag --lf to make the whitespace and other file-generating tools use LF as linefeeds rather than CRLF 2018-04-03 12:58:12 +01:00
ed
dd7d3c41d0 Projucer: Cleaned up the generated BinaryData code and added a BinaryData::originalFilenames array 2018-03-29 14:47:54 +01:00
ed
cca893a5a2 Projucer: Added a MultiChoicePropertyComponent to the project settings for selecting AU main type 2018-03-29 11:15:03 +01:00
ed
bd75eb1ed8 Projucer: Update plugin name, description and AU export prefix defaults when project name changes 2018-03-29 11:12:32 +01:00
ed
961b274e1b Projucer: Removed a couple of unused methods 2018-03-29 08:50:53 +01:00
ed
e24cfc864a Projucer: Fixed a couple of VST/VST3 typos in the previous commit 2018-03-28 16:14:25 +01:00
ed
629f2a2979 Projucer: Added options for setting the VST, VST3, AAX and RTAS categories and simplified the plug-in project settings with MultiChoicePropertyComponent 2018-03-28 15:59:34 +01:00
jules
a0f3952081 Projucer GUI editor font kerning retention fix 2018-03-28 10:43:12 +01:00
ed
89d1e60595 Ensure that TextPropertyComponent and ChoicePropertyComponent are updated when the ValueWithDefault default is changed 2018-03-27 14:31:17 +01:00
ed
01339a5365 Projucer: Moved the live-build settings into a separate CompileEngineSettings class and refactored some redundant code 2018-03-27 14:29:02 +01:00
ed
6eeaa4036c Projucer: Ensure that the default project name is used when no name is set 2018-03-27 14:24:53 +01:00
ed
b0344308f5 Projucer: Fixed a few places in the Xcode exporter where the default value may not be recalled correctly 2018-03-27 09:35:51 +01:00
ed
4a80292515 Projucer: Fixed a bug in the MSVC exporter where the architecture setting was not being recalled correctly if set to "default" 2018-03-27 09:16:35 +01:00
ed
0cfa1e4b7a Projucer: Fixed a bug in the Xcode exporter where Xcode resource files were being added to both the source and resource groups 2018-03-26 10:05:28 +01:00
ed
ea826db813 PIPs: Ensure that the assets directory is copied correctly for mobile examples 2018-03-23 10:56:15 +00:00
ed
8a467e7dc3 Projucer: Added a "PIP Creator" utility tool 2018-03-22 15:23:27 +00:00
ed
ec296d8c4c Projucer: Removed a hardcoded String in the logic for resizing PropertyComponents in PropertyGroupComponent 2018-03-21 12:12:33 +00:00
ed
7e310f51bb Projucer: Fixed an assertion that could be hit when calling StoredSettings::checkJUCEPaths() 2018-03-20 17:13:10 +00:00
ed
10753da103 Projucer: Fixed a typo that was causing the DemoRunner project file to not be found on Windows 2018-03-20 17:12:41 +00:00
ed
d728ca03b7 Projucer: Moved some methods out of MiscUtilities and into ProjectExporter 2018-03-20 15:02:34 +00:00
ed
bbc0bdb29e Projucer: Ignore case in isValidExporterName() 2018-03-20 14:36:11 +00:00
ed
32789aec6c Projucer: Added getJUCEModules() and getJUCEExporters() methods to MiscUtilities and use getTargetFolderForExporter() for setting exporter's target locations 2018-03-20 13:00:04 +00:00
ed
1043ed897a Projucer: Fixed a typo in getTargetFolderForExporter() 2018-03-20 12:38:16 +00:00
Noah Dayan
5b3693ed43 Projucer: Match property name with other plugin categories 2018-03-19 17:23:49 +00:00
ed
b958ea92c2 Projucer: Correct default height multiplier in previous commit 2018-03-19 17:14:47 +00:00
ed
8643d958c1 Projucer: Avoid potential divide-by-zero in PropertyGroupComponent::getHeightMultiplier() 2018-03-19 16:50:58 +00:00