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 |
|
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
|
2be34b312a
|
Added some linux build files to the .gitignore
|
2016-06-23 14:15:45 +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
|
1f6fa5cc3b
|
Re-save all projects
|
2016-06-17 10:46:06 +01:00 |
|
hogliux
|
b1a7441bcc
|
Align manufacturer code of sample plug-ins in JUCE repo ('ROLI')
|
2016-06-17 10:44:55 +01:00 |
|
hogliux
|
70ed6eb69c
|
Add original four-char code as comment next to hex literal in AppConfig.h
|
2016-06-17 10:44:00 +01:00 |
|
hogliux
|
adfc6e9e80
|
Re-save projects
|
2016-06-17 10:24:52 +01:00 |
|
hogliux
|
b6f4d353e8
|
Avoid char literals in auto-generated AppConfig.h files
|
2016-06-17 10:19:04 +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 |
|