1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_graphics/geometry
2020-03-30 18:34:19 +01:00
..
juce_AffineTransform.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
juce_AffineTransform.h 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
juce_BorderSize.h Added a LookAndFeel method to modify Label borders 2018-09-04 10:11:29 +01:00
juce_EdgeTable.cpp Fixed some subtle (but benign) undefined behaviour with negative bit-shifts 2017-12-19 14:22:39 +00:00
juce_EdgeTable.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_Line.h Multiple spelling fixes 2018-08-20 18:16:24 +01:00
juce_Parallelogram.h Fixed some more typos 2020-01-07 08:53:23 +00:00
juce_Path.cpp Replaced all uses of static_cast<Type&&> with std::move 2018-11-28 17:29:20 +00:00
juce_Path.h Fixed some more typos 2020-01-07 08:53:23 +00:00
juce_PathIterator.cpp Simplified the Path class by making it use an Array for starage. 2017-12-18 12:22:02 +00:00
juce_PathIterator.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_PathStrokeType.cpp Fixed some stray zeros that were still being passed as null pointers 2018-10-05 12:15:04 +01:00
juce_PathStrokeType.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_Point.h Replaced all instances of JUCE_CONSTEXPR with constexpr 2020-03-11 17:21:30 +00:00
juce_Rectangle.h Fixed some warnings flagged up when enabling -Wswitch-enum, -Wswitch-default, -Wredundant-decls, and -Wimplicit-fallthrough 2020-03-09 17:39:28 +00:00
juce_RectangleList.h Fixed a bug in the previous commit 2019-09-25 09:54:20 +01:00