.. |
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
|
5 years ago |
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
|
5 years ago |
juce_BorderSize.h
|
Added a LookAndFeel method to modify Label borders
|
6 years ago |
juce_EdgeTable.cpp
|
Fixed some subtle (but benign) undefined behaviour with negative bit-shifts
|
7 years ago |
juce_EdgeTable.h
|
Add documentation tags
|
7 years ago |
juce_Line.h
|
Multiple spelling fixes
|
6 years ago |
juce_Parallelogram.h
|
Fixed some more typos
|
5 years ago |
juce_Path.cpp
|
Replaced all uses of static_cast<Type&&> with std::move
|
6 years ago |
juce_Path.h
|
Fixed some more typos
|
5 years ago |
juce_PathIterator.cpp
|
Simplified the Path class by making it use an Array for starage.
|
7 years ago |
juce_PathIterator.h
|
Add documentation tags
|
7 years ago |
juce_PathStrokeType.cpp
|
Fixed some stray zeros that were still being passed as null pointers
|
6 years ago |
juce_PathStrokeType.h
|
Add documentation tags
|
7 years ago |
juce_Point.h
|
Replaced all instances of JUCE_CONSTEXPR with constexpr
|
5 years ago |
juce_Rectangle.h
|
Fixed some warnings flagged up when enabling -Wswitch-enum, -Wswitch-default, -Wredundant-decls, and -Wimplicit-fallthrough
|
5 years ago |
juce_RectangleList.h
|
Fixed a bug in the previous commit
|
5 years ago |