1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/extras/Introjucer/Source/Project
2014-10-29 15:55:23 +00:00
..
jucer_AudioPluginModule.h Moved some C++ escaping functions from the Introjucer into CppTokeniserFunctions. 2014-07-04 17:53:31 +01:00
jucer_ConfigTree_Base.h Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer. 2013-12-23 15:16:38 +00:00
jucer_ConfigTree_Exporter.h Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer. 2013-12-23 15:16:38 +00:00
jucer_ConfigTree_Modules.h Introjucer: tweaked some syntax to avoid problems with old GCC versions. 2014-08-04 09:09:06 +01:00
jucer_GroupInformationComponent.h Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer. 2013-12-23 15:16:38 +00:00
jucer_Module.cpp 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
jucer_Module.h Initial commit of VST3 hosting. 2013-11-21 13:27:36 +00:00
jucer_ModulesPanel.h Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer. 2013-12-23 15:16:38 +00:00
jucer_Project.cpp Introjucer: Reorganised some file extensions and added .asm and .s to the list of recognised types. 2014-08-21 14:34:44 +01:00
jucer_Project.h Updates to introjucer for VST3 targets. 2014-02-04 15:54:15 +00:00
jucer_ProjectContentComponent.cpp Introjucer: fixed a problem with the open-project menu if multiple export targets have the same name 2014-08-04 10:33:48 +01:00
jucer_ProjectContentComponent.h Introjucer: fixed a problem with the open-project menu if multiple export targets have the same name 2014-08-04 10:33:48 +01:00
jucer_ProjectTree_Base.h Introjucer: misc minor fixes + tweaks. 2013-10-18 10:31:08 +01:00
jucer_ProjectTree_File.h 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
jucer_ProjectTree_Group.h 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
jucer_ProjectType.cpp Introjucer: increased the number of characters allowed for the plugin channel config. 2014-10-02 08:54:17 +01:00
jucer_ProjectType.h Added Animated App template and examples 2014-10-29 15:55:23 +00:00