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

3943 commits

Author SHA1 Message Date
hogliux
e5f306e1d1 Fix bad property id when registering AU event listener 2016-07-16 18:18:57 +02:00
hogliux
ca62e560f3 Revert support for hosting your own VST bundles on iOS 2016-07-16 16:13:54 +02:00
jules
a8a7fa28e2 Added a missing newline in the juce_tracktion_marketplace keygen 2016-07-15 11:36:18 +01:00
jules
49989308b7 Added expiry time support to the juce_tracktion_marketplace module 2016-07-14 10:05:50 +01:00
jules
9e6988acaa For drag-and-drop on win32, prioritised file-drag mode over text-drag mode if both are available 2016-07-14 09:35:40 +01:00
jules
97e058bbd2 Added a couple of proportional Rectangle methods 2016-07-14 09:34:29 +01:00
hogliux
d4933111db Only reopen stdout, stderr, stdin if they haven't already been opened by a redirect
And fix a warning along the way
2016-07-13 11:59:26 +01:00
hogliux
70f4b0d5dc Add more details to the documentation of the setResizable method in the AudioProcessorEditor 2016-07-12 14:29:22 +01:00
hogliux
8b1b855654 Throttle repaints when repainting in a plug-in to avoid steppy automation 2016-07-12 12:33:36 +01:00
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
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
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
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