1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
JUCE/modules
2012-07-07 15:13:46 +01:00
..
juce_audio_basics Changed MidiMessage::getTextFromTextMetaEvent() to handle utf-8 as well as ascii. 2012-06-20 07:33:24 +01:00
juce_audio_devices Removed confusing enums from HeapBlock. Fixed warnings in win32 midi. 2012-06-22 11:12:14 +01:00
juce_audio_formats Fixed a GCC OSX compile bug. Tidied up some comments. Added more checking when opening a wav or aiff file. 2012-06-13 20:11:09 +01:00
juce_audio_plugin_client First check-in of AAX code - note that this is a work-in-progress and although it currently creates a plugin that gets scanned (on OSX at least), it doesn't yet work. 2012-06-26 15:36:14 +01:00
juce_audio_processors AU plugin hosting: now sends events when parameters change. 2012-06-25 12:08:12 +01:00
juce_audio_utils Changed the signature of MouseListener::mouseWheelMove() to take a struct MouseWheelDetails rather than raw floats. This will require updates in source code that uses mouse-wheel callbacks, but provides some new abilities, including a flag to indicate inverted wheel direction. 2012-05-25 16:42:36 +01:00
juce_browser_plugin Version number bump. 2012-04-16 17:54:42 +01:00
juce_core Added an int64 operator<< to OutputStream. 2012-07-06 10:16:52 +01:00
juce_cryptography Version number bump. 2012-04-16 17:54:42 +01:00
juce_data_structures Introjucer: refactoring and addition of appearance settings window for editor colours + fonts. 2012-07-04 10:43:18 +01:00
juce_events Refactored the handling of command-line args: added new static methods JUCEApplication::getCommandLineParameters() and getCommandLineParameterArray(). 2012-06-25 11:05:39 +01:00
juce_graphics Refactored Path::addBubble, BubbleMessageComponent and BubbleComponent classes to work better and avoid duplicated code. 2012-07-07 15:13:46 +01:00
juce_gui_basics Refactored Path::addBubble, BubbleMessageComponent and BubbleComponent classes to work better and avoid duplicated code. 2012-07-07 15:13:46 +01:00
juce_gui_extra Refactored Path::addBubble, BubbleMessageComponent and BubbleComponent classes to work better and avoid duplicated code. 2012-07-07 15:13:46 +01:00
juce_opengl OpenGL threading fix. 2012-07-03 11:06:51 +01:00
juce_video Fix for GCC syntax problem. 2012-05-31 09:01:39 +01:00