Tom Poole
|
235bbd46cf
|
Projucer: Code tidy up
|
2018-07-12 10:07:50 +01:00 |
|
ed
|
a0493e67c1
|
Projucer: Don't attempt to parse empty file paths in FilePathPropertyComponent
|
2018-07-10 11:44:07 +01:00 |
|
jules
|
d9fa1c4602
|
Worked around some UB sanitiser warnings in Projucer
|
2018-07-04 09:15:15 +01:00 |
|
hogliux
|
fefbbc89b4
|
AU: Added an option to the Projucer to enable sandbox safe AUs (required for newer versions of GarageBand)
|
2018-06-26 16:16:12 +01:00 |
|
ed
|
bf8adbc29a
|
Projucer: Added an option to set the path to the Android Studio executable in the "Global Paths" settings
|
2018-06-19 12:18:06 +01:00 |
|
hogliux
|
cf4f12a452
|
Replaced our VST2 interface headers with official VST3 SDK
|
2018-06-11 12:49:35 +01:00 |
|
Lukasz Kozakiewicz
|
70ad10155f
|
Projucer: add option to Xcode exporter to embed a framework in an app bundle.
|
2018-05-17 15:40:16 +01:00 |
|
ed
|
527625b699
|
Added support for building Unity native audio plugins on desktop platforms
|
2018-05-10 16:32:30 +01:00 |
|
Lukasz Kozakiewicz
|
772185f2b0
|
Add camera support for iOS and Android.
|
2018-04-25 18:54:04 +02:00 |
|
ed
|
d53171f0e9
|
Add "Assets" folder as a custom resource folder in AUv3SynthPlugin example on Mac so that the AUv3 passes auval
|
2018-04-23 16:45:10 +01:00 |
|
ed
|
f29fa75477
|
Projucer: Fixed the "Don't Add Resources Folder to App Extension" setting in the iOS exporter so that it does what it says and added the option to the Mac exporter
|
2018-04-23 16:45:10 +01:00 |
|
Tom Poole
|
884f03aaa3
|
Added a missing plug-in capability when creating the AudioPluginDemo project
|
2018-04-23 12:33:17 +01:00 |
|
ed
|
040a3168f3
|
Projucer: Fix formatting in previous commit
|
2018-04-23 11:43:10 +01:00 |
|
ed
|
12b90421b4
|
Projucer: Set extra plugin formats and characteristics of PIP examples
|
2018-04-23 10:21:56 +01:00 |
|
Tom Poole
|
ab863a6dc2
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
2018-04-19 20:27:47 +01:00 |
|
ed
|
1060e3a0c2
|
Projucer: Use widget colour id for MultiChoicePropertyComponent button text
|
2018-04-19 14:36:23 +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 |
|
Tom Poole
|
4229dc0a4f
|
Made a lot of ScopedPointer usage conform to the std::unique_ptr interface
|
2018-04-10 18:34:20 +01:00 |
|
jules
|
d691838765
|
Tidied up a few minor coding style discrepencies
|
2018-04-10 09:50:11 +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
|
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 |
|
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
|
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 |
|
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
|
ea826db813
|
PIPs: Ensure that the assets directory is copied correctly for mobile examples
|
2018-03-23 10:56:15 +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 |
|
ed
|
dbaca088b3
|
Projucer: Remove getJUCEExamplesDirectoryPathFromGlobal() from jucer_MiscUtilities.h
|
2018-03-16 15:56:06 +00:00 |
|
ed
|
977e173dc0
|
PIPs: Ignore system headers in replaceRelativeIncludesAndGetFilesToMove()
|
2018-03-16 12:29:15 +00:00 |
|
ed
|
da19cf36ab
|
PIPs: Set the plugin manufacturer when generating an AudioProcessor PIP
|
2018-03-16 12:22:11 +00:00 |
|
ed
|
7d451b984a
|
PIPs: Enable building VST and AU when generating an AudioProcessor PIP
|
2018-03-16 09:13:36 +00:00 |
|
ed
|
c596583e3b
|
Projucer: Fixed a bug where PIP files not copied locally wouldn't initially be displayed in the code editor
|
2018-03-15 16:42:26 +00:00 |
|
ed
|
ef2d1fa9fd
|
Projucer: Various fixes and improvements to PIPGenerator
|
2018-03-15 12:10:36 +00:00 |
|
ed
|
47af78fe0b
|
Projucer: Implement PIPGenerator
|
2018-03-15 12:10:35 +00:00 |
|
ed
|
fa02112614
|
Projucer: Add PIPGenerator class
|
2018-03-15 12:10:35 +00:00 |
|
ed
|
9341f15c5f
|
Projucer: Fixed a recursive bug that could occur when editing the text in FilePathPropertyComponent
|
2018-03-15 12:10:32 +00:00 |
|
ed
|
b3d35345e9
|
Projucer: Ensure that FilePathPropertyComponent text colour is updated when entering a path
|
2018-03-13 12:47:10 +00:00 |
|
ed
|
58c02823c5
|
Projucer: Moved some methods into MiscUtilities
|
2018-03-12 15:16:26 +00:00 |
|
ed
|
139341926c
|
Projucer: Tweak button L&F
|
2018-03-12 14:57:14 +00:00 |
|
ed
|
2f52fa205a
|
Projucer: Standardise replacement strings in file templates
|
2018-03-12 14:34:24 +00:00 |
|
Lukasz Kozakiewicz
|
c859b4af1d
|
Android: add support for Google Oboe (developer preview).
|
2018-03-07 17:43:39 +01:00 |
|
ed
|
9685dacc5d
|
Projucer: Remove getTextButtonFont() from ProjucerLookAndFeel
|
2018-02-27 15:00:19 +00:00 |
|
Lukasz Kozakiewicz
|
4be6679aab
|
Projucer: add option to specify custom drawable resources in Android exporter.
|
2018-02-21 17:37:37 +01:00 |
|
Lukasz Kozakiewicz
|
7158847b6b
|
Projucer: allow to customise remote notifications config file per build configuration.
|
2018-02-21 17:37:37 +01:00 |
|
ed
|
36f6ff854e
|
Projucer: Add a text field to the iOS exporter to set the reason for microphone permissions
|
2018-02-19 12:51:28 +00:00 |
|