1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
JUCE/extras/Introjucer/Source/Project
2012-08-28 20:56:24 +01:00
..
jucer_AudioPluginModule.h Introjucer: Updated RTAS include path (on win32) 2012-08-26 09:55:16 +01:00
jucer_ConfigPage.cpp Introjucer: reconfigured settings files so that per-project settings are stored separately from global properties. 2012-08-09 15:14:48 +01:00
jucer_ConfigPage.h Introjucer fixes + cosmetic changes. 2012-08-09 11:40:45 +01:00
jucer_GroupInformationComponent.h Introjucer fixes + cosmetic changes. 2012-08-09 11:40:45 +01:00
jucer_Module.cpp Introjucer: following aliases in modules folder. 2012-08-24 08:57:53 +01:00
jucer_Module.h Introjucer: following aliases in modules folder. 2012-08-24 08:57:53 +01:00
jucer_ModulesPanel.h Added some colour IDs for TextPropertyComponent 2012-07-30 08:34:44 +01:00
jucer_NewFileWizard.cpp Cleaned-up class inheritance visibilities and encapsulation for some internal classes. 2012-07-12 14:10:46 +01:00
jucer_NewFileWizard.h Cleaned-up class inheritance visibilities and encapsulation for some internal classes. 2012-07-12 14:10:46 +01:00
jucer_NewProjectWizard.cpp Introjucer: fixed bundle identifier generation. 2012-08-10 08:26:13 +01:00
jucer_NewProjectWizard.h Introjucer updates to the new project wizard and module update system. 2011-10-03 13:05:21 +01:00
jucer_Project.cpp Introjucer: file separator character fix on windows. 2012-08-28 20:56:24 +01:00
jucer_Project.h Introjucer: reconfigured settings files so that per-project settings are stored separately from global properties. 2012-08-09 15:14:48 +01:00
jucer_ProjectContentComponent.cpp Introjucer: reconfigured settings files so that per-project settings are stored separately from global properties. 2012-08-09 15:14:48 +01:00
jucer_ProjectContentComponent.h Introjucer: fine-tuned some command behaviours. 2012-07-26 18:47:24 +01:00
jucer_ProjectTreeViewBase.cpp Introjucer: misc internal refactoring. 2012-07-09 10:15:26 +01:00
jucer_ProjectTreeViewBase.h Introjucer: colours and refactoring. 2012-07-10 12:08:35 +01:00
jucer_ProjectType.cpp Replaced the badly-named method Array::removeValue() with two new methods: removeFirstMatchingValue() and removeAllInstancesOf(). If you call the old method anywhere, you can just replace any calls with removeFirstMatchingValue(), which does the same job, but whose name makes it clear that not all instances of the value will be removed. 2012-07-07 21:09:10 +01:00
jucer_ProjectType.h 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. 2012-02-24 17:15:58 +00:00
jucer_TreeViewTypes.cpp Introjucer: tweaked document focus behaviour. 2012-07-13 14:50:49 +01:00
jucer_TreeViewTypes.h Introjucer: made treeview remember its openness state. 2012-02-08 09:18:17 +00:00