1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-28 02:30:05 +00:00
JUCE/extras/Projucer/Source
2019-05-15 11:02:03 +01:00
..
Application Projucer: Update PIP creator window colours when colour scheme changes 2019-05-15 10:41:02 +01:00
BinaryData Projucer: Request audio recording permissions in the Audio Application template on platforms which require it 2018-11-16 16:59:52 +00:00
CodeEditor Another batch of conversion of methods which returned bare XmlElement* to return unique_ptrs 2019-05-15 11:02:03 +01:00
ComponentEditor Another batch of conversion of methods which returned bare XmlElement* to return unique_ptrs 2019-05-15 11:02:03 +01:00
Licenses Made a lot of the functions that used to return a raw XmlElement* instead return a std::unique_ptr<XmlElement> to make it safer and more concise to capture them. Also added new methods to XmlElement for generating text, and deprecated the old ones 2019-05-09 10:51:19 +01:00
LiveBuildEngine Removed some empty ValueTree::Listener methods that are no longer needed 2019-03-22 17:28:14 +00:00
Project Added some overloads to OwnedArray to let items be added from std::unique_ptrs. Also removed OwnedArray::addIfNotAlreadyThere because it's ambiguous about whether the object should be deleted if it fails to be added! 2019-05-15 11:02:03 +01:00
ProjectSaving Added some overloads to OwnedArray to let items be added from std::unique_ptrs. Also removed OwnedArray::addIfNotAlreadyThere because it's ambiguous about whether the object should be deleted if it fails to be added! 2019-05-15 11:02:03 +01:00
Settings Made a lot of the functions that used to return a raw XmlElement* instead return a std::unique_ptr<XmlElement> to make it safer and more concise to capture them. Also added new methods to XmlElement for generating text, and deprecated the old ones 2019-05-09 10:51:19 +01:00
Utility Projucer: Update PIP creator window colours when colour scheme changes 2019-05-15 10:41:02 +01:00
Wizards Projucer: Removed the juce_video module from the list of defaults 2018-11-29 12:14:15 +00:00