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/contexts
2019-09-12 10:19:33 +01:00
..
juce_GraphicsContext.cpp Added more unique_ptr use, for functions that create LowLevelGraphicsContext or ImageType objects. 2019-05-15 12:08:38 +01:00
juce_GraphicsContext.h Fixed a few documentation typos 2019-09-12 10:19:33 +01:00
juce_LowLevelGraphicsContext.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_LowLevelGraphicsPostScriptRenderer.cpp Some misc cleanups, mainly around WeakReference usage and rectangles 2018-07-09 16:00:45 +01:00
juce_LowLevelGraphicsPostScriptRenderer.h Enabled some more warning flags in Xcode, and fixed the problems they caused 2019-01-11 09:52:10 +00:00
juce_LowLevelGraphicsSoftwareRenderer.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_LowLevelGraphicsSoftwareRenderer.h Added various clang-tidy modernize-* fixes 2019-01-31 15:15:31 +00:00