65ba5128c7
Small fix to the SVG parser by
2017-12-19 17:57:50 +0000
e174bb26bd
A minor code tidyup by
2017-12-19 15:51:45 +0000
f0c044083b
Fix documentation warning in juce_ButtonTracker.h by
2017-12-19 15:10:38 +0000
430948ad91
Fixed an undefined behaviour warning in the demo app, and tidied up a couple of path functions by
2017-12-19 14:58:57 +0000
6406fc4466
Tweaked the JUCE analytics data by
2017-12-19 14:35:58 +0000
d5bdca9695
Fixed some out-of-range channel copying in the AudioBuffer move operator by
2017-12-19 14:23:14 +0000
b028f299b8
Fixed some subtle (but benign) undefined behaviour with negative bit-shifts by
2017-12-19 14:22:39 +0000
beec82b8cb
Improvements to the Analytics class by
2017-12-19 12:08:50 +0000
cff37f5b6a
Fixed some const violation errors by
2017-12-19 12:44:24 +0000
03fef746d5
Projucer: Updated the latest MacOS SDK version by
2017-12-19 10:54:07 +0000
072a56cf16
Add a bunch of autos. by
2017-12-19 09:08:34 +0100
dd7549ef70
Add missing selector to NSViewComponentPeer. by
2017-12-18 22:33:50 +0100
c4342e684d
Added some get/set/addSample methods to AudioBlock by
2017-12-18 15:31:16 +0000
5e9267e5d8
Simplified the Path class by making it use an Array for starage. by
2017-12-18 12:22:02 +0000
c0223ae2bc
Added a missing dependency in the juce_audio_utils module by
2017-12-18 10:44:28 +0000
4797b29b27
DSP: Added Butterworth methods to the FilterDesign class by
2017-12-18 10:39:56 +0000
da50695970
Fixed a typo in a comment by
2017-12-18 09:56:44 +0000
d32ced157a
Projucer: Added some drag+drop and copy-to-clipboard functions to the SVG helper tool by
2017-12-18 09:28:55 +0000
a2bbd99234
StandaloneFilterWindow: hide title bar on iOS and Android even when not in Kiosk mode. by
2017-12-15 12:25:32 +0000
2d92311116
VST3: Fixed an issue with parallel streams of parameter updates during playback by
2017-12-15 11:31:45 +0000
25d3a7f89d
Added more comments to a LookAndFeel assertion that seems to be confusing people by
2017-12-15 09:15:15 +0000
3b130b10fe
URL: add method to get filename (most useful for Android’s content:// scheme). by
2017-12-14 18:35:10 +0000
8ac29a4843
Fix typo. by
2017-12-14 18:19:08 +0000
1f77b356d1
Re-saved all projects. by
2017-12-14 15:52:48 +0000
360449de0b
Android: ensure that navigation/status bar visibility is correctly restored when the app gets resumed. by
2017-12-14 15:47:36 +0000
181f4ab7fc
StandalonePluginWindow: allow to customise kiosk mode enablement. by
2017-12-14 12:58:30 +0000
fa2a531365
Fixed a typo in juce_Initialisation.h by
2017-12-14 15:46:42 +0000
ea23ddd69e
Added a method to DatagramSocket to set whether multicast loopback should be enabled by
2017-12-14 15:15:03 +0000
934d5aee22
Fixed the typo that I introduced while fixing a different typo by
2017-12-14 15:03:37 +0000
89b4e13423
Fixed some incorrect documentation in the singleton macros by
2017-12-14 14:14:57 +0000
a156d12390
Fixed a typo in AiffAudioFormat by
2017-12-14 14:08:29 +0000
e14ca41087
VST3: Fixed some compilation errors when building without JUCE_VST3_CAN_REPLACE_VST2 by
2017-12-14 12:19:26 +0000
72d91dd5bf
Added some next/prev window commands to the projucer by
2017-12-14 12:04:08 +0000
438ab2b0f7
CoreAudio: Fixed some additional issues handling background device changes by
2017-12-14 11:14:23 +0000
a4252b1407
Optimised the checking process for duplicate parameter IDs by
2017-12-14 11:30:17 +0000
25c457df39
Enabled JUCE_CONSTEXPR for older versions of clang by
2017-12-14 10:23:18 +0000
f24045053d
CoreAudio: Fixed some issues handling background device changes by
2017-12-13 16:19:32 +0000
4a6ecffd91
ContentSharing: minor tweaks. by
2017-12-13 11:36:31 +0000
f11c43d038
Fixed a bug in Windows plugins where the display bounds were not being updated when the scale factor was changed by
2017-12-13 11:37:21 +0000
6fe0358dee
Whitespace by
2017-12-13 11:16:15 +0000
eff880e01f
Added some methods to OSCSender and OSCReceiver to allow them to use existing sockets by
2017-12-13 11:08:52 +0000
faa847f443
Added a method OptionalScopedPointer::reset() by
2017-12-13 11:05:22 +0000
202cad8991
DialogsDemo: flush output stream after writing to it in saving dialog demo. by
2017-12-13 09:46:12 +0000
bc90a41386
Fixed a few singletons which had forgotten to call clearSingletonInstance() in their destructors by
2017-12-13 09:23:26 +0000
22ad29baba
Workaround for a VS compiler warning by
2017-12-12 17:40:17 +0000
9f6126779c
Fix for the analytics singleton by
2017-12-12 14:45:40 +0000
58a99ff139
Dragged the singleton macros into the 21st century.. Cleaned up their implementation and gave them new upper-case names to match juce official style. The old names are still defined to avoid breaking old code, but please update before they get deprecated! by
2017-12-12 16:24:40 +0000
c6ed2626e1
Fix for the analytics singleton by
2017-12-12 14:45:40 +0000
fdebb67071
DSP module: Added a Phase class by
2017-12-12 12:52:25 +0000
2215001d0c
Fixed some CoreAudio errors when detecting bit depths by
2017-12-12 11:09:38 +0000
8c30808ef9
Quick tidy-up in AudioPluginFormatManager by
2017-12-12 09:55:26 +0000
8cecf0baf9
Assorted threading and undefined behaviour fixes by
2017-12-07 17:25:57 +0000
36da4cde05
Add native content sharing support for iOS and Android by
2017-11-20 12:56:02 +0100
2a5108ffc6
Fix doc typo in juce_PluginHostType.h by
2017-12-11 11:55:28 +0000
4f8749e744
Added documentation to juce_PluginHostType.h by
2017-12-11 11:51:37 +0000
6eff49a629
Workaround for a Visual Studio compiler bug by
2017-12-11 11:29:43 +0000
ad0e97fef4
Projucer: Draw transparent iOS app icons onto a white background so that they are valid by
2017-12-11 11:22:33 +0000
a1b9900bae
Added an assertion to catch people using more than one TooltipWindow, which seems to be a common mistake by
2017-12-11 11:17:14 +0000
737c82fcfc
Fix Windows doc in juce_File.h by
2017-12-11 09:54:38 +0000
5dc10feeac
Added doc clarification in juce_FlexBox.h by
2017-12-11 09:25:00 +0000
d2dc866f01
Updated OpenGLAppExample to use an renamed function by
2017-12-11 09:16:44 +0000
3b8c533db5
Clarified a couple of comments by
2017-12-10 21:24:24 +0000
73c319d249
Tidied up a few issues in AudioBlock by
2017-12-07 17:01:00 +0000
1c580123b3
Fix documentation error in juce_SidePanel.h by
2017-12-07 16:54:10 +0000
a9b74e54c7
Take any transforms that have been applied to a component into account in the Component::centreWithSize, ::setCentreRelative() and ::setCentrePosition() methods by
2017-12-07 16:18:35 +0000
4707ccfa37
Added some extra methods to the interpolator classes by
2017-12-07 15:57:09 +0000
92f16c1d39
Fixed some Timer threading issues by
2017-12-07 12:33:35 +0000
34959be226
Fixed a bug where PopupMenus with a scale factor applied were not appearing in the correct position by
2017-12-07 12:07:52 +0000
4800216b82
Only resize SidePanel on mouse drag if it is currently showing by
2017-12-07 10:27:46 +0000
11c5845eb1
Fixed a misaligned pointer access by
2017-12-07 10:24:42 +0000
f4cf0c0ef4
Clarified some shutdown behaviour in ConnectedChildProcess by
2017-12-07 10:08:10 +0000
f22317695b
Added a couple of casts to keep Visual Studio happy by
2017-12-06 17:48:41 +0000
d9585241ad
Changed the parameters to Graphics::fillCheckerBoard() to be floats rather than ints, and improved its performance by
2017-12-06 17:33:26 +0000
d727f2a35a
Added MathConstants::halfPi to improve readability by
2017-12-06 12:56:00 +0000
a0db644e22
Fix Doxygen bug with Singleton macros by
2017-12-06 11:48:47 +0000
47436c0f1d
Projucer: Added some extra flags to the Visual Studio AAX copy step to ensure that hidden files are copied and file attributes are maintained by
2017-12-06 11:45:42 +0000
d0111a4f96
Began phasing out double_Pi and float_Pi in favour of MathConstants::pi. Also added MathConstants::twoPi by
2017-12-06 11:16:22 +0000
daab5147c2
Fixed SIMDRegister errors in the 32-bit VS2017 build by
2017-12-05 14:43:05 +0000
458534056a
CLion: Fixed a missing .a suffix when creating static libraries by
2017-12-05 14:27:05 +0000
709d4049f7
Fixes for the build with GCC by
2017-12-05 12:15:57 +0000
51f6c5d01c
Tidied up a few bits of messy String concatenation by
2017-12-05 12:03:30 +0000
fccd229469
Removed an unused struct by
2017-12-05 10:00:55 +0000
6d8dec34bd
Did some modernisation in AudioProcessor by
2017-12-05 09:52:24 +0000
ceb0afd861
Fixed some data races in the CoreAudio audio device by
2017-12-04 17:50:55 +0000
170cc39858
Fixed data races in the Atomic and AbstractFifo classes by
2017-12-04 16:08:14 +0000
3a937b75a0
Avoided a confusing error with Grid when using old compilers by
2017-12-04 14:19:16 +0000
0f6cfda823
Removed a legacy Mac implementation of Atomic by
2017-12-04 12:08:54 +0000
f3cde9763a
Quick tidy-up of some messaging classes by
2017-12-04 11:30:15 +0000
f4963a27d7
Minor optimisations and cleanups in Array by
2017-12-04 11:08:20 +0000
731dfdac3a
Add clarification in documentation of juce_AudioAppComponent.h by
2017-12-04 10:17:52 +0000
c1a3aa38f8
Fixed a data race in the Thread destructor by
2017-12-01 11:52:05 +0000
e40b6c09dc
BLOCKS API: added an internal option for tweaking the topology change message schedule by
2017-12-04 09:11:23 +0000
8d8c69beb8
Documentation typo fix by
2017-12-04 09:09:41 +0000
7dd8fa993e
Fixes for templated code which could default-initialise a SIMDRegister object while expecting to get a zero-initialised value by
2017-11-30 16:59:16 +0000
8f02179bbf
Various additions to SIMDRegister by
2017-11-30 13:06:31 +0100
6894e04356
Android: Fixed an OpenGL crash that would occur due to failing to get a pointer to the native window by
2017-11-30 10:11:40 +0000
5f834225e0
Added a SampleType accessor definition to AudioBuffer by
2017-11-30 10:05:36 +0000
326aa13023
Fix for the dsp::Convolution class by
2017-11-30 09:51:01 +0000
7297f62182
FileChooser: actually do store URL security bookmark in a smart pointer (as it was originally on an internal branch). Also update the docs to clearly indicate that a user has to use URL returned from FileChooser. by
2017-11-29 21:59:18 +0100
7daff1a99e
Fixed a build error by
2017-11-29 20:20:26 +0000