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

6542 commits

Author SHA1 Message Date
jules
6b8c7208b3 Tidied up a few things in the Line class, and added a Line::fromStartAndAngle method 2016-07-12 09:50:52 +01:00
jules
a604c03bd2 Added a definition that's missing in some very obscure win32 setups 2016-07-12 09:01:10 +01:00
hogliux
ebb60c71d9 Add missing new line at end of file 2016-07-12 08:44:58 +01:00
hogliux
6039a19b1a Add new line to end of juce_AAX_Modifier_Injector.h 2016-07-11 16:17:33 +01:00
hogliux
76007233ae Correctly account for midi ports in Alsa when listing/opening devices and other ALSA midi cleanups 2016-07-11 15:27:35 +01:00
hogliux
872f84dfd9 Check for hash collisions when generating integer parameter ids from parameter id strings 2016-07-10 10:10:20 +01:00
hogliux
5e9c2566e3 Label attribute of AudioProcessorParamater should be public 2016-07-10 09:29:06 +01:00
jules
ab3e628f36 Added mouse-up event pressure handling 2016-07-08 12:33:58 +01:00
hogliux
a050e0700b Fix incorrect parameter id <-> index conversion when hosting AUs 2016-07-08 09:04:47 +01:00
hogliux
572868f5f2 Fix incorrect parameter id <-> index conversion when hosting AUs 2016-07-08 09:03:50 +01:00
hogliux
3ff5ed0f44 Reject any inconsistent VST-2 channel layout requests 2016-07-07 17:41:23 +01:00
hogliux
3791939923 Fix unused warning in AU plugin client release build 2016-07-07 16:21:55 +01:00
hogliux
437cb4e9a4 Only detect which corner is being resized on the first live resize callback 2016-07-07 16:14:37 +01:00
jules
0df194d33e Added method URL::withNewDomainAndPath() 2016-07-07 15:53:01 +01:00
hogliux
c6249d2214 Clear http headers after redirects 2016-07-07 15:31:14 +01:00
jules
b439452edd Changed the Array::remove() method to return void, and added an Array::removeAndReturn() method to replace the old functionality 2016-07-07 15:02:05 +01:00
hogliux
dd245effd2 Have curl follow re-directions automatically 2016-07-07 14:37:58 +01:00
jules
332dcac07d Added a method Range::expanded() 2016-07-07 11:10:35 +01:00
hogliux
c9aca28d00 Add pkg-config support for linux 2016-07-07 10:37:58 +01:00
hogliux
f83554c966 Add a User-Agent http header to curl requests 2016-07-07 09:47:43 +01:00
hogliux
c552872fd6 Never define JUCE_SUPPORT_CARBON on iOS 2016-07-07 09:47:08 +01:00
hogliux
41ab0d937a Never define JUCE_SUPPORT_CARBON on iOS 2016-07-07 09:46:38 +01:00
jules
01c73ff0a6 Optimisation for look and feel drawing of zero-size title bars 2016-07-06 12:36:56 +01:00
jules
a700774d6f Tidied up a comment 2016-07-05 16:48:51 +01:00
jules
ed67e40b8d Added a customisable callback object to PopupMenu 2016-07-05 16:43:49 +01:00
hogliux
0a4b2ae3b6 Return parent row number if any of the tree view item's paraents are closed 2016-07-05 16:27:51 +01:00
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
e4592d132f Projucer: tweak to the way GCC -D flags are generated 2016-06-30 16:03:45 +01:00
jules
8a9fbc38f9 Resaved some project files 2016-06-30 16:01:55 +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
b46be0f871 Change projucer version to match JUCE version 2016-06-27 18:04:40 +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