1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
Commit graph

75 commits

Author SHA1 Message Date
jules
f8c90cebe4 Introjucer: Improved error messages when module paths are invalid 2015-10-27 12:50:52 +00:00
jules
7c96b6e999 Updated various project files. 2015-09-03 15:50:06 +01:00
jules
3cad25f231 Introjucer: Fix for some Windows paths in the JuceHeader.h file 2015-09-02 17:42:13 +01:00
jules
4c6be5671e Introjucer: if groups are sorted, then adding new files retains the sort order. 2015-08-20 10:38:06 +01:00
jules
e12b3ed774 Fixed an old but harmess typo in the introjucer that was using slightly odd names in the project file. 2015-08-06 19:31:16 +01:00
hogliux
c7b8e77031 Update copyright notice 2015-07-22 15:59:34 +01:00
jules
dab1a549b9 Introjucer: some internal refactoring. 2015-07-02 14:47:22 +01:00
jules
43ce64a099 Introjucer: refactored some functions and made it add "--no-undefined" to linux VST makefile linker settings. 2015-05-22 11:27:01 +01:00
jules
1952ed195e Whitespace 2015-05-05 12:19:52 +01:00
Timur Doumler
898e3c3796 Introjucer: added Linux Code::Blocks project export. 2015-05-05 11:16:44 +01:00
jules
bbc3a56b84 Introjucer: added module option flags for OSXLibs and iOSLibs 2015-03-02 14:54:57 +00:00
jules
4b28a4bb23 more auto-update work 2014-11-11 12:26:42 +00:00
jules
9191455677 Introjucer: avoided adding unnecessary .r files in plugin builds that don't target RTAS or AU. 2014-11-08 13:32:57 +00:00
jules
3b88555140 Replaced the old, badly-named and badly-implemented String::compareLexicographically() method with String::compareNatural(), which uses a smarter algorithm. Also added a method StringArray::sortNatural() which uses this. 2014-06-15 10:37:31 +01:00
jules
9342cdcc5b Introjucer: fix for MSVC builds creating duplicate files in some situations 2014-06-03 13:00:57 +01:00
jules
91d9c96338 Minor clean-ups 2014-04-29 14:14:21 +01:00
jules
63cb062d35 Initial commit of VST3 hosting. 2013-11-21 13:27:36 +00:00
jules
5ffd878ebc Introjucer: made modules work better when the project doesn't contain any targets that will build on the current OS. 2013-11-12 10:29:04 +00:00
jules
172f19f4a4 Introjucer: fix for module deletion bug, and some clean-ups. 2013-11-03 12:56:50 +00:00
jules
14cb377f77 Introjucer: fix to paths when copying modules locally. 2013-11-02 16:41:11 +00:00
jules
f4a5a0ecb4 Introjucer: better exporting of absolute module paths in android makefiles. 2013-10-28 21:37:21 +00:00
jules
63587c007b Introjucer: sorted out a win32 filename handling issue. 2013-10-28 12:37:12 +00:00
jules
03e14b7851 Introjucer: fixed a bug when deleting modules; added a button to set copying mode for all modules. 2013-10-28 12:34:00 +00:00
jules
cb2e2aa607 Introjucer: added a "defines" parameter to the module manifest format, to allow it to set modules to set project-wide preprocessor defs. 2013-10-15 18:48:40 +01:00
jules
c6becf2532 Introjucer: stopped the modules panel from hammering the website. 2013-10-05 19:14:03 +01:00
jules
20fa1be6ed Introjucer: fix for finding modules on linux. 2013-10-02 10:56:02 +01:00
jules
b9636ce02b Introjucer: when exporting, added the modules folders to the include path. 2013-10-01 20:14:37 +01:00
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. 2013-09-30 14:41:36 +01:00
jules
94da373c31 Fixed a couple of rendering problems when using global scale factors. 2013-09-17 10:23:17 +01:00
jules
3ab3c79589 Introjucer: avoided some MSVC warnings. 2013-09-16 18:12:27 +01:00
jules
64391b7552 Introjucer: began refactoring some module-management code. 2013-09-16 09:23:37 +01:00
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. 2013-09-09 20:07:17 +01:00
jules
135a9d1f5f Introjucer: Avoided duplicated VST path setting. 2013-06-21 16:54:04 +01:00
jules
fc79df875f Refactoring of some glypharrangement code. 2013-06-15 19:27:34 +01:00
jules
ddc1524742 Updated headers in demo project files. 2013-06-13 14:06:55 +01:00
jules
5d6a14659c Introjucer: changed to new juce.com URL. 2013-06-12 09:45:56 +01:00
jules
31fc78b314 Minor tidying up. 2013-06-04 10:16:25 +01:00
jules
d47ac98318 Introjucer: checking for out-of-date introjucer binary. 2013-06-03 22:39:21 +01:00
jules
4d61bfd8a3 Refactored some TRANS strings to make them more amenable to translation. Added the NEEDS_TRANS macro. 2013-05-05 17:13:53 +01:00
jules
bb008cb1ba Merged the old Jucer into the introjucer. 2013-03-31 23:09:17 +01:00
jules
5601c4d189 Introjucer: Added an exporter for Code::Blocks projects 2013-03-28 21:42:21 +00:00
jules
e543949bda Minor clean-ups. 2013-01-05 20:07:22 +00:00
jules
234525aef9 Increased the warning level in a couple of OSX builds, and removed some pedantic warnings in the introjucer. 2012-12-27 19:56:18 +00:00
jules
80dc4c57b0 Introjucer: items which are not included in the project are now crossed-out. 2012-12-18 10:33:54 +00:00
jules
db5c92f760 Introjucer: module error handling. 2012-09-25 17:20:56 +01:00
jules
e00bfdc1df A couple of minor introjucer changes. 2012-09-07 22:38:32 +01:00
jules
b11527d751 Introjucer: launching a project now opens the first possible exporter in the list. 2012-09-04 21:08:52 +01:00
jules
40183ecd74 Introjucer: following aliases in modules folder. 2012-08-24 08:57:53 +01:00
jules
514ed0f30d Introjucer: avoid unnecessary file deletions when saving. 2012-08-22 10:23:54 +01:00
jules
753ebf48e5 Introjucer: reconfigured settings files so that per-project settings are stored separately from global properties. 2012-08-09 15:14:48 +01:00