1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-22 01:34:21 +00:00
JUCE/modules/juce_gui_basics/drawables
2020-03-30 18:34:19 +01:00
..
juce_Drawable.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
juce_Drawable.h Fixed some more typos 2020-01-07 08:53:23 +00:00
juce_DrawableComposite.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
juce_DrawableComposite.h 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
juce_DrawableImage.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
juce_DrawableImage.h 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
juce_DrawablePath.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
juce_DrawablePath.h 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
juce_DrawableRectangle.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
juce_DrawableRectangle.h 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
juce_DrawableShape.cpp Removal of RelativeCoordinate classes from the Drawables 2018-01-03 11:13:14 +00:00
juce_DrawableShape.h Enabled some more warning flags in Xcode, and fixed the problems they caused 2019-01-11 09:52:10 +00:00
juce_DrawableText.cpp Added DrawableText::replaceColour() 2019-06-24 11:49:56 +01:00
juce_DrawableText.h Added DrawableText::replaceColour() 2019-06-24 11:49:56 +01:00
juce_SVGParser.cpp Deprecated AffineTransform::getScaleFactor() as it was producing incorrect values for transforms containing rotations. Added getDeterminant() method for getting the determinant of the transform 2020-03-30 18:34:19 +01:00