1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/extras/Projucer/Source/ComponentEditor
2019-10-15 09:30:53 +01:00
..
Components Fixed some variable shadowing warnings 2019-06-04 17:59:02 +01:00
Documents Another batch of conversion of methods which returned bare XmlElement* to return unique_ptrs 2019-05-15 11:02:03 +01:00
PaintElements Projucer: Fixed a conversion warning in some autogenerated code 2019-10-15 09:30:53 +01:00
Properties Fixed some stray zeros that were still being passed as null pointers 2018-10-05 12:15:04 +01:00
UI 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
jucer_BinaryResources.cpp 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
jucer_BinaryResources.h Replaced all usage of ScopedPointer with std::unique_ptr 2018-04-19 20:27:47 +01:00
jucer_ComponentLayout.cpp 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
jucer_ComponentLayout.h Projucer: Check if component position is relative to any other components when filling out the setBounds() code in the GUI builder 2018-12-13 10:12:50 +00:00
jucer_GeneratedCode.cpp Projucer: Standardise replacement strings in file templates 2018-03-12 14:34:24 +00:00
jucer_GeneratedCode.h Projucer: Re-factored source code groups and general code clean-up 2017-09-29 14:55:01 +01:00
jucer_JucerDocument.cpp 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
jucer_JucerDocument.h Another batch of conversion of methods which returned bare XmlElement* to return unique_ptrs 2019-05-15 11:02:03 +01:00
jucer_ObjectTypes.cpp Enabled some more warning flags in Xcode, and fixed the problems they caused 2019-01-11 09:52:10 +00:00
jucer_ObjectTypes.h Enabled some more warning flags in Xcode, and fixed the problems they caused 2019-01-11 09:52:10 +00:00
jucer_PaintRoutine.cpp 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
jucer_PaintRoutine.h Projucer: Re-factored source code groups and general code clean-up 2017-09-29 14:55:01 +01:00
jucer_UtilityFunctions.h Projucer: Re-factored source code groups and general code clean-up 2017-09-29 14:55:01 +01:00