jules
|
63cb062d35
|
Initial commit of VST3 hosting.
|
11 years ago |
jules
|
5ffd878ebc
|
Introjucer: made modules work better when the project doesn't contain any targets that will build on the current OS.
|
11 years ago |
jules
|
172f19f4a4
|
Introjucer: fix for module deletion bug, and some clean-ups.
|
11 years ago |
jules
|
14cb377f77
|
Introjucer: fix to paths when copying modules locally.
|
11 years ago |
jules
|
f4a5a0ecb4
|
Introjucer: better exporting of absolute module paths in android makefiles.
|
11 years ago |
jules
|
63587c007b
|
Introjucer: sorted out a win32 filename handling issue.
|
11 years ago |
jules
|
03e14b7851
|
Introjucer: fixed a bug when deleting modules; added a button to set copying mode for all modules.
|
11 years ago |
jules
|
cb2e2aa607
|
Introjucer: added a "defines" parameter to the module manifest format, to allow it to set modules to set project-wide preprocessor defs.
|
11 years ago |
jules
|
c6becf2532
|
Introjucer: stopped the modules panel from hammering the website.
|
11 years ago |
jules
|
20fa1be6ed
|
Introjucer: fix for finding modules on linux.
|
11 years ago |
jules
|
b9636ce02b
|
Introjucer: when exporting, added the modules folders to the include path.
|
11 years ago |
jules
|
a9aae9651b
|
Big refactoring of the introjucer's module handling - removed the global module path, and each module now stores its path for each exporter. Rewrote all the UI for downloading + updating modules.
|
11 years ago |
jules
|
94da373c31
|
Fixed a couple of rendering problems when using global scale factors.
|
11 years ago |
jules
|
3ab3c79589
|
Introjucer: avoided some MSVC warnings.
|
11 years ago |
jules
|
64391b7552
|
Introjucer: began refactoring some module-management code.
|
11 years ago |
jules
|
fecba9c31c
|
New class StringRef, to improve performance in function calls that can take either a String or a raw string literal. Modified a few other classes to take advantage of this.
|
11 years ago |
jules
|
135a9d1f5f
|
Introjucer: Avoided duplicated VST path setting.
|
12 years ago |
jules
|
fc79df875f
|
Refactoring of some glypharrangement code.
|
12 years ago |
jules
|
ddc1524742
|
Updated headers in demo project files.
|
12 years ago |
jules
|
5d6a14659c
|
Introjucer: changed to new juce.com URL.
|
12 years ago |
jules
|
31fc78b314
|
Minor tidying up.
|
12 years ago |
jules
|
d47ac98318
|
Introjucer: checking for out-of-date introjucer binary.
|
12 years ago |
jules
|
4d61bfd8a3
|
Refactored some TRANS strings to make them more amenable to translation. Added the NEEDS_TRANS macro.
|
12 years ago |
jules
|
bb008cb1ba
|
Merged the old Jucer into the introjucer.
|
12 years ago |
jules
|
5601c4d189
|
Introjucer: Added an exporter for Code::Blocks projects
|
12 years ago |
jules
|
e543949bda
|
Minor clean-ups.
|
12 years ago |
jules
|
234525aef9
|
Increased the warning level in a couple of OSX builds, and removed some pedantic warnings in the introjucer.
|
12 years ago |
jules
|
80dc4c57b0
|
Introjucer: items which are not included in the project are now crossed-out.
|
12 years ago |
jules
|
db5c92f760
|
Introjucer: module error handling.
|
12 years ago |
jules
|
e00bfdc1df
|
A couple of minor introjucer changes.
|
12 years ago |
jules
|
b11527d751
|
Introjucer: launching a project now opens the first possible exporter in the list.
|
12 years ago |
jules
|
40183ecd74
|
Introjucer: following aliases in modules folder.
|
12 years ago |
jules
|
514ed0f30d
|
Introjucer: avoid unnecessary file deletions when saving.
|
12 years ago |
jules
|
753ebf48e5
|
Introjucer: reconfigured settings files so that per-project settings are stored separately from global properties.
|
12 years ago |
jules
|
b4251726f0
|
Introjucer: refactored some settings classes, and added new icons for the treeviews.
|
13 years ago |
jules
|
1089e3df86
|
Introjucer: Added "LinuxLibs" field to modules, for specifying module-specific libs.
|
13 years ago |
jules
|
276e7622a9
|
Introjucer: added checking to avoid duplicate IDs in groups.
|
13 years ago |
jules
|
d4fb934a26
|
Fixed a problem with introjucer module file target parsing.
|
13 years ago |
jules
|
5509a4f950
|
Introjucer: more AAX work.
|
13 years ago |
jules
|
a2845d8895
|
Introjucer: some preliminary AAX work.
|
13 years ago |
jules
|
54bdb48972
|
Introjucer: minor internal changes.
|
13 years ago |
jules
|
cebf34d9bb
|
Introjucer: improved handling of windows filenames when run on *nix.
|
13 years ago |
jules
|
a25bddb7ff
|
Introjucer: fix for projects without an export target that can be launched on the current OS.
|
13 years ago |
jules
|
b69b7c7647
|
Made the ValueTree::getPropertyAsValue method non-const, to ensure the class behaves in a const-correct manner. Improved the Introjucer's use of const ValueTrees to enable it to write each exporter in parallel, for quicker saving. Tweaked the Identifer class to be thread-safe.
|
13 years ago |
jules
|
105929d39f
|
Introjucer: a few minor optimisations.
|
13 years ago |
jules
|
b8397a9888
|
Added some iterators for introjucer projects.
|
13 years ago |
jules
|
10a388a9e8
|
Introjucer: added option to provide some custom Plist XML which overrides the introjucer's settings. Cleaned up some internal introjucer property handling.
|
13 years ago |
jules
|
96ec22501a
|
Improved CallOutBox layout. Minor introjucer tidy-ups.
|
13 years ago |
jules
|
5567e16566
|
Introjucer fix for plugin builds in MSVC.
|
13 years ago |
jules
|
8dd0a7e7f2
|
Fix for misaligned AIFF files. Introjucer fix for locally-copied files and MSVC optimisation.
|
13 years ago |