1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
Commit graph

3910 commits

Author SHA1 Message Date
hogliux
630ab88f8b Version number update 2016-07-05 11:27:53 +01:00
jules
b6d78f882c Avoided an analyser warning on iOS 2016-07-05 11:16:56 +01:00
jules
89dade2a00 Fixed a compile problem with the GNU c++ library 2016-07-05 10:41:53 +01:00
jules
e7c9cf3b66 Made iOS build use updated HTTP API, and turned off deprecation warnings when built for older OSes 2016-07-05 10:22:05 +01:00
hogliux
2f36d03d1d Do a case-insensitive compare on core http headers in windows network code 2016-07-05 10:20:12 +01:00
hogliux
b729764ba6 Fix a bug in URL::findEndOfScheme 2016-07-05 10:19:15 +01:00
jules
6fc1242ca5 Added some constructors to ReferenceCountedObjectPtr and ScopedPointer that specialise for std::nullptr_t. As well as being more optimal, this has the added bonus of forcing people to correctly use nullptr instead of '0'. 2016-07-05 09:54:06 +01:00
hogliux
38c897f8a4 Return nullptr from URL::createInputStream if a request times out 2016-07-05 09:46:19 +01:00
hogliux
2ca0c9200f Add beginParameterChangeGesture/endParameterChangeGesture support to GenericAudioProcessorEditor 2016-07-05 09:35:29 +01:00
hogliux
f7f35f5a28 Add fallback to legacy networking code for pre OS X 10.10 2016-07-04 12:14:25 +01:00
hogliux
3461b12f7e Draw custom line ends if arrow width is zero 2016-07-04 11:25:41 +01:00
jules
300485a147 Added a Javascript array indexOf method 2016-07-03 10:43:27 +01:00
jules
31f935cc60 Added a new Graphics::drawImage method that takes a Rectangle<float> 2016-07-01 15:35:04 +01:00
hogliux
3969000010 Avoid a compile error due to steinberg renaming a constant in their SDKs 2016-06-30 16:46:32 +01:00
jules
14a9368506 AudioDeviceManager::initialiseFromXML(): made the default buffer size and sample rate default to ones supplied in the setup if not specified in the XML 2016-06-30 16:28:02 +01:00
jules
5960afde1a Cleaned up a few functions in Graphics, and optimised drawEllipse when used for circles 2016-06-30 15:44:25 +01:00
jules
6e0c1682ca Removed a defunct workaround for an obscure bug in old Windows PCI hardware 2016-06-30 15:34:19 +01:00
jules
d29608a65d Minor documentation corrections. 2016-06-28 19:52:14 +01:00
hogliux
d9a3e76518 Fix a warning in the previous commit 2016-06-27 18:00:17 +01:00
hogliux
f6cd130038 Add redirect support to NSURLSession code 2016-06-27 17:27:44 +01:00
hogliux
1a40df99bc Revert commit d0c238d: Use getParameterText to respond to AU's kAudioUnitProperty_ParameterStringFromValue 2016-06-27 16:06:09 +01:00
hogliux
f7d7f8a204 Clear unused outputs when bypassing a plug-in 2016-06-27 15:48:54 +01:00
jules
943c89dea6 Added some extra locking in the destructor of a Mac HTTP stream implementation 2016-06-27 12:02:30 +01:00
jules
84810b72cc Fixed some code that used a C++11 function 2016-06-27 12:01:33 +01:00
hogliux
1861c82a12 Add window property to JuceAppStartupDelegate 2016-06-27 10:18:35 +01:00
jules
37cffb74ce Added a Javascript array splice method 2016-06-23 12:25:05 +01:00
jules
16913f2cd6 Added a unit test 2016-06-23 11:46:03 +01:00
jules
69a7506274 Made File remove any redundant "/./" subfolders of paths that it is given 2016-06-23 11:38:35 +01:00
hogliux
d0c238d41d Use getParameterText to respond to AU's kAudioUnitProperty_ParameterStringFromValue request when using the legacy parameter system 2016-06-23 11:05:19 +01:00
jules
4097fab06c Fixed a silly typo! 2016-06-22 18:16:26 +01:00
jules
021209e216 Changed ImagePixelData::clone to return a smart pointer rather than a raw one, to avoid a reference-count leak 2016-06-22 16:33:09 +01:00
jules
f8516f2e19 Refactored the OSX/iOS HTTP streaming code to use the newer NSURLSession API, and not older now-deprecated functions. 2016-06-22 16:12:09 +01:00
hogliux
95c66f5659 Make sure timer is stopped before releasing a VST plugin 2016-06-22 11:11:49 +01:00
jules
a33abe657e Added method VSTPluginFormat::createCustomVSTFromMainCall() for loading in-process plugin code 2016-06-21 15:49:46 +01:00
jules
8b1438a229 Made PopupMenu avoid overwriting a custom shortcut key description with one that comes from a command manager 2016-06-21 14:22:09 +01:00
hogliux
329e54d21f Replace std::move with static_cast to fix errors in old compilers 2016-06-17 11:18:54 +01:00
hogliux
58f2e1b9f2 Add support for isCurrentlyModal to detect if the current component is in a modal stack - regardless if foremost or not 2016-06-17 11:09:20 +01:00
hogliux
042bd2be13 Fix identifying the scheme portion of a URL 2016-06-16 12:05:25 +01:00
hogliux
72083c1bcf Do not represent the numpad divide key as a slash key character 2016-06-15 17:38:33 +01:00
hogliux
16fde6798b Allow write access to all files if a user has effective root permissions on linux 2016-06-15 17:28:42 +01:00
hogliux
074c90984e Fix minor typo in OS X function key mappings 2016-06-15 17:11:57 +01:00
hogliux
bb56ba4276 Add CRLF between JUCE http headers and user http headers 2016-06-15 17:09:36 +01:00
hogliux
cc6f0a1de6 Replace CR and CRLF endings with unix (LF) style endings in xml document as required by the W3 xml specification 2016-06-15 16:15:48 +01:00
hogliux
4eec61469b Remove default keywords from MidiMessageSequence to be compatible with VS 2013 2016-06-15 15:42:35 +01:00
hogliux
320c5b66c7 Add removeChannel to AudioChannelSet 2016-06-15 12:16:17 +01:00
hogliux
5e0d3fdcbe Add possibility for an InterprocessConnectionServer to bind to a certain network address 2016-06-15 12:00:21 +01:00
hogliux
54e23514dd Fix compile error in AAX wrapper 2016-06-15 10:24:44 +01:00
hogliux
877d834c0c Fix compiler error on VS2015 in recent commit 2016-06-15 07:14:32 +01:00
hogliux
9ecc1e9935 Fix an issue when hosting Waves plug-ins 2016-06-13 18:24:25 +01:00
hogliux
a0259ce408 Add support for plug-ins which do not want to use a resize corner 2016-06-13 16:43:55 +01:00