1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
JUCE/modules/juce_graphics
2012-05-31 08:21:34 +01:00
..
colour Purged some warnings. 2012-04-10 10:29:14 +01:00
contexts Refactored the software renderer code, moving most of the guts into the juce_RenderingHelpers.h header file to make it possible for people to use it in their own code. 2012-05-24 18:50:26 +01:00
effects (automated whitespace clean-up) 2012-03-20 16:00:06 +00:00
fonts Improved thread-safety of Typeface::Ptr 2012-05-22 20:41:50 +01:00
geometry Purged some warnings. 2012-04-10 10:29:14 +01:00
image_formats Cleaned up a few warnings generated by clang -Wall. 2012-05-09 10:01:56 +01:00
images (automated whitespace clean-up) 2012-03-20 16:00:06 +00:00
native Direct2DRenderer: added transformations. 2012-05-26 12:44:31 +01:00
placement (automated whitespace clean-up) 2012-03-20 16:00:06 +00:00
juce_graphics.cpp Rewrote all internal OSX obj-C classes as dynamically-created classes. A side-effect of this is that plugins will no longer suffer from obj-C name-collision problems, and the old JUCE_ObjCExtraSuffix value is no longer needed. 2012-05-29 10:30:41 +01: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 Introjucer: Added "LinuxLibs" field to modules, for specifying module-specific libs. 2012-05-31 08:21:34 +01:00