The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jules 430948ad91 Fixed an undefined behaviour warning in the demo app, and tidied up a couple of path functions 8 years ago
..
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 8 years ago
juce_AffineTransform.h Added 'final' keyword to a lot of classes from which you really shouldn't be inheriting! 8 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 8 years ago
juce_EdgeTable.cpp Fixed some subtle (but benign) undefined behaviour with negative bit-shifts 8 years ago
juce_EdgeTable.h Optimised the GL renderer to avoid splitting large rectangles into horizontal strips unnecessarily 8 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 8 years ago
juce_Path.cpp Fixed an undefined behaviour warning in the demo app, and tidied up a couple of path functions 8 years ago
juce_Path.h Fixed an undefined behaviour warning in the demo app, and tidied up a couple of path functions 8 years ago
juce_PathIterator.cpp Simplified the Path class by making it use an Array for starage. 8 years ago
juce_PathIterator.h Simplified the Path class by making it use an Array for starage. 8 years ago
juce_PathStrokeType.cpp Began phasing out double_Pi and float_Pi in favour of MathConstants::pi. Also added MathConstants::twoPi 8 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 8 years ago
juce_Point.h Added some more JUCE_CONSTEXPR flags to Point 8 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 8 years ago
juce_RectangleList.h Changed the parameters to Graphics::fillCheckerBoard() to be floats rather than ints, and improved its performance 8 years ago