| .. |
|
jucer_AudioPluginModule.h
|
Introjucer: change to android manifest to improve graphics performance. Stopped alertwindows being always-on-top in plugins.
|
2012-09-19 18:39:57 +01:00 |
|
jucer_ConfigPage.cpp
|
Introjucer: some refactoring, new icon.
|
2012-08-31 10:46:33 +01:00 |
|
jucer_ConfigPage.h
|
Introjucer fixes + cosmetic changes.
|
2012-08-09 11:40:45 +01:00 |
|
jucer_GroupInformationComponent.h
|
Misc minor tidying up.
|
2012-09-08 11:31:51 +01:00 |
|
jucer_Module.cpp
|
A couple of minor introjucer changes.
|
2012-09-07 22:38:32 +01:00 |
|
jucer_Module.h
|
A couple of minor introjucer changes.
|
2012-09-07 22:38:32 +01:00 |
|
jucer_ModulesPanel.h
|
Misc minor tidying up.
|
2012-09-08 11:31:51 +01:00 |
|
jucer_NewFileWizard.cpp
|
Introjucer: wizards for auto-generating new Component classes
|
2012-09-06 11:08:29 +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: fix for new command-line project wizard.
|
2012-09-18 10:36:15 +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
|
Some clean-ups and additions to Logger and FileLogger classes. Added some logging to the Introjucer.
|
2012-09-19 15:22:39 +01:00 |
|
jucer_Project.h
|
Introjucer: added some comment fields to the config pages.
|
2012-09-05 15:27:29 +01:00 |
|
jucer_ProjectContentComponent.cpp
|
Introjucer: added text search for the code editor.
|
2012-09-18 20:04:26 +01:00 |
|
jucer_ProjectContentComponent.h
|
Introjucer: minor internal work.
|
2012-09-14 16:25:32 +01:00 |
|
jucer_ProjectTreeViewBase.cpp
|
Introjucer: some refactoring, new icon.
|
2012-08-31 10:46:33 +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
|
Updated CodeEditorComponent to act as an ApplicationCommandTarget
|
2012-09-17 21:20:18 +01:00 |
|
jucer_TreeViewTypes.h
|
Introjucer: made treeview remember its openness state.
|
2012-02-08 09:18:17 +00:00 |