The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ed a54da0b832 Fixed some more typos 5 years ago
..
juce_Drawable.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
juce_Drawable.h Fixed some more typos 5 years ago
juce_DrawableComposite.cpp More std::unique_ptr modernisation - changed functions that used to return raw Drawable* pointers to use it 6 years ago
juce_DrawableComposite.h More std::unique_ptr modernisation - changed functions that used to return raw Drawable* pointers to use it 6 years ago
juce_DrawableImage.cpp More std::unique_ptr modernisation - changed functions that used to return raw Drawable* pointers to use it 6 years ago
juce_DrawableImage.h More std::unique_ptr modernisation - changed functions that used to return raw Drawable* pointers to use it 6 years ago
juce_DrawablePath.cpp More std::unique_ptr modernisation - changed functions that used to return raw Drawable* pointers to use it 6 years ago
juce_DrawablePath.h More std::unique_ptr modernisation - changed functions that used to return raw Drawable* pointers to use it 6 years ago
juce_DrawableRectangle.cpp More std::unique_ptr modernisation - changed functions that used to return raw Drawable* pointers to use it 6 years ago
juce_DrawableRectangle.h More std::unique_ptr modernisation - changed functions that used to return raw Drawable* pointers to use it 6 years ago
juce_DrawableShape.cpp Removal of RelativeCoordinate classes from the Drawables 7 years ago
juce_DrawableShape.h Enabled some more warning flags in Xcode, and fixed the problems they caused 6 years ago
juce_DrawableText.cpp Added DrawableText::replaceColour() 5 years ago
juce_DrawableText.h Added DrawableText::replaceColour() 5 years ago
juce_SVGParser.cpp Fixed some SVG parsing bugs 5 years ago