| .. |
|
juce_AffineTransform.cpp
|
Added a new AffineTransform::scaled method and improved Rectangle::operator*=
|
12 years ago |
|
juce_AffineTransform.h
|
Added a new AffineTransform::scaled method and improved Rectangle::operator*=
|
12 years ago |
|
juce_BorderSize.h
|
Updated the format of the header include guard macros.
|
12 years ago |
|
juce_EdgeTable.cpp
|
Added a templated type to the RectangleList class. If you've used this class and these changes cause syntax errors, all you need to do to your code is to replace "RectangleList" with "RectangleList<int>" and everything will work as it did before.
|
12 years ago |
|
juce_EdgeTable.h
|
Added a templated type to the RectangleList class. If you've used this class and these changes cause syntax errors, all you need to do to your code is to replace "RectangleList" with "RectangleList<int>" and everything will work as it did before.
|
12 years ago |
|
juce_Line.h
|
Bit of tidying-up in the Point class, and some spelling fixes in comments.
|
12 years ago |
|
juce_Path.cpp
|
Renamed Rectangle::transformed to Rectangle::transformedBy, in order to match the method name in Point, and allow easier use of these classes in templates.
|
12 years ago |
|
juce_Path.h
|
Bit of tidying-up in the Point class, and some spelling fixes in comments.
|
12 years ago |
|
juce_PathIterator.cpp
|
Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3
|
12 years ago |
|
juce_PathIterator.h
|
Updated the format of the header include guard macros.
|
12 years ago |
|
juce_PathStrokeType.cpp
|
Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3
|
12 years ago |
|
juce_PathStrokeType.h
|
Updated the format of the header include guard macros.
|
12 years ago |
|
juce_Point.h
|
Changed Rectangle::transformed to use getSmallestIntegerContainer on its result when used on a non-float rectangle type.
|
12 years ago |
|
juce_Rectangle.h
|
Added a templated type to the RectangleList class. If you've used this class and these changes cause syntax errors, all you need to do to your code is to replace "RectangleList" with "RectangleList<int>" and everything will work as it did before.
|
12 years ago |
|
juce_RectangleList.h
|
Added a templated type to the RectangleList class. If you've used this class and these changes cause syntax errors, all you need to do to your code is to replace "RectangleList" with "RectangleList<int>" and everything will work as it did before.
|
12 years ago |