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 d77dae186d Windows: Fixed an OpenGL scale issue in high-DPI plug-ins 5 years ago
..
juce_OpenGLContext.cpp Windows: Fixed an OpenGL scale issue in high-DPI plug-ins 5 years ago
juce_OpenGLContext.h Fixed some more typos 5 years ago
juce_OpenGLFrameBuffer.cpp More zero -> nullptr fixes 6 years ago
juce_OpenGLFrameBuffer.h Removed some legacy friend class declarations that are no longer needed with modern compilers 7 years ago
juce_OpenGLGraphicsContext.cpp Added more unique_ptr use, for functions that create LowLevelGraphicsContext or ImageType objects. 6 years ago
juce_OpenGLGraphicsContext.h Added more unique_ptr use, for functions that create LowLevelGraphicsContext or ImageType objects. 6 years ago
juce_OpenGLHelpers.cpp Tidied up a few bits of messy String concatenation 7 years ago
juce_OpenGLHelpers.h Add documentation tags 7 years ago
juce_OpenGLImage.cpp OpenGL: Fixed an issue cloning OpenGLImageType images 5 years ago
juce_OpenGLImage.h Added various clang-tidy modernize-* fixes 6 years ago
juce_OpenGLPixelFormat.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_OpenGLPixelFormat.h Add documentation tags 7 years ago
juce_OpenGLRenderer.h Added various clang-tidy modernize-* fixes 6 years ago
juce_OpenGLShaderProgram.cpp OpenGL: Fixed an incorrect type in OpenGLShaderProgram::Uniform::set() 6 years ago
juce_OpenGLShaderProgram.h OpenGL: Fixed an incorrect type in OpenGLShaderProgram::Uniform::set() 6 years ago
juce_OpenGLTexture.cpp Fixed some warnings flagged up when enabling -Wswitch-enum, -Wswitch-default, -Wredundant-decls, and -Wimplicit-fallthrough 5 years ago
juce_OpenGLTexture.h Add documentation tags 7 years ago