1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-13 00:04:19 +00:00
JUCE/modules/juce_graphics
2013-04-10 21:09:13 +01:00
..
colour Fixed some COM object ref-counting. 2012-12-18 18:05:36 +00:00
contexts Improved some openGL texture creation functionality. 2013-02-28 20:45:40 +00:00
effects Method DropShadow::drawForRectangle, which approximates a shadow with gradients. Used this to simplify the DropShadower class. 2013-03-15 12:31:44 +00:00
fonts Fix for CustomTypeface. 2013-04-03 20:18:59 +01:00
geometry Added method AffineTransform::withAbsoluteTranslation 2013-03-23 11:09:56 +00:00
image_formats Avoided some strict compiler warnings. 2013-04-04 16:47:33 +01:00
images Added ImageCache::clear() method. 2013-04-10 21:09:13 +01:00
native Made use of @autoreleasepool for clang builds. 2013-03-21 18:33:01 +00:00
placement Documentation fix and MidiMessage constness clean-up. 2013-03-05 18:37:18 +00:00
juce_graphics.cpp Workarounds for a few mingw warnings and errors. 2013-03-28 21:40:41 +00:00
juce_graphics.h Stopped using the old BEGIN_JUCE_NAMESPACE macros, and just used hard-coded namespaces where necessary instead. The macro definitions are still there, so this shouldn't affect anyone's code. 2012-02-11 14:09:23 +00:00
juce_graphics.mm New class: ChildProcess. Fixed android build problems with paths. 2011-09-02 12:48:36 +01:00
juce_module_info 2.0.38 2013-03-08 20:34:38 +00:00