jules
|
97e058bbd2
|
Added a couple of proportional Rectangle methods
|
9 years ago |
hogliux
|
d4933111db
|
Only reopen stdout, stderr, stdin if they haven't already been opened by a redirect
And fix a warning along the way
|
9 years ago |
hogliux
|
70f4b0d5dc
|
Add more details to the documentation of the setResizable method in the AudioProcessorEditor
|
9 years ago |
hogliux
|
8b1b855654
|
Throttle repaints when repainting in a plug-in to avoid steppy automation
|
9 years ago |
jules
|
6b8c7208b3
|
Tidied up a few things in the Line class, and added a Line::fromStartAndAngle method
|
9 years ago |
jules
|
a604c03bd2
|
Added a definition that's missing in some very obscure win32 setups
|
9 years ago |
hogliux
|
ebb60c71d9
|
Add missing new line at end of file
|
9 years ago |
hogliux
|
6039a19b1a
|
Add new line to end of juce_AAX_Modifier_Injector.h
|
9 years ago |
hogliux
|
76007233ae
|
Correctly account for midi ports in Alsa when listing/opening devices and other ALSA midi cleanups
|
9 years ago |
hogliux
|
872f84dfd9
|
Check for hash collisions when generating integer parameter ids from parameter id strings
|
9 years ago |
hogliux
|
5e9c2566e3
|
Label attribute of AudioProcessorParamater should be public
|
9 years ago |
jules
|
ab3e628f36
|
Added mouse-up event pressure handling
|
9 years ago |
hogliux
|
a050e0700b
|
Fix incorrect parameter id <-> index conversion when hosting AUs
|
9 years ago |
hogliux
|
3ff5ed0f44
|
Reject any inconsistent VST-2 channel layout requests
|
9 years ago |
hogliux
|
3791939923
|
Fix unused warning in AU plugin client release build
|
9 years ago |
hogliux
|
437cb4e9a4
|
Only detect which corner is being resized on the first live resize callback
|
9 years ago |
jules
|
0df194d33e
|
Added method URL::withNewDomainAndPath()
|
9 years ago |
hogliux
|
c6249d2214
|
Clear http headers after redirects
|
9 years ago |
jules
|
b439452edd
|
Changed the Array::remove() method to return void, and added an Array::removeAndReturn() method to replace the old functionality
|
9 years ago |
hogliux
|
dd245effd2
|
Have curl follow re-directions automatically
|
9 years ago |
jules
|
332dcac07d
|
Added a method Range::expanded()
|
9 years ago |
hogliux
|
c9aca28d00
|
Add pkg-config support for linux
|
9 years ago |
hogliux
|
f83554c966
|
Add a User-Agent http header to curl requests
|
9 years ago |
hogliux
|
c552872fd6
|
Never define JUCE_SUPPORT_CARBON on iOS
|
9 years ago |
jules
|
01c73ff0a6
|
Optimisation for look and feel drawing of zero-size title bars
|
9 years ago |
jules
|
a700774d6f
|
Tidied up a comment
|
9 years ago |
jules
|
ed67e40b8d
|
Added a customisable callback object to PopupMenu
|
9 years ago |
hogliux
|
0a4b2ae3b6
|
Return parent row number if any of the tree view item's paraents are closed
|
9 years ago |
hogliux
|
630ab88f8b
|
Version number update
|
9 years ago |
jules
|
b6d78f882c
|
Avoided an analyser warning on iOS
|
9 years ago |
jules
|
89dade2a00
|
Fixed a compile problem with the GNU c++ library
|
9 years ago |
jules
|
e7c9cf3b66
|
Made iOS build use updated HTTP API, and turned off deprecation warnings when built for older OSes
|
9 years ago |
hogliux
|
2f36d03d1d
|
Do a case-insensitive compare on core http headers in windows network code
|
9 years ago |
hogliux
|
b729764ba6
|
Fix a bug in URL::findEndOfScheme
|
9 years ago |
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'.
|
9 years ago |
hogliux
|
38c897f8a4
|
Return nullptr from URL::createInputStream if a request times out
|
9 years ago |
hogliux
|
2ca0c9200f
|
Add beginParameterChangeGesture/endParameterChangeGesture support to GenericAudioProcessorEditor
|
9 years ago |
hogliux
|
f7f35f5a28
|
Add fallback to legacy networking code for pre OS X 10.10
|
9 years ago |
hogliux
|
3461b12f7e
|
Draw custom line ends if arrow width is zero
|
9 years ago |
jules
|
300485a147
|
Added a Javascript array indexOf method
|
9 years ago |
jules
|
31f935cc60
|
Added a new Graphics::drawImage method that takes a Rectangle<float>
|
9 years ago |
hogliux
|
3969000010
|
Avoid a compile error due to steinberg renaming a constant in their SDKs
|
9 years ago |
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
|
9 years ago |
jules
|
5960afde1a
|
Cleaned up a few functions in Graphics, and optimised drawEllipse when used for circles
|
9 years ago |
jules
|
6e0c1682ca
|
Removed a defunct workaround for an obscure bug in old Windows PCI hardware
|
9 years ago |
jules
|
d29608a65d
|
Minor documentation corrections.
|
9 years ago |
hogliux
|
d9a3e76518
|
Fix a warning in the previous commit
|
9 years ago |
hogliux
|
f6cd130038
|
Add redirect support to NSURLSession code
|
9 years ago |
hogliux
|
1a40df99bc
|
Revert commit d0c238d: Use getParameterText to respond to AU's kAudioUnitProperty_ParameterStringFromValue
|
9 years ago |
hogliux
|
f7d7f8a204
|
Clear unused outputs when bypassing a plug-in
|
9 years ago |