.. |
juce_AffineTransform.cpp
|
Some tidying up in AffineTransform, and added a new fromTargetPoints method
|
7 years ago |
juce_AffineTransform.h
|
Clarified comments around the JUCE_ALLOW_STATIC_NULL_VARIABLES items to make clear that they're deprecated
|
7 years ago |
juce_BorderSize.h
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
7 years ago |
juce_EdgeTable.cpp
|
Fixed some subtle (but benign) undefined behaviour with negative bit-shifts
|
7 years ago |
juce_EdgeTable.h
|
Optimised the GL renderer to avoid splitting large rectangles into horizontal strips unnecessarily
|
7 years ago |
juce_Line.h
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
7 years ago |
juce_Parallelogram.h
|
Added a parallelogram class
|
7 years ago |
juce_Path.cpp
|
Fixed an undefined behaviour warning in the demo app, and tidied up a couple of path functions
|
7 years ago |
juce_Path.h
|
Fixed an undefined behaviour warning in the demo app, and tidied up a couple of path functions
|
7 years ago |
juce_PathIterator.cpp
|
Simplified the Path class by making it use an Array for starage.
|
7 years ago |
juce_PathIterator.h
|
Simplified the Path class by making it use an Array for starage.
|
7 years ago |
juce_PathStrokeType.cpp
|
Began phasing out double_Pi and float_Pi in favour of MathConstants::pi. Also added MathConstants::twoPi
|
7 years ago |
juce_PathStrokeType.h
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
7 years ago |
juce_Point.h
|
Added some more JUCE_CONSTEXPR flags to Point
|
7 years ago |
juce_Rectangle.h
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
7 years ago |
juce_RectangleList.h
|
Changed the parameters to Graphics::fillCheckerBoard() to be floats rather than ints, and improved its performance
|
7 years ago |