1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules
2015-06-22 20:28:15 +01:00
..
juce_audio_basics Added a sustain pedal flag to the SynthesiserVoice, and improved the voice-stealing algorithm (again!) 2015-05-27 10:12:07 +01:00
juce_audio_devices Fix some warnings on newer GCC versions on linux 2015-06-17 10:41:30 +02:00
juce_audio_formats Fix for array size in AudioFormatReader when reading files with > 64 channels. 2015-06-17 14:01:00 -05:00
juce_audio_plugin_client Added an ignoreUnused in the AU code. 2015-06-09 11:02:37 -07:00
juce_audio_processors Fix clang warnings on linux 2015-06-22 00:43:01 +02:00
juce_audio_utils Made MidiKeyboardComponent work better when attached as a mouse listener to child components. 2015-04-22 15:36:52 +01:00
juce_box2d Version number update 2014-12-16 17:21:34 +00:00
juce_browser_plugin_client Performance optimisations to the way that Identifier objects are passed into var, ValueTree and NamedValueSet. The Identifer class used to be light enough to pass by value but now contains a String so is better passed by reference. 2015-06-21 18:54:08 +01:00
juce_core A couple more optimisations of Identifier object passing. 2015-06-21 19:09:05 +01:00
juce_cryptography Cranked-up the warning level in the introjucer Xcode build, and fixed a few minor warnings. 2015-02-23 09:41:34 +00:00
juce_data_structures Performance optimisations to the way that Identifier objects are passed into var, ValueTree and NamedValueSet. The Identifer class used to be light enough to pass by value but now contains a String so is better passed by reference. 2015-06-21 18:54:08 +01:00
juce_events tweaks to avoid user code name clashes with Timer. 2015-05-25 10:05:45 +01:00
juce_graphics Added a couple of methods to Rectangle to return its limits as Range objects. 2015-06-11 09:13:13 -07:00
juce_gui_basics Added a flag MouseWheelEvent::isInertial (currently only implemented for OSX 10.7 or later), and used this to replace some clunky behaviour in the Viewport class that was there to avoid inertial wheel movements triggering nested scrollable components. 2015-06-22 20:28:15 +01:00
juce_gui_extra Changed the way the JUCE_LIVE_CONSTANT singletons are generated, to make it more robust when used in a plugin environment 2015-06-22 16:22:50 +01:00
juce_opengl Implement proper android scaling support 2015-06-15 18:08:12 +01:00
juce_tracktion_marketplace Fixed an edge-case when dismissing TracktionMarketplaceUnlockForm 2015-04-24 17:49:20 +01:00
juce_video Tidied-up a few stray sign-conversion warnings. 2015-03-15 18:22:19 +00:00