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-11-22 15:08:11 +00:00
..
colour Minor tidying-up. 2012-09-04 11:38:16 +01:00
contexts Added begin()/end() iterators to RectangleList. You should use these in preference to RectangleList::Iterator, as they're faster. 2012-11-15 13:58:49 +00:00
effects Improved drop-shadow code. 2012-07-13 11:58:44 +01:00
fonts Avoided a few gcc compiler warnings. 2012-11-11 18:43:36 +00:00
geometry OpenGL context now supports high DPI displays. Added operator* to Rectangle class. 2012-11-15 17:55:57 +00:00
image_formats Fixed some documentation and minor GCC warnings. Fixed a JACK bug that would have mixed up the input/output channels. 2012-11-14 11:42:17 +00:00
images Image subsection fix. Linux text drag-and-drop. 2012-10-17 18:40:44 +01:00
native Allowed user-defined setting of JUCE_CORETEXT_AVAILABLE. 2012-11-22 15:08:11 +00:00
placement Minor tidying-up. 2012-09-04 11:38:16 +01: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 Version 2.0.28 2012-11-14 10:01:45 +00:00