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.
ed 26c9468dc5 Deprecated AffineTransform::getScaleFactor() as it was producing incorrect values for transforms containing rotations. Added getDeterminant() method for getting the determinant of the transform 5 years ago
..
juce_RenderingHelpers.h Deprecated AffineTransform::getScaleFactor() as it was producing incorrect values for transforms containing rotations. Added getDeterminant() method for getting the determinant of the transform 5 years ago
juce_android_Fonts.cpp Fixed some more Android compiler warnings 6 years ago
juce_android_GraphicsContext.cpp Re-structured the low-level Android native code 6 years ago
juce_android_IconHelpers.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 7 years ago
juce_freetype_Fonts.cpp Fixed some GCC compiler warnings and removed deprecated functions 6 years ago
juce_linux_Fonts.cpp Added some free functions to help make XML parsing less verbose: parseXML() 6 years ago
juce_linux_IconHelpers.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 7 years ago
juce_mac_CoreGraphicsContext.h macOS: Fixed a CoreGraphics text layout bug 5 years ago
juce_mac_CoreGraphicsContext.mm macOS: Removed all dynamic_cast type_info warning workarounds which have been fixed in 0dd3b02 5 years ago
juce_mac_CoreGraphicsHelpers.h Implemented setIcon() in NSViewComponentPeer 7 years ago
juce_mac_Fonts.mm macOS: Removed all dynamic_cast type_info warning workarounds which have been fixed in 0dd3b02 5 years ago
juce_mac_IconHelpers.cpp Added some prototype function definitions to avoid compiler warnings for people who enable the "missing prototype" flag 7 years ago
juce_win32_Direct2DGraphicsContext.cpp Deprecated AffineTransform::getScaleFactor() as it was producing incorrect values for transforms containing rotations. Added getDeterminant() method for getting the determinant of the transform 5 years ago
juce_win32_Direct2DGraphicsContext.h Removed some legacy friend class declarations that are no longer needed with modern compilers 7 years ago
juce_win32_DirectWriteTypeLayout.cpp Windows: Fixed some build errors and warnings when using Clang in Visual Studio 5 years ago
juce_win32_DirectWriteTypeface.cpp Windows: Fixed some build errors and warnings when using Clang in Visual Studio 5 years ago
juce_win32_Fonts.cpp Replaced win32 font kerning tables with maps to improve performance 6 years ago
juce_win32_IconHelpers.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 7 years ago