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
2017-12-18 12:22:02 +00:00
..
juce_AffineTransform.cpp 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 2017-09-08 08:59:55 +01:00
juce_AffineTransform.h Added 'final' keyword to a lot of classes from which you really shouldn't be inheriting! 2017-10-09 12:38:06 +01:00
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 2017-09-08 08:59:55 +01:00
juce_EdgeTable.cpp Simplified the Path class by making it use an Array for starage. 2017-12-18 12:22:02 +00:00
juce_EdgeTable.h Optimised the GL renderer to avoid splitting large rectangles into horizontal strips unnecessarily 2017-11-03 13:51:37 +00:00
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 2017-09-08 08:59:55 +01:00
juce_Path.cpp Simplified the Path class by making it use an Array for starage. 2017-12-18 12:22:02 +00:00
juce_Path.h Simplified the Path class by making it use an Array for starage. 2017-12-18 12:22:02 +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 Simplified the Path class by making it use an Array for starage. 2017-12-18 12:22:02 +00:00
juce_PathStrokeType.cpp Began phasing out double_Pi and float_Pi in favour of MathConstants::pi. Also added MathConstants::twoPi 2017-12-06 11:16:22 +00:00
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 2017-09-08 08:59:55 +01:00
juce_Point.h Added some more JUCE_CONSTEXPR flags to Point 2017-10-10 10:45:32 +01:00
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 2017-09-08 08:59:55 +01:00
juce_RectangleList.h Changed the parameters to Graphics::fillCheckerBoard() to be floats rather than ints, and improved its performance 2017-12-06 17:33:26 +00:00