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

100 commits

Author SHA1 Message Date
jules
323bce7282 Introjucer: More avoiding of recursive project saving. 2015-08-26 16:38:52 +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
hogliux
c7b8e77031 Update copyright notice 2015-07-22 15:59:34 +01:00
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. 2015-02-25 17:38:22 +00:00
jules
6a89a440b5 Introjucer: Reorganised some file extensions and added .asm and .s to the list of recognised types. 2014-08-21 14:34:44 +01: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
91d9c96338 Minor clean-ups 2014-04-29 14:14:21 +01:00
jules
fb2a5fc857 Updates to introjucer for VST3 targets. 2014-02-04 15:54:15 +00:00
jules
eee868ae02 Introjucer: projects now include a JUCE_APP_VERSION macro containing the version number. 2014-01-04 18:26:03 +00:00
jules
d582a66917 Introjucer: Added gnu++0x flag for android builds. Support for SVG icons. 2014-01-02 14:33:06 +00:00
jules
5c98d8f48f Introjucer: command line warning fix. 2013-11-19 10:29:01 +00:00
jules
2c9c35d3c3 Fixed a few compiler warnings. 2013-11-01 10:43:30 +00:00
jules
0ba5b01497 Introjucer: avoided losing the filename suffix when dropping folders into the tree. 2013-10-14 14:18:49 +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
64391b7552 Introjucer: began refactoring some module-management code. 2013-09-16 09:23:37 +01:00
jules
ec524a437d Fixed VC warning. Tweak to mouse cursor snap-back in sliders. Added an introjucer option to avoid adding the BinaryData.h header to AppConfig.h 2013-09-09 21:43:57 +01:00
jules
53ae95b730 Introjucer: fix for a situation where project groups could get duplicate IDs. 2013-08-05 17:11:26 +01:00
jules
ddc1524742 Updated headers in demo project files. 2013-06-13 14:06:55 +01:00
jules
7c6889403c Introjucer: added global preprocessor defs setting. 2013-05-25 13:03:55 -07:00
jules
cf9e7072ae Introjucer: resource file size limit setting. 2013-04-15 21:24:02 +01:00
jules
bb008cb1ba Merged the old Jucer into the introjucer. 2013-03-31 23:09:17 +01:00
jules
0358e95dc9 Introjucer: cleaned up some binarydata code. 2013-03-17 20:09:53 +00:00
jules
9ed6f088e3 Improved Path::addBubble. 2013-01-09 12:43:43 +00:00
jules
e543949bda Minor clean-ups. 2013-01-05 20:07:22 +00:00
jules
ddb6b969ea Introjucer: new plist format for AU plugins. 2013-01-05 15:42:05 +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
2c72bfac6c Reimplemented the VST hex/decimal version change. 2012-11-02 19:54:48 +00:00
jules
aa0eb1a75d Changed the VST version number to be parsed as base-10 rather than base-16. 2012-11-02 17:14:44 +00:00
jules
46f1c15f92 Introjucer: fix for binary data with duplicate filenames. 2012-09-24 12:08:33 +01:00
jules
e77d5b12ef Some clean-ups and additions to Logger and FileLogger classes. Added some logging to the Introjucer. 2012-09-19 15:22:39 +01:00
jules
e8131455d5 Introjucer: added some comment fields to the config pages. 2012-09-05 15:27:29 +01:00
jules
ebb7b6db74 Introjucer: some refactoring, new icon. 2012-08-31 10:46:33 +01:00
jules
a4e87ef28a Introjucer: file separator character fix on windows. 2012-08-28 20:56:24 +01:00
jules
18e07fcd95 Introjucer: fixed bundle identifier generation. 2012-08-10 08:26:13 +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
jules
6b679bb46b New methods in ImageFileFormat for checking file extensions. 2012-08-06 10:48:30 +01:00
jules
49d0182f61 Introjucer: graphical tweaks, binary data header change. 2012-07-26 22:16:07 +01:00
jules
e3537ba57a Cleaned out some defunct ComponentBuilder code. 2012-07-26 15:32:34 +01:00
jules
88c17da08b Removed const-ness from a couple of LookAndFeel method return values. 2012-07-25 20:02:03 +01:00
jules
6fe9e2db73 Minor clean-ups. 2012-07-10 11:50:17 +01:00
jules
c65c7dd4a4 Introjucer: misc internal refactoring. 2012-07-09 10:15:26 +01:00
jules
1f2b26a30b Introjucer: refactored icons. 2012-07-08 22:02:59 +01:00
jules
f824e99f2d Introjucer: refactoring and addition of appearance settings window for editor colours + fonts. 2012-07-04 10:43:18 +01:00
jules
17e59cf95f Introjucer: made sure the new project wizard creates an exporter for the current OS. 2012-07-03 12:07:05 +01:00
jules
b4251726f0 Introjucer: refactored some settings classes, and added new icons for the treeviews. 2012-06-28 19:11:48 +01:00
jules
ead42bd39a Introjucer: Added an Xcode post-build script setting. Enlarged some of the settings page boxes, allowing multi-line text entry for some paths and preprocessor settings. Moved the modules list to its own tree-item. 2012-06-27 19:08:06 +01:00
jules
9074f68da8 Introjucer: more AAX support and some clean-ups. 2012-06-26 15:30:48 +01:00
jules
463d2b3289 Introjucer: redesigned the project settings to be shown as a treeview containing the exporters and configs. 2012-06-24 21:20:59 +01:00
jules
0c142b51b5 Introjucer: avoided clang warning in generated binary data code. 2012-06-23 13:54:38 +01:00