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/images
2020-03-09 17:39:28 +00:00
..
juce_Image.cpp Fixed some warnings flagged up when enabling -Wswitch-enum, -Wswitch-default, -Wredundant-decls, and -Wimplicit-fallthrough 2020-03-09 17:39:28 +00:00
juce_Image.h Fixed some more typos 2020-01-07 08:53:23 +00:00
juce_ImageCache.cpp Enabled some more warning flags in Xcode, and fixed the problems they caused 2019-01-11 09:52:10 +00:00
juce_ImageCache.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_ImageConvolutionKernel.cpp Cleaned up some missing std:: namespaces for maths functions, and updated some old documentation for AudioProcessor 2017-10-10 09:01:35 +01:00
juce_ImageConvolutionKernel.h Fixed some more typos 2020-01-07 08:53:23 +00:00
juce_ImageFileFormat.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_ImageFileFormat.h Added various clang-tidy modernize-* fixes 2019-01-31 15:15:31 +00:00