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-07-18 14:54:08 +01:00
..
juce_analytics Fixed some compiler warnings 2018-06-27 17:02:25 +01:00
juce_audio_basics Added flag JUCE_STRICT_REFCOUNTEDPOINTER which is recommended to avoid accidental leaks when using ref-counted pointers. Enabled this flag in the demo projects, and used it to help tidy up some dubious smart-pointer use 2018-06-26 14:06:52 +01:00
juce_audio_devices ASIO: Ensured that the parameters to ASIO's getChannels callback are always initialised 2018-06-27 08:56:31 +01:00
juce_audio_formats Fixed some gcc 8 compiler warnings 2018-07-11 09:17:31 +01:00
juce_audio_plugin_client AUv3: Fixed a bug enforcing legacy parameter IDs 2018-07-12 08:21:06 +01:00
juce_audio_processors VST3: Fixed an issue when the default layout has disabled buses 2018-07-13 17:05:45 +01:00
juce_audio_utils Clarified some Button LookAndFeel parameter names 2018-07-16 12:26:27 +01:00
juce_blocks_basics Added some methods to allow ReferenceCountedObjectPtrs to be constructed or copied from references as well as pointers - as well as increasing safety, this actually makes things a bit more efficient as it skips a nullptr check. Updated lots of places in the code that could take advantage of this 2018-07-03 11:51:13 +01:00
juce_box2d Fixed some gcc 8 compiler warnings 2018-07-11 09:17:31 +01:00
juce_core Fixed a bug adding derived ReferenceCountedObjects to base class ReferenceCountedArrays 2018-07-18 10:45:48 +01:00
juce_cryptography Bump version number to 5.3.2 2018-05-09 12:34:36 +01:00
juce_data_structures Whitespace 2018-07-03 11:51:36 +01:00
juce_dsp Fixed some gcc 8 compiler warnings 2018-07-11 09:17:31 +01:00
juce_events Some misc cleanups, mainly around WeakReference usage and rectangles 2018-07-09 16:00:45 +01:00
juce_graphics Made some more JUCE classes trivially copyable 2018-07-11 15:07:00 +01:00
juce_gui_basics Made the DragAndDropContainer::performExternalDragDropOfFiles() and ::performExternalDragDropOfText() methods asynchronous on Windows so that behaviour is consistent across all platforms and updated the documentation to reflect this 2018-07-18 14:54:08 +01:00
juce_gui_extra Prevented some implicit casts to bool using JUCE_STRICT_REFCOUNTEDPOINTER 2018-07-17 09:10:43 +01:00
juce_opengl Whitespace 2018-07-03 11:51:36 +01:00
juce_osc Fixed some gcc 8 compiler warnings 2018-07-11 09:17:31 +01:00
juce_product_unlocking Added a buffer length check in TracktionMarketplaceStatus 2018-07-17 12:52:56 +01:00
juce_video Windows: Remove escaped characters from video URL before loading in VideoComponent 2018-07-16 14:58:33 +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