1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules
2019-06-21 14:17:56 +01:00
..
juce_analytics Fixed some more Linux compiler warnings 2019-06-06 10:25:19 +01:00
juce_audio_basics Fixed a potential crash when reading MIDI files with incorrect track length chunks 2019-06-12 14:53:28 +01:00
juce_audio_devices Fixed some Android compiler warnings 2019-06-06 16:50:12 +01:00
juce_audio_formats Fixed a compiler warning 2019-06-17 14:21:01 +01:00
juce_audio_plugin_client Fixed more compiler warnings 2019-06-11 16:42:38 +01:00
juce_audio_processors PopupMenu modernisation: Improved the PopupMenu::Item class to make it easy to build items by chaining calls together. 2019-06-20 13:55:18 +01:00
juce_audio_utils Fixed some Android compiler warnings 2019-06-06 16:50:12 +01:00
juce_blocks_basics BLOCKS: Ensure that the program loaded callback is called when program passed to setProgram is identical to what's already loaded 2019-06-17 14:22:03 +01:00
juce_box2d Fixed some more Android compiler warnings 2019-06-07 12:24:05 +01:00
juce_core Fixed an argument forwarding bug in StdFunctionCompat 2019-06-21 14:17:56 +01:00
juce_cryptography Bit of tidying up in the hashing classes 2019-06-13 12:22:03 +01:00
juce_data_structures Added an overload to ValueTree::fromXml() which can take an XML string and parse it 2019-05-19 08:16:27 +01:00
juce_dsp Fixed some documentation typos 2019-06-18 11:55:40 +01:00
juce_events Added some PopupMenu::addItem overloads which let you attach a lambda callback to be invoked for a menu item. 2019-06-19 11:39:28 +01:00
juce_graphics Tweaked a couple of Rectangle methods to avoid some spurious assertions triggered by rounding errors 2019-06-21 12:15:51 +01:00
juce_gui_basics PopupMenu modernisation: Improved the PopupMenu::Item class to make it easy to build items by chaining calls together. 2019-06-20 13:55:18 +01:00
juce_gui_extra Added some PopupMenu::addItem overloads which let you attach a lambda callback to be invoked for a menu item. 2019-06-19 11:39:28 +01:00
juce_opengl Fixed some Android compiler warnings 2019-06-06 16:50:12 +01:00
juce_osc Fixed some more Linux compiler warnings 2019-06-06 10:25:19 +01:00
juce_product_unlocking Fixed some more Linux compiler warnings 2019-06-06 10:25:19 +01:00
juce_video Fixed some more Android compiler warnings 2019-06-07 12:24:05 +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