1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules
2012-05-23 21:31:44 +01:00
..
juce_audio_basics Improved some const-ness in AudioSampleBuffer. 2012-05-18 20:08:13 +01:00
juce_audio_devices Minor OSX midi tweak. 2012-05-22 14:58:06 +01:00
juce_audio_formats Minor addition to OptionalScopedPointer. Documentation fix. 2012-05-13 14:04:38 +01:00
juce_audio_plugin_client Removed some unnecessary files from linux plugin builds. 2012-05-19 10:24:24 +01:00
juce_audio_processors Added an assertion to catch VSTs being loaded on a background thread. 2012-05-18 12:06:51 +01:00
juce_audio_utils New class: AudioThumbnailBase, which is an abstract base class for thumbnails. 2012-04-24 16:01:55 +01:00
juce_browser_plugin Version number bump. 2012-04-16 17:54:42 +01:00
juce_core Tidied up ReadWriteLock a bit, and optimised Array to reduce allocation frequency when working with small numbers of items. 2012-05-21 12:07:03 +01:00
juce_cryptography Version number bump. 2012-04-16 17:54:42 +01:00
juce_data_structures Documentation fix. 2012-05-08 11:23:08 +01:00
juce_events Version number bump. 2012-04-16 17:54:42 +01:00
juce_graphics Tweaks to some Direct2D code. 2012-05-23 17:47:53 +01:00
juce_gui_basics Changed the constness of the return type of MenuBarModel::getMenuBarNames() and MenuBarModel::getMenuForIndex(). Easy to update your code to handle this, just remove the 'const'. 2012-05-23 21:31:44 +01:00
juce_gui_extra Changed the return values of some virtual methods in FileBasedDocument - Strings and File objects are now non-const, and the load/save functions return a Result object rather than a string. 2012-05-23 21:25:28 +01:00
juce_opengl Fixed linux opengl compile error. 2012-05-08 15:38:19 +01:00
juce_video Updated some win32 video code. 2012-04-16 22:23:36 +01:00