1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules
2018-10-18 10:22:47 +01:00
..
juce_analytics Fixed some compiler warnings 2018-06-27 17:02:25 +01:00
juce_audio_basics Fixed an invalid memory read when handling MIDI reset messages 2018-09-10 12:02:27 +01:00
juce_audio_devices Added some macros for asserting when functions are called in an unsafe manner outside the message thread. 2018-10-16 17:39:54 +01:00
juce_audio_formats Fixed a typo in the last commit 2018-10-17 14:19:31 +01:00
juce_audio_plugin_client Unity: Initialise JUCE GUI earlier to avoid hitting some assertions 2018-10-17 12:27:31 +01:00
juce_audio_processors APVTS: Fixed the default parameter value after construction 2018-10-18 10:19:05 +01:00
juce_audio_utils Added some macros for asserting when functions are called in an unsafe manner outside the message thread. 2018-10-16 17:39:54 +01:00
juce_blocks_basics Blocks: Moved isControlBlock() from BlockImplementation to Block 2018-10-17 09:29:05 +01:00
juce_box2d Fix for GCC compiler warning 2018-10-09 11:59:06 +01:00
juce_core Included the HeavyweightLeakedObjectDetector header a little earlier so that more JUCE classes can make use of it when necessary 2018-10-17 14:45:58 +01:00
juce_cryptography Fixed some stray zeros that were still being passed as null pointers 2018-10-05 12:15:04 +01:00
juce_data_structures Reverted the change to ValueTree::toXmlString(), as omitting the XML header could break existing code (will address this differently in a future commit) 2018-10-17 11:34:57 +01:00
juce_dsp Made the dsp::Oversampling class more customisable 2018-10-09 17:22:19 +01:00
juce_events Added some classes NetworkServiceDiscovery::Advertiser and NetworkServiceDiscovery::AvailableServiceList to implement a simple protocol for discovering and connecting devices on the LAN 2018-10-18 10:22:47 +01:00
juce_graphics Fixed a compiler warning 2018-10-16 17:34:53 +01:00
juce_gui_basics Added some macros for asserting when functions are called in an unsafe manner outside the message thread. 2018-10-16 17:39:54 +01:00
juce_gui_extra Fixed some stray zeros that were still being passed as null pointers 2018-10-05 12:15:04 +01:00
juce_opengl Windows: Added a workaround for non-DPI aware windows having an incorrect scale factor when using the OpenGL renderer 2018-10-15 15:54:29 +01:00
juce_osc Cleaned up some doc comments 2018-08-29 10:56:56 +01:00
juce_product_unlocking Added some free functions to help make XML parsing less verbose: parseXML() 2018-10-15 16:08:25 +01:00
juce_video Removed some debugging output 2018-09-05 11:34:19 +01:00
JUCE Module Format.txt Projucer: Made the C++ language standard option a per-project instead of per-build configuration setting. Added an option to enable GNU compiler extensions for supported exporters. Added the option to specify a minimum C++ language standard in module declarations and added a warning to the Projucer when adding a module that has a higher standard than currently set. 2017-07-19 17:23:20 +01:00