2b6fe97384
Projucer: Added timeouts to version checker web requests by
2020-04-23 16:24:19 +0100
baaa7892bb
Projucer: Updated GitHub URL by
2020-04-17 11:10:49 +0100
b8d57b3dbe
Projucer: Removed check for new JUCE versions when running from the command line by
2020-04-23 15:42:14 +0100
24ea3d4e8b
Projucer: Added timeouts to license query web requests by
2020-04-23 15:42:29 +0100
7114f07b6f
Projucer: Added timeouts to version checker web requests by
2020-04-23 16:24:19 +0100
0b35e9a841
Projucer: Added juce:: namespace to the auto-generated GUI editor code by
2020-04-22 16:39:13 +0100
98ab75157a
Projucer: Fixed a bug in the previous commit by
2020-04-23 15:17:25 +0100
8dec69fc04
Re-saved all projects by
2020-04-23 15:09:46 +0100
add88c33f2
Replaced all references to ROLI with Raw Material Software and regenerated all bytecode by
2020-04-23 12:51:59 +0100
2d16374b14
Updated all license headers by
2020-04-22 15:04:59 +0100
f44bf726b7
Re-saved all projects by
2020-04-22 15:56:37 +0100
e61f7fc441
Projucer: Reverted bda0532 and fixed the root cause of the crash by
2020-04-22 14:34:32 +0100
6ce02ad35f
Projucer: Fixed a crash when creating new projects without using global paths and hide UI elements correctly when closing projects by
2020-04-22 10:19:47 +0100
faed5b237b
CMake: Simplify docs re. iOS screen orientations by
2020-04-21 14:04:00 +0100
47508cb0a0
CMake: Fix issue where pkgconfig dependencies only had visibility within the JUCE source tree by
2020-04-21 12:33:50 +0100
a5aea2006d
Projucer: Only updated saved state on content change by
2020-04-20 15:08:59 +0100
759e2697b7
VST3: Fix duplicate messages in VST3 wrapper by
2020-04-16 23:10:59 +0100
0b4089c951
CMake: Allow build tree to be used as a pseudo-install-tree by
2020-04-19 19:22:24 +0100
167397ab76
CMake: Add some getting-started info to the readme by
2020-04-17 11:16:08 +0100
d7ed5104c5
MidiBuffer: Fix deprecated iterator by
2020-04-17 10:48:48 +0100
fe4523628d
VST3: Fix duplicate messages in VST3 wrapper by
2020-04-16 23:10:59 +0100
b5aa3fbf3e
CMake: Fix documentation by
2020-04-17 17:33:55 +0100
297e2c4c95
Re-saved all projects by
2020-04-17 16:03:37 +0100
46414ec0de
Removed old, unused C++ standard setting from UnitTestRunner Xcode exporter by
2020-04-17 12:25:45 +0100
49c500669b
Projucer: Updated GitHub URL by
2020-04-17 11:10:49 +0100
fba0295a44
Projucer: Added a simple sign-in form, added notification tray for project messages, general refactoring by
2020-04-17 10:02:21 +0100
6610a1959f
Added JUCE_CUSTOM_VST3_SDK flag to juce_audio_processors by
2019-08-16 11:44:30 +0100
cf93f79cc8
Projucer: Removed sign-in by
2019-11-25 17:04:18 +0000
9d69018d97
Projucer: Removed app reporting by
2019-11-25 16:33:43 +0000
de23ef7b1f
Projucer: Removed analytics by
2019-11-25 16:20:51 +0000
521c250413
Projucer: Remove custom VST3 path options by
2020-04-16 17:54:56 +0100
74df988e9d
Projucer: Added all iOS orientations options by
2019-10-10 11:38:31 +0100
19ef27410e
Projucer: Added virtual updateDeprecatedSettings() method to ProjectExporter by
2019-10-10 11:34:47 +0100
0075208fb4
Projucer: Moved some project initialisation from the Project constructor into its loadDocument() method after the projectRoot has been set by
2019-10-10 11:31:24 +0100
d179e67052
Projucer: Removed GUI dependencies on Linux by
2019-11-25 15:54:38 +0000
30b41c67cf
Re-saved all projects by
2020-04-17 08:50:28 +0100
bb28b3413d
Updated some copyright headers by
2020-04-16 17:28:34 +0100
73d62a7f8a
MidiBufferIterator: Add some missing iterator increments by
2020-04-16 15:26:06 +0100
c06b9d17a5
Updated some WebBrowserComponent documentation by
2020-04-16 09:53:26 +0100
6725162cf8
Android: Reworked default buffer size calculation logic to prefer stream's frames per burst over OUTPUT_FRAMES_PER_BUFFER property by
2020-04-15 18:24:54 +0100
6a48f66cd4
Android: Added a JUCE_USE_ANDROID_OBOE_STABILIZED_CALLBACK config flag to juce_audio_devices to enable the use of oboe::StabilizedCallback by
2020-02-26 14:38:20 +0000
719a491740
Android: Use built-in Oboe by
2020-04-15 18:04:06 +0100
7d1bfb054d
Projucer: Added support for building VST3 plug-ins on Linux and added copy step options for all plug-in formats by
2020-03-10 11:12:03 +0000
de712ca02e
Linux: Added support for building and hosting VST3 plug-ins by
2019-11-15 19:12:00 +0000
74ca3b44c4
Linux: Removed X11-specific code from LinuxComponentPeer by
2019-09-05 15:37:14 +0100
1c1f74562f
Projucer: Don't link to webkit packages by
2019-11-25 17:13:01 +0000
fe61354c21
Linux: Added X11Symbols and WebKitSymbols singletons to dynamically load X11 and WebKit library functions at runtime by
2019-09-05 16:45:30 +0100
ffb7b0730d
Increased the max number of warnings for the GCC/Clang/MSVC warning-squashing macros by
2020-04-15 17:30:47 +0100
677e03ca15
Fixed an issue instantiating plug-ins from popup menu results in the AudioPluginHost by
2020-04-15 17:21:04 +0100
1dd3b6a711
CMake: Allow multiple calls to find_package(JUCE) in a single build by
2020-04-15 17:50:17 +0100
12a41d7da9
CMake: Prefer IN LISTS to IN ITEMS in foreach loops by
2020-04-15 16:17:05 +0100
f0ea6cb1d6
CMake: Fix bug where incorrect audio unit category string was added to plist by
2020-04-15 13:42:13 +0100
a0fd7793b7
Windows: Added HWNDComponent to juce_gui_extra by
2019-11-21 16:37:18 +0000
94cc9c48a4
macOS: Added support for camera names by
2020-03-05 09:53:38 +0000
368bb02bcc
Improved some documentation by
2020-03-28 19:22:25 +0000
3c8dc1effe
Added WKWebView implementation where available on macOS and iOS by
2019-11-25 17:09:31 +0000
8f3b9036d6
Added WinRT web view by
2020-03-25 12:06:19 +0000
4e7eb0875b
Updated README.md and removed LICENSE.md by
2020-04-15 12:18:03 +0100
55fb6e1bb1
AudioProcessorGraph: Allow extracting nodes by
2018-11-01 14:02:35 +0000
748d0e203f
APVTS: Refactor the parameter attachment classes by
2019-07-31 22:43:51 +0100
9fa6c195ee
FFT: Add IPP implementation by
2020-03-19 13:10:47 +0000
f20b93a458
AudioPluginHost: Include example plugins in project by
2020-03-18 12:03:41 +0000
8433c098b9
MIDI: Add Midi Logger plugin demo PIP by
2020-03-17 13:06:16 +0000
4a613dfad2
VST3: Add support for legacy CC output events by
2020-03-04 12:15:33 +0000
7dca2fb488
CMake: Fix missing pragma in generated resource.rc files by
2020-04-15 11:32:40 +0100
c244bbbdb0
CMake: Make check slightly more idiomatic by
2020-04-14 22:07:27 +0100
28ef311668
CMake: Fix issue where overwriting inherited properties was broken by
2020-04-14 19:22:36 +0100
c9872ce3a6
CMake: Allow users to query which plugin targets were created by
2020-04-14 13:31:54 +0100
eae9a10944
MidiBuffer: Add iterator compatible with C++11 range-for by
2020-03-05 11:29:20 +0000
e7e1de78fa
Files: Add RangedDirectoryIterator by
2020-03-06 13:34:19 +0000
5f348c3040
Warnings: Add warning-wrangling header by
2020-03-21 16:07:27 +0000
175644e8c1
String: Provide range-for comaptibility by
2020-04-07 10:28:16 +0100
2ca69e8f70
Projucer: Stop requiring JuceHeader to be included in projects by
2020-04-06 19:29:03 +0100
ece5644a20
CMake: Add support for building JUCE projects with CMake by
2019-09-15 20:37:25 +0100
1fdba480cc
JUCE 6: Update version numbers by
2020-04-08 18:49:44 +0100
327f817b9b
Copyrights: Update commercial/gpl headers to be gpl-only by
2020-04-08 18:18:50 +0100
97fedfd0ad
Copyrights: Normalise agreement start dates by
2020-04-08 16:12:53 +0100
920f86eace
macOS: Fixed some issues with 32-bit builds by
2020-04-09 14:22:40 +0100
b6a6a7ea26
Projucer: A minor tidyup by
2020-04-06 12:09:19 +0100
896a68dd7b
Android: Reverted some recent Oboe buffer size changes by
2020-04-03 18:56:23 +0100
5bb2e8ca6f
Made PropertySet::setValue() methods take a StringRef instead of a const String& so that Identifiers can be implicitly cast by
2020-04-02 15:56:29 +0100
18df1b0937
Added JUCE_CONTENT_SHARING define to conditionally compile the native content sharer code by
2020-03-31 18:53:14 +0100
814f317346
VST3: Unload macOS bundle in destructor of DLLHandle with CFBundleUnloadExecutable() to fix crash when loading some third-party plug-ins a second time by
2020-03-31 11:48:21 +0100
50a22b75c2
macOS: Added NSAppleEventsUsageDescription plist key to the AudioPluginHost to fix instantiating some third-party plug-ins by
2020-03-31 11:39:02 +0100
620383e93c
Projucer: Added a setting for enabling and setting the macOS NSAppleEventsUsageDescription plist key by
2020-03-31 11:38:11 +0100
375c746251
AU: Check parameter list is not empty when setting haveParameterList by
2020-03-30 16:56:03 +0100
f3470d3cd4
VST: Fixed potential out-of-bounds program access by
2020-03-30 16:49:24 +0100
9f0728e622
VST3: Don't pass nullptr to setBusArrangements() by
2020-03-30 16:43:32 +0100
26c9468dc5
Deprecated AffineTransform::getScaleFactor() as it was producing incorrect values for transforms containing rotations. Added getDeterminant() method for getting the determinant of the transform by
2020-03-30 18:34:19 +0100
5315160e51
Fixed some incorrect documentation for KeyPress::createFromDescription()/getTextDescription() by
2020-03-30 16:51:16 +0100
441c88f3b9
macOS: Removed all dynamic_cast type_info warning workarounds which have been fixed in 0dd3b02 by
2020-03-30 12:30:10 +0100
814852e966
macOS: Fixed another spurious dynamic_cast type_info warning when loading dylibs containing JUCE at runtime by
2020-03-30 11:11:59 +0100
f7f6dad663
Linux: Removed non-standard X11 library path from extras .jucer files by
2020-03-30 09:35:43 +0100
50310edc57
Android: Call __android_log_print() in chunks to ensure that the full log is printed by
2017-12-21 15:20:30 +0100
fa0f3af034
WASAPI: Suspend processing when AudioSessionStateInactive session event is received and restart on AudioSessionStateActive by
2020-03-27 10:19:53 +0000
9d9d26c85a
Fix issue where sustain value would be reset after note off in legacy mode by
2020-03-26 17:32:45 +0000
8f069624d7
Fix sustain state not updating on global channel by
2020-03-26 16:57:20 +0000
6a18c9e153
iOS: Fix type declaration in juce_File.h by
2020-03-26 23:01:39 +0000
034ca9347e
Fixed a potential overflow when dealing with large images by
2020-03-27 08:51:52 +0000
60406a82b4
Projucer: Remove switch-default from recommended GCC compiler warning flags by
2020-03-26 16:25:53 +0000