| .. |
|
juce_AffineTransform.cpp
|
Correction to AffineTransform::getScaleFactor()
|
12 years ago |
|
juce_AffineTransform.h
|
Added some more translation methods to AffineTransform, and a couple of methods to Rectangle and RectangleList
|
12 years ago |
|
juce_BorderSize.h
|
Updated the format of the header include guard macros.
|
12 years ago |
|
juce_EdgeTable.cpp
|
Cleaned up some unused variables.
|
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
|
Doxygen warning fixes and extra comments.
|
12 years ago |
|
juce_RectangleList.h
|
Added some more translation methods to AffineTransform, and a couple of methods to Rectangle and RectangleList
|
12 years ago |