.. |
Components
|
Fixed some variable shadowing warnings
|
6 years ago |
Documents
|
Another batch of conversion of methods which returned bare XmlElement* to return unique_ptrs
|
6 years ago |
PaintElements
|
Projucer: Updated the auto-generated image code following the latest std::unique_ptr changes
|
6 years ago |
Properties
|
Fixed some stray zeros that were still being passed as null pointers
|
6 years ago |
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
|
6 years ago |
jucer_BinaryResources.cpp
|
More std::unique_ptr modernisation - changed functions that used to return raw Drawable* pointers to use it
|
6 years ago |
jucer_BinaryResources.h
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
7 years ago |
jucer_ComponentLayout.cpp
|
Added handy new function parseXMLIfTagMatches(), and refactored a lot of old code that was parsing XML in a more clunky way
|
6 years ago |
jucer_ComponentLayout.h
|
Projucer: Check if component position is relative to any other components when filling out the setBounds() code in the GUI builder
|
6 years ago |
jucer_GeneratedCode.cpp
|
Projucer: Standardise replacement strings in file templates
|
7 years ago |
jucer_GeneratedCode.h
|
Projucer: Re-factored source code groups and general code clean-up
|
7 years ago |
jucer_JucerDocument.cpp
|
Added handy new function parseXMLIfTagMatches(), and refactored a lot of old code that was parsing XML in a more clunky way
|
6 years ago |
jucer_JucerDocument.h
|
Another batch of conversion of methods which returned bare XmlElement* to return unique_ptrs
|
6 years ago |
jucer_ObjectTypes.cpp
|
Enabled some more warning flags in Xcode, and fixed the problems they caused
|
6 years ago |
jucer_ObjectTypes.h
|
Enabled some more warning flags in Xcode, and fixed the problems they caused
|
6 years ago |
jucer_PaintRoutine.cpp
|
Added handy new function parseXMLIfTagMatches(), and refactored a lot of old code that was parsing XML in a more clunky way
|
6 years ago |
jucer_PaintRoutine.h
|
Projucer: Re-factored source code groups and general code clean-up
|
7 years ago |
jucer_UtilityFunctions.h
|
Projucer: Re-factored source code groups and general code clean-up
|
7 years ago |