1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-13 00:04:19 +00:00
Commit graph

605 commits

Author SHA1 Message Date
ed
18571feb61 Avoid calling Graphics::fillEllipse() with negative bounds in AudioAppDemo 2018-12-17 11:38:59 +00:00
ed
2e3a41cbb1 Re-saved all projects 2018-12-10 09:55:35 +00:00
Tom Poole
f86045e952 Re-saved all projects 2018-12-06 14:08:24 +00:00
ed
eaf0f990d4 Replaced all uses of static_cast<Type&&> with std::move 2018-11-28 17:29:20 +00:00
ed
a02b37a68d Re-saved all projects 2018-11-28 15:34:47 +00:00
ed
3948e56486 Re-saved all projects 2018-11-28 15:28:59 +00:00
ed
6f12e99f3d Re-saved all projects 2018-11-14 14:07:05 +00:00
hogliux
1cf973ff32 Re-saved all projects 2018-11-13 12:34:26 +00:00
hogliux
008b7a9ab2 Re-structured the low-level Android native code
Please see the forum post "Re-structuring of JUCE’s low-level Android code" and the BREAKING-CHANGES.txt for more information.
2018-11-13 12:33:40 +00:00
ed
ad6600f31c Re-saved all projects 2018-11-12 11:29:25 +00:00
ed
6d39f01793 Bump version number to 5.4.1 2018-11-12 11:26:11 +00:00
Tom Poole
f0a4b67915 Android: Fixed some compiler warnings 2018-11-09 14:04:46 +00:00
ed
08928231af Re-saved all projects 2018-11-06 14:03:15 +00:00
ed
0b8fcc7a15 Bump version number to 5.4.0 2018-11-06 12:50:21 +00:00
Tom Poole
37f0fdd0fa Re-saved all projects 2018-11-05 17:14:45 +00:00
ed
2593d5e264 Re-saved all projects 2018-11-02 14:35:08 +00:00
ed
b349b7f4d9 Re-saved all projects 2018-11-01 17:55:43 +00:00
jules
2666842fa5 Used the shared posix networking code for Android where the target SDK supports it 2018-10-23 17:34:23 +01:00
Tom Poole
a3566b8c1e Removed the embedded VST2 SDK 2018-10-23 16:00:43 +01:00
Tom Poole
42c8c2e26d Fixed some dangling listeners in the BLOCKS demos 2018-10-18 14:06:40 +01:00
jules
723b18a149 Updated projects 2018-10-18 12:16:36 +01:00
ed
92ab11e31c Re-saved all projects 2018-10-17 12:50:26 +01:00
reuk
1f63493031 Allowed an AudioProcessorValueTreeState to manage RangedAudioParameter subclasses 2018-10-15 17:25:35 +01:00
jules
768139a298 Added some free functions to help make XML parsing less verbose: parseXML() 2018-10-15 16:08:25 +01:00
Tom Poole
3a2be25b9b Fixed a bug in AudioPluginDemo 2018-10-11 10:47:49 +01:00
jules
359132ed55 More zero -> nullptr fixes 2018-10-09 11:42:55 +01:00
ed
04b0d05b31 Re-saved all projects 2018-10-09 10:07:40 +01:00
Tom Poole
38fbecf9c3 MacOS: Added NSMicrophoneUsageDescription and NSCameraUsageDescription to the plist 2018-10-08 12:09:36 +01:00
ed
a44d3d7bb2 Re-saved all projects 2018-10-08 10:27:43 +01:00
jules
302019dd43 Tidied up some comments and usage of File::createOutputStream() and createInputStream() 2018-10-04 11:29:55 +01:00
Tom Poole
bedff61983 Added detection for some AVX512 features 2018-10-04 09:53:20 +01:00
Tom Poole
8ee55994fa Re-saved all projects 2018-09-20 15:25:05 +01:00
Tom Poole
7624e3f61b Re-saved all projects 2018-09-20 15:17:28 +01:00
jules
93ea3d922f Added class AudioProcessLoadMeasurer, and a new version of the method AudioDeviceManager::getAudioDeviceSetup() 2018-09-10 11:46:47 +01:00
ed
696f26dea0 Re-saved all projects 2018-09-07 14:35:03 +01:00
Tom Poole
52d226fe72 Enabled additional VS warnings for some projects 2018-08-24 09:40:18 +01:00
ed
fbb592034f Removed unsupported exporters from the CodeEditorDemo and VideoDemo and added compiler errors when trying to build on unsupported platforms 2018-08-22 11:16:32 +01:00
ed
3638995f8b Re-saved all projects 2018-08-21 14:26:31 +01:00
Tom Poole
0e1722e387 Multiple spelling fixes 2018-08-20 18:16:24 +01:00
ed
c87879e07d Re-saved all projects 2018-08-10 16:38:21 +01:00
Tom Poole
90597f9824 Added AAX automation pop-up support to the plug-in demo project 2018-08-07 12:05:34 +01:00
ed
dc9a0b39b8 Take the MessageManagerLock before calling Graphics::drawFittedText() in the OpenGL demo to avoid hitting an assertion 2018-07-24 09:26:58 +01:00
Tom Poole
4448ef6a59 DemoRunner: Fixed a race condition on shutdown 2018-07-11 13:56:47 +01:00
ed
4f2bbd965a Re-saved all projects 2018-07-11 08:58:31 +01:00
Tom Poole
426e122375 Re-saved all projects 2018-07-10 15:09:15 +01:00
jules
ccbaf89f0e Added some methods IPAddress::getAllAddresses(), IPAddress::getLocalAddress(), MACAddress::getAllAddresses() 2018-07-04 17:17:18 +01:00
ed
9c746a4762 Added a couple of missing modules to the CameraDemo PIP 2018-06-27 15:08:59 +01:00
ed
d018eb8407 Enable the JUCE_STRICT_REFCOUNTEDPOINTER flag for all new projects and PIPs 2018-06-27 11:37:27 +01:00
jules
49aa9c9db4 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
jules
10d4235aaf Improved performance in the MIDI i/o demo app 2018-06-22 08:22:28 +01:00