hogliux
|
2271d3b734
|
Android: Android Studio 3.1 now requires the google() repository to come before any other repositories
|
7 years ago |
hogliux
|
a82047aea9
|
Android: Updated to latest android gradle plugin and build tools version
|
7 years ago |
jules
|
d691838765
|
Tidied up a few minor coding style discrepencies
|
7 years ago |
ed
|
2204c6b263
|
Projucer: Fixed a bug where AAX and RTAS categories were not being recalled correctly
|
7 years ago |
ed
|
03eb182e7d
|
Revert commit ba130cd
|
7 years ago |
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
|
7 years ago |
ed
|
05ae575b46
|
Projucer: Add analytics events for new project wizard page
|
7 years ago |
ed
|
b999047748
|
Projucer: Ensure that "Module Added" analytics events are only sent once and not sent when creating a new project
|
7 years ago |
ed
|
978edcff38
|
Projucer: Ensure that getAvailableModulesInGlobalPath() can handle paths starting with "~"
|
7 years ago |
ed
|
dfc2eb9760
|
Projucer: Clarified the OSX base SDK version that will be used if the "Default" option is selected
|
7 years ago |
ed
|
49c4f0c0f3
|
Projucer: Don't set the OSX SDK version if using default
|
7 years ago |
ed
|
791c7c5ea4
|
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
|
7 years ago |
ed
|
c03c950c48
|
Projucer: Add array delimiter strings to the PIPCreator multi-choice values
|
7 years ago |
ed
|
96f1fb43c1
|
Projucer: Clarified the OSX base SDK version that will be used if the "Default" option is selected
|
7 years ago |
ed
|
5cb7e920ee
|
Projucer: Don't set the OSX SDK version if using default
|
7 years ago |
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
|
7 years ago |
Tom Poole
|
ba130cdd8c
|
Removed the OS X 10.5 and 10.6 deployment target options from the Projucer
|
7 years ago |
ed
|
26a608306e
|
Projucer: Fixed a crash that could occur when editing module flags
|
7 years ago |
ed
|
8d952587a5
|
Projucer: Renamed the "Include BinaryData in AppConfig" project setting to "Include BinaryData in JuceHeader" so that it actually does what it says
|
7 years ago |
ed
|
2e8ec2a757
|
Projucer: Remove unused code in CodeBlocksProjectExporter
|
7 years ago |
ed
|
1bdc584449
|
Projucer: Remove unused VST3 code in MakefileProjectExporter
|
7 years ago |
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
|
7 years ago |
ed
|
dd7d3c41d0
|
Projucer: Cleaned up the generated BinaryData code and added a BinaryData::originalFilenames array
|
7 years ago |
ed
|
cca893a5a2
|
Projucer: Added a MultiChoicePropertyComponent to the project settings for selecting AU main type
|
7 years ago |
ed
|
bd75eb1ed8
|
Projucer: Update plugin name, description and AU export prefix defaults when project name changes
|
7 years ago |
ed
|
961b274e1b
|
Projucer: Removed a couple of unused methods
|
7 years ago |
ed
|
e24cfc864a
|
Projucer: Fixed a couple of VST/VST3 typos in the previous commit
|
7 years ago |
ed
|
629f2a2979
|
Projucer: Added options for setting the VST, VST3, AAX and RTAS categories and simplified the plug-in project settings with MultiChoicePropertyComponent
|
7 years ago |
jules
|
a0f3952081
|
Projucer GUI editor font kerning retention fix
|
7 years ago |
ed
|
89d1e60595
|
Ensure that TextPropertyComponent and ChoicePropertyComponent are updated when the ValueWithDefault default is changed
|
7 years ago |
ed
|
01339a5365
|
Projucer: Moved the live-build settings into a separate CompileEngineSettings class and refactored some redundant code
|
7 years ago |
ed
|
6eeaa4036c
|
Projucer: Ensure that the default project name is used when no name is set
|
7 years ago |
ed
|
b0344308f5
|
Projucer: Fixed a few places in the Xcode exporter where the default value may not be recalled correctly
|
7 years ago |
ed
|
4a80292515
|
Projucer: Fixed a bug in the MSVC exporter where the architecture setting was not being recalled correctly if set to "default"
|
7 years ago |
ed
|
0cfa1e4b7a
|
Projucer: Fixed a bug in the Xcode exporter where Xcode resource files were being added to both the source and resource groups
|
7 years ago |
ed
|
ea826db813
|
PIPs: Ensure that the assets directory is copied correctly for mobile examples
|
7 years ago |
ed
|
8a467e7dc3
|
Projucer: Added a "PIP Creator" utility tool
|
7 years ago |
ed
|
ec296d8c4c
|
Projucer: Removed a hardcoded String in the logic for resizing PropertyComponents in PropertyGroupComponent
|
7 years ago |
ed
|
7e310f51bb
|
Projucer: Fixed an assertion that could be hit when calling StoredSettings::checkJUCEPaths()
|
7 years ago |
ed
|
10753da103
|
Projucer: Fixed a typo that was causing the DemoRunner project file to not be found on Windows
|
7 years ago |
ed
|
d728ca03b7
|
Projucer: Moved some methods out of MiscUtilities and into ProjectExporter
|
7 years ago |
ed
|
bbc0bdb29e
|
Projucer: Ignore case in isValidExporterName()
|
7 years ago |
ed
|
32789aec6c
|
Projucer: Added getJUCEModules() and getJUCEExporters() methods to MiscUtilities and use getTargetFolderForExporter() for setting exporter's target locations
|
7 years ago |
ed
|
1043ed897a
|
Projucer: Fixed a typo in getTargetFolderForExporter()
|
7 years ago |
Noah Dayan
|
5b3693ed43
|
Projucer: Match property name with other plugin categories
|
7 years ago |
ed
|
b958ea92c2
|
Projucer: Correct default height multiplier in previous commit
|
7 years ago |
ed
|
8643d958c1
|
Projucer: Avoid potential divide-by-zero in PropertyGroupComponent::getHeightMultiplier()
|
7 years ago |
ed
|
dbaca088b3
|
Projucer: Remove getJUCEExamplesDirectoryPathFromGlobal() from jucer_MiscUtilities.h
|
7 years ago |
ed
|
5cfc2d24ea
|
Projucer: Only include jucer_ProjucerAnalytics.h if the juce_analytics module is available
|
7 years ago |
ed
|
d707e43d25
|
Projucer: Ignore empty directories when searching for examples
|
7 years ago |