1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-24 01:54:22 +00:00
JUCE/extras/Projucer/Source
2019-05-30 12:50:11 +01:00
..
Application Fixed some more RTAS build errors and marked it as deprecated 2019-05-23 11:37:04 +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 More std::unique_ptr modernisation - changed functions that used to return raw Drawable* pointers to use it 2019-05-16 15:37:47 +01:00
ComponentEditor Added handy new function parseXMLIfTagMatches(), and refactored a lot of old code that was parsing XML in a more clunky way 2019-05-19 08:16:27 +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 Enforced more comprehensive const-correctness in the JUCE container classes 2019-05-29 08:52:16 +01:00
Project Fixed some more RTAS build errors and marked it as deprecated 2019-05-23 11:37:04 +01:00
ProjectSaving Projucer: Removed some unused settings from the Android exporter 2019-05-30 12:50:11 +01:00
Settings A few more internal updates for better smart pointer use 2019-05-19 11:44:22 +01:00
Utility Enforced more comprehensive const-correctness in the JUCE container classes 2019-05-29 08:52:16 +01:00
Wizards More std::unique_ptr modernisation - changed functions that used to return raw Drawable* pointers to use it 2019-05-16 15:37:47 +01:00