jules
|
f8c90cebe4
|
Introjucer: Improved error messages when module paths are invalid
|
9 years ago |
jules
|
f8bd0a3079
|
Introjucer: added swift as a source file type
|
9 years ago |
jules
|
f23ded16c6
|
Minor refactoring in introjucer code.
|
9 years ago |
jules
|
5fcf662375
|
Fixes for Introjucer in Xcode 7
|
9 years ago |
jules
|
7c96b6e999
|
Updated various project files.
|
9 years ago |
jules
|
3cad25f231
|
Introjucer: Fix for some Windows paths in the JuceHeader.h file
|
9 years ago |
jules
|
c53b00cb21
|
Introjucer: changes to implementation of auto-update and a few editor tweaks.
|
9 years ago |
jules
|
323bce7282
|
Introjucer: More avoiding of recursive project saving.
|
9 years ago |
jules
|
fa0d2574e9
|
Introjucer: prevented recursively saving projects
|
9 years ago |
jules
|
21dabf778d
|
Introjucer: Refactored global path implementation
|
9 years ago |
jules
|
4c6be5671e
|
Introjucer: if groups are sorted, then adding new files retains the sort order.
|
9 years ago |
Timur Doumler
|
cc5d194b75
|
Introjucer: made functions inside unnamed namespace inline to avoid multiple definitions.
|
9 years ago |
Timur Doumler
|
630cb459cb
|
Removed "Plugin AU SDK Path" from Project settings as it is not used anymore.
|
9 years ago |
jules
|
2cecf92a0e
|
Embedded the Apple CoreAudio support files inside the juce_audio_plugin module, so that users no longer need to install or patch these files themselves!
|
9 years ago |
Timur Doumler
|
a362dbe6aa
|
Fixed bug in project path settings where global values were erroneously set to project-specific values.
|
9 years ago |
Timur Doumler
|
aefd5d3725
|
Indentation.
|
9 years ago |
Timur Doumler
|
a178731a95
|
refactoring: put initialisation of dependency path values into the individual exporters, called from their constructors.
|
9 years ago |
Timur Doumler
|
7ea0ab19fd
|
Refactoring: moved getVST/AAX/RTASFolder() into Exporter so it can use a DependencyPathValueSource instead of the project setting.
|
9 years ago |
Timur Doumler
|
f4c91eca99
|
Fixed exporting global/fallback path settings for Android exporter by moving Android SDK/NDK DependencyPathValueSource ownership into the project.
|
9 years ago |
Timur Doumler
|
af9762885b
|
Refactoring: moved isValidPath() check to the DependencyPathValueSource, to make the DependencyPathPropertyComponent responsible for GUI only.
|
9 years ago |
Timur Doumler
|
d9cd459032
|
Moved dependency path key strings into better location (DependencyPath utility class)
|
9 years ago |
Timur Doumler
|
abf5cb18d5
|
Introjucer: avoided Visual Studio 2015 warning.
|
9 years ago |
Timur Doumler
|
c922162b03
|
Introjucer: added global preferences window and global SDK path settings.
|
9 years ago |
jules
|
e12b3ed774
|
Fixed an old but harmess typo in the introjucer that was using slightly odd names in the project file.
|
9 years ago |
Timur Doumler
|
dca4d77f9d
|
Fixed compiler warnings on Visual Studio 2015 RTM.
|
9 years ago |
hogliux
|
c7b8e77031
|
Update copyright notice
|
9 years ago |
jules
|
dab1a549b9
|
Introjucer: some internal refactoring.
|
10 years ago |
jules
|
26143d5034
|
Introjucer: added a better browser for module paths
|
10 years ago |
jules
|
b0ca99d26b
|
Introjucer: made the modules panel update when the filename is edited
|
10 years ago |
jules
|
e179df3e2c
|
Introjucer: Fix to linux VST makefile flag generation.
|
10 years ago |
jules
|
43ce64a099
|
Introjucer: refactored some functions and made it add "--no-undefined" to linux VST makefile linker settings.
|
10 years ago |
jules
|
3e5b15a8e3
|
Introjucer: fix for menu glitch when clicking "save and open" button in dual iOS/OSX projects.
|
10 years ago |
jules
|
1952ed195e
|
Whitespace
|
10 years ago |
jules
|
0860061fd9
|
Introjucer: made it possible to use relative paths for AU SDK includes
|
10 years ago |
Timur Doumler
|
898e3c3796
|
Introjucer: added Linux Code::Blocks project export.
|
10 years ago |
jules
|
9da6f51439
|
Introjucer: added a field for setting the plugin AudioUnit SDK path.
|
10 years ago |
jules
|
bbc3a56b84
|
Introjucer: added module option flags for OSXLibs and iOSLibs
|
10 years ago |
jules
|
6bc4d7627f
|
Modified the ValueTree::Listener::valueTreeChildRemoved() and ValueTree::Listener::valueTreeChildOrderChanged() methods to include some extra parameters that give more detailed info about exactly what changed.
|
10 years ago |
jules
|
d4a830fd65
|
Minor cleanup.
|
10 years ago |
jules
|
7b0a6157fd
|
Introjucer: disabled a "save as" menu item when it's not needed.
|
10 years ago |
jules
|
22d48b465f
|
Introjucer: Stopped MSVC AAX projects from setting the binary extention to .aaxplugin, instead allowing the post-build script to handle the renaming.
|
10 years ago |
jules
|
27e225e1fc
|
Introjucer: made the default plugin ID a random value.
|
10 years ago |
jules
|
2f3e5b1759
|
Introjucer: made sure that the post-build script is added in an AU-only project.
|
10 years ago |
jules
|
f59d2e74e1
|
Fixes for Visual Studio
|
10 years ago |
jules
|
4b28a4bb23
|
more auto-update work
|
10 years ago |
jules
|
9191455677
|
Introjucer: avoided adding unnecessary .r files in plugin builds that don't target RTAS or AU.
|
10 years ago |
jules
|
3e662da32b
|
Introjucer: added a version and build date to the window background logo area.
|
10 years ago |
Felix Faire
|
ff6520a89a
|
Added Animated App template and examples
|
10 years ago |
jules
|
80214e458c
|
First version of new introjucer templates page
|
10 years ago |
jules
|
a92dcf0996
|
Introjucer: increased the number of characters allowed for the plugin channel config.
|
10 years ago |