3592d61979
Add an issue template for GitHub. by
2016-08-04 10:19:12 +0100
b67b1dd0f1
Add an issue template for GitHub. by
2016-08-04 10:19:12 +0100
7a9c22eafe
AlertWindow::show() method sets AlertWindow to be always on top so it isn't hidden by other components by
2016-08-04 08:54:50 +0100
a744cd3acc
Added a bool handler for JUCE_LIVE_CONSTANT by
2016-08-03 16:18:54 +0100
c21716499c
Add low quality mode for juce CameraDevice by
2016-08-03 12:09:19 +0100
26b6f01ce3
Replace all "zeros" with "nullptr" in code documentation when referring to a pointer value by
2016-08-03 09:43:07 +0100
bf582f6c5b
Fix errors and warnings on mingw-w64 by
2016-08-01 18:29:12 +0100
1e41898bbc
Fix a memory leak in linux ALSA code for MidiInput/MidiOutput by
2016-08-01 14:47:39 +0100
1053dc5755
Allow having zero programs in VST by
2016-08-01 10:04:58 +0100
4cf3c02998
Send parameter changes to processor when received via the EditController by
2016-08-01 09:42:33 +0100
3d1dc4ab0b
Fix bug where previously applied context transformation was not respected in subsequent fill by
2016-07-30 14:49:34 +0100
e6ad9b52da
Add option to not re-allocate memory when making a copy of an AudioBuffer by
2016-07-30 12:38:13 +0100
b50f941d26
First connect controller and component and then load the state in VST3 by
2016-07-29 14:42:00 +0100
a258295481
Don't repeatedly set the wantsFocus flag if it hasn't changed by
2016-07-29 12:19:16 +0100
962cfc7aff
Clarify what happens when maxNumChars is zero in the TextPropertyComponent constructor by
2016-07-29 09:57:54 +0100
9100d1c89e
Synthesiser and MPESynthesiser: added an additional parameter to setMinimumRenderingSubdivisionSize to allow for both the legacy behaviour (setting the strict minimum on subdivision size) and the current behaviour (first sample will always be sample-accurate, but then the first subdivision may be < minimum). by
2016-07-28 17:52:09 +0100
6fdb7e33bc
Also add assembler files to MSVC projects by
2016-07-25 16:37:29 +0100
72878309f8
Fix AUv3 OS X version compiler error message by
2016-07-25 14:58:01 +0100
f5398fcab2
Added additional dontScrollToShowThisRange parameter to selectRangeOfRows in ListBox by
2016-07-25 11:03:37 +0100
9e1edc7a6e
Add support for hosting staticly compiled VSTs on all platforms by
2016-07-22 10:28:00 +0100
1696c23fb9
Add support for hosting staticly linked VSTs by
2016-07-22 10:14:48 +0100
88736e34dc
Make splash screens fullscreen on mobile platforms by
2016-07-22 10:12:44 +0100
65e1b6008c
Add missing overrides in FileTreeComponent by
2016-07-22 09:22:35 +0100
4b6458438f
Fix small typo by
2016-07-21 15:29:52 +0100
56d5f7bab0
Don't update the rendering graph if the graph is not prepared by
2016-07-20 18:19:06 +0100
8b1374d4b7
Don't call processBlock on a AudioProcessorGraph's node if it is suspended by
2016-07-20 18:12:52 +0100
cdf899c47e
Don't keep on showing the auto-updater dialog box if the user clicks cancel by
2016-07-20 18:06:53 +0100
035f865099
Fix steppy scrolling if the content component of a viewport was transformed by
2016-07-20 17:04:55 +0100
142ce5eb84
Fix a typo in the previous commit by
2016-07-19 16:15:41 +0100
69cd509e4c
Add missing getNumSteps override to AudioProcessorValueTree parameters by
2016-07-19 11:03:43 +0100
88803f6378
Don't call methods that require modal loops in Standalone filter windows by
2016-07-19 10:24:48 +0100
e5f306e1d1
Fix bad property id when registering AU event listener by
2016-07-16 18:18:57 +0200
ca62e560f3
Revert support for hosting your own VST bundles on iOS by
2016-07-16 16:13:54 +0200
a8a7fa28e2
Added a missing newline in the juce_tracktion_marketplace keygen by
2016-07-15 11:36:18 +0100
49989308b7
Added expiry time support to the juce_tracktion_marketplace module by
2016-07-14 10:05:50 +0100
05835ecfa1
Generate bitcode bundles on iOS by
2016-07-14 10:05:04 +0100
9e6988acaa
For drag-and-drop on win32, prioritised file-drag mode over text-drag mode if both are available by
2016-07-14 09:35:40 +0100
97e058bbd2
Added a couple of proportional Rectangle methods by
2016-07-14 09:34:29 +0100
d4933111db
Only reopen stdout, stderr, stdin if they haven't already been opened by a redirect by
2016-07-13 11:59:26 +0100
70f4b0d5dc
Add more details to the documentation of the setResizable method in the AudioProcessorEditor by
2016-07-12 14:29:22 +0100
8b1b855654
Throttle repaints when repainting in a plug-in to avoid steppy automation by
2016-07-12 12:33:36 +0100
6b8c7208b3
Tidied up a few things in the Line class, and added a Line::fromStartAndAngle method by
2016-07-12 09:50:52 +0100
a604c03bd2
Added a definition that's missing in some very obscure win32 setups by
2016-07-12 09:01:10 +0100
ebb60c71d9
Add missing new line at end of file by
2016-07-12 08:44:58 +0100
6039a19b1a
Add new line to end of juce_AAX_Modifier_Injector.h by
2016-07-11 16:17:33 +0100
76007233ae
Correctly account for midi ports in Alsa when listing/opening devices and other ALSA midi cleanups by
2016-07-11 15:27:35 +0100
872f84dfd9
Check for hash collisions when generating integer parameter ids from parameter id strings by
2016-07-10 10:10:20 +0100
5e9c2566e3
Label attribute of AudioProcessorParamater should be public by
2016-07-10 09:29:06 +0100
ab3e628f36
Added mouse-up event pressure handling by
2016-07-08 12:33:58 +0100
a050e0700b
Fix incorrect parameter id <-> index conversion when hosting AUs by
2016-07-08 09:03:50 +0100
572868f5f2
Fix incorrect parameter id <-> index conversion when hosting AUs by
2016-07-08 09:03:50 +0100
3ff5ed0f44
Reject any inconsistent VST-2 channel layout requests by
2016-07-07 17:41:23 +0100
3791939923
Fix unused warning in AU plugin client release build by
2016-07-07 16:21:55 +0100
437cb4e9a4
Only detect which corner is being resized on the first live resize callback by
2016-07-07 16:14:32 +0100
0df194d33e
Added method URL::withNewDomainAndPath() by
2016-07-07 15:53:01 +0100
c6249d2214
Clear http headers after redirects by
2016-07-07 15:31:14 +0100
b439452edd
Changed the Array::remove() method to return void, and added an Array::removeAndReturn() method to replace the old functionality by
2016-07-07 15:02:05 +0100
dd245effd2
Have curl follow re-directions automatically by
2016-07-07 14:37:58 +0100
332dcac07d
Added a method Range::expanded() by
2016-07-07 11:10:35 +0100
c9aca28d00
Add pkg-config support for linux by
2016-07-07 10:37:58 +0100
f83554c966
Add a User-Agent http header to curl requests by
2016-07-07 09:47:43 +0100
c552872fd6
Never define JUCE_SUPPORT_CARBON on iOS by
2016-07-07 09:47:08 +0100
41ab0d937a
Never define JUCE_SUPPORT_CARBON on iOS by
2016-07-07 09:46:38 +0100
01c73ff0a6
Optimisation for look and feel drawing of zero-size title bars by
2016-07-06 12:36:56 +0100
a700774d6f
Tidied up a comment by
2016-07-05 16:48:51 +0100
ed67e40b8d
Added a customisable callback object to PopupMenu by
2016-07-05 16:43:49 +0100
0a4b2ae3b6
Return parent row number if any of the tree view item's paraents are closed by
2016-07-05 16:27:51 +0100
630ab88f8b
Version number update by
2016-07-05 11:27:53 +0100
b6d78f882c
Avoided an analyser warning on iOS by
2016-07-05 11:16:56 +0100
89dade2a00
Fixed a compile problem with the GNU c++ library by
2016-07-05 10:41:53 +0100
e7c9cf3b66
Made iOS build use updated HTTP API, and turned off deprecation warnings when built for older OSes by
2016-07-05 10:22:05 +0100
2f36d03d1d
Do a case-insensitive compare on core http headers in windows network code by
2016-07-05 10:20:12 +0100
b729764ba6
Fix a bug in URL::findEndOfScheme by
2016-07-05 10:19:15 +0100
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'. by
2016-07-05 09:54:06 +0100
38c897f8a4
Return nullptr from URL::createInputStream if a request times out by
2016-07-05 09:46:19 +0100
2ca0c9200f
Add beginParameterChangeGesture/endParameterChangeGesture support to GenericAudioProcessorEditor by
2016-07-05 09:35:29 +0100
f7f35f5a28
Add fallback to legacy networking code for pre OS X 10.10 by
2016-07-04 12:14:25 +0100
3461b12f7e
Draw custom line ends if arrow width is zero by
2016-07-04 11:25:41 +0100
300485a147
Added a Javascript array indexOf method by
2016-07-03 10:43:27 +0100
31f935cc60
Added a new Graphics::drawImage method that takes a Rectangle<float> by
2016-07-01 15:35:04 +0100
3969000010
Avoid a compile error due to steinberg renaming a constant in their SDKs by
2016-06-30 16:46:32 +0100
14a9368506
AudioDeviceManager::initialiseFromXML(): made the default buffer size and sample rate default to ones supplied in the setup if not specified in the XML by
2016-06-30 16:28:02 +0100
e4592d132f
Projucer: tweak to the way GCC -D flags are generated by
2016-06-30 16:03:45 +0100
8a9fbc38f9
Resaved some project files by
2016-06-30 16:01:55 +0100
5960afde1a
Cleaned up a few functions in Graphics, and optimised drawEllipse when used for circles by
2016-06-30 15:44:25 +0100
6e0c1682ca
Removed a defunct workaround for an obscure bug in old Windows PCI hardware by
2016-06-30 15:34:19 +0100
d29608a65d
Minor documentation corrections. by
2016-06-28 19:52:14 +0100
b46be0f871
Change projucer version to match JUCE version by
2016-06-27 18:04:40 +0100
d9a3e76518
Fix a warning in the previous commit by
2016-06-27 18:00:17 +0100
f6cd130038
Add redirect support to NSURLSession code by
2016-06-27 17:27:44 +0100
1a40df99bc
Revert commit d0c238d: Use getParameterText to respond to AU's kAudioUnitProperty_ParameterStringFromValue by
2016-06-27 16:06:09 +0100
f7d7f8a204
Clear unused outputs when bypassing a plug-in by
2016-06-27 15:48:54 +0100
943c89dea6
Added some extra locking in the destructor of a Mac HTTP stream implementation by
2016-06-27 12:02:30 +0100
84810b72cc
Fixed some code that used a C++11 function by
2016-06-27 12:01:33 +0100
1861c82a12
Add window property to JuceAppStartupDelegate by
2016-06-27 10:18:35 +0100
2be34b312a
Added some linux build files to the .gitignore by
2016-06-23 14:15:45 +0100
37cffb74ce
Added a Javascript array splice method by
2016-06-23 12:25:05 +0100
16913f2cd6
Added a unit test by
2016-06-23 11:46:03 +0100
69a7506274
Made File remove any redundant "/./" subfolders of paths that it is given by
2016-06-23 11:38:35 +0100
d0c238d41d
Use getParameterText to respond to AU's kAudioUnitProperty_ParameterStringFromValue request when using the legacy parameter system by
2016-06-23 11:05:19 +0100