hogliux
|
9fee13ba82
|
Slider: Added missing ComponentPeer flags to the popup display of a slider
|
2018-05-30 17:33:04 +01:00 |
|
hogliux
|
3e327a5390
|
Ensured that any top-level component transforms are not applied twice
|
2018-05-30 17:29:56 +01:00 |
|
hogliux
|
b85726a646
|
BubbleComponent: Correctly convert screen coordinates for BubbleComponents that have a custom AffineTransforms
|
2018-05-30 17:28:24 +01:00 |
|
jules
|
ea43a1f57d
|
Provided a public field MouseEvent::mouseDownPosition, to provide a floating point version of the mouse-down pos
|
2018-05-30 14:49:29 +01:00 |
|
Lukasz Kozakiewicz
|
8fd1740ad8
|
Camera: fix broken CameraDevice listener on Mac that would trigger only once always.
|
2018-05-29 17:51:33 +02:00 |
|
hogliux
|
8377a6406b
|
Scaling: Ensured that the Slider's PopupDisplayComponent will have the same transform applied as the Slider itself
|
2018-05-29 11:43:30 +01:00 |
|
hogliux
|
b632360518
|
Fixed missing position update in MemoryAudioSource
|
2018-05-29 10:49:56 +01:00 |
|
ed
|
1d4555fd58
|
Add Magix Sequoia to PluginHostType
|
2018-05-25 11:56:15 +01:00 |
|
Noah Dayan
|
f2824e96ef
|
Fixed typos in the DSP module
|
2018-05-24 10:08:39 +01:00 |
|
hogliux
|
cfb071d52f
|
PlugIns: Ensured that the midi buffer is allocated with a reasonable size before the plugin starts processing
|
2018-05-24 09:44:50 +01:00 |
|
jules
|
aba7a80ffb
|
Added missing juce namespace to JUCE_DECLARE_WEAK_REFERENCEABLE macro
|
2018-05-22 17:33:55 +01:00 |
|
ed
|
5beddce629
|
BLOCKS: Fix an issue where firmware ACK messages could be read out of order
|
2018-05-22 16:52:17 +01:00 |
|
hogliux
|
d37187c959
|
Re-named AudioProcessor in previous commit to not be plug-in format specific
|
2018-05-22 14:40:14 +01:00 |
|
hogliux
|
4d0b1167f0
|
AAX: Added support for EQ curve graphs via a new AudioProcessor callback AudioProcessor::getAAXCurve
|
2018-05-22 12:51:57 +01:00 |
|
Tom Poole
|
009eb887ef
|
APVTS: Fixed an inconsistency between ComboBoxAttachment IDs and parameter values
|
2018-05-21 18:12:15 +01:00 |
|
hogliux
|
c967a398fb
|
Linux Midi: Fixed a typo which prevented virtual midi outputs from working
|
2018-05-21 15:25:27 +01:00 |
|
jules
|
271f519234
|
Tidied up some broken use of std::unique_ptr for holding linux handles
|
2018-05-21 14:47:21 +01:00 |
|
Tom Poole
|
0469fde310
|
Fixed a data race when iterating directory contents
|
2018-05-21 13:17:16 +01:00 |
|
Tom Poole
|
1fd3df6278
|
macOS: Fixed a data race in URL connections
|
2018-05-21 13:13:30 +01:00 |
|
jules
|
a4c51494bf
|
Made the Direct2D validate after painting
|
2018-05-19 11:42:48 +01:00 |
|
jules
|
2733b4c9a6
|
Made the error message text in OnlineUnlockStatus customisable
|
2018-05-17 15:24:38 +01:00 |
|
ed
|
6f65cf0f7b
|
Fixed a bug when parsing IP address strings
|
2018-05-17 14:36:28 +01:00 |
|
hogliux
|
876aaf49e7
|
Allow multiple TooltipWindows as long as they do not share the same parent component
|
2018-05-17 12:49:19 +01:00 |
|
ed
|
c154024641
|
Added a missing call to zeroUnusedBytes() in the String constructor of IPAddress
|
2018-05-17 12:48:26 +01:00 |
|
hogliux
|
aec8c367fe
|
macOS: Only apply recent gl fix to shared windows and not to all of them
|
2018-05-16 11:59:27 +01:00 |
|
Lukasz Kozakiewicz
|
5862d832e6
|
Android: fix crash when accessing system clipboard.
|
2018-05-16 10:12:36 +01:00 |
|
Noah Dayan
|
f737fc0882
|
Fixed a documentation warning in juce_MidiFile.h
|
2018-05-15 17:34:08 +01:00 |
|
ed
|
8e463b4051
|
Various improvements and bug-fixes to the IPAddress class - added more comparison operators and support for IPv4-mapped IPv6 addresses
|
2018-05-15 17:28:00 +01:00 |
|
hogliux
|
2362ca9125
|
macOS: Fixed a crash in a recent commit when an on-desktop component is deleted
|
2018-05-15 15:42:21 +01:00 |
|
hogliux
|
e91def7fae
|
OpenGL: Fixed an issue where components using OpenGL would not be restarted correctly when used in the FX docker window in Reaper
|
2018-05-15 12:03:20 +01:00 |
|
ed
|
f70a450bd4
|
Ensure that ComboBox::menuActive flag is set when calling showPopup()
|
2018-05-15 11:00:02 +01:00 |
|
hogliux
|
4ecd7eb8e8
|
Do not assert in ScopedPointer::reset if you are resetting to a nullptr
|
2018-05-15 10:37:57 +01:00 |
|
ed
|
516f053006
|
Removed the default bool argument from static IPAddress::any() method
|
2018-05-15 10:27:45 +01:00 |
|
Lukasz Kozakiewicz
|
315326477d
|
Add video playback support for Android and iOS. Update VideoComponent API to support building custom UIs.
|
2018-05-14 18:15:06 +01:00 |
|
hogliux
|
dc7217fbbb
|
DSP: Fixed a bug in AudioBlock::multiply where the linear smoothed value would not be applied
|
2018-05-14 18:02:06 +01:00 |
|
hogliux
|
7d056e2670
|
Tidied up some macOS ObjC conversion methods
|
2018-05-14 17:11:58 +01:00 |
|
ed
|
ddc2f9cc4c
|
Added an assertion to ScopedPointer to catch people resetting it to itself
|
2018-05-14 17:08:48 +01:00 |
|
ed
|
657afd8652
|
Removed a default bool constructor from IPAddress
|
2018-05-14 16:48:56 +01:00 |
|
hogliux
|
b856e38d46
|
Midi: Adding matching note-offs for note-ons is now optional and be disabled via a parameter of MidiFile::readFrom
|
2018-05-14 10:22:11 +01:00 |
|
jules
|
32a745d9f9
|
Avoided a possible null pointer when opening non-functional linux midi devices
|
2018-05-14 08:56:48 +01:00 |
|
jules
|
87042769b6
|
Tidied up some more old typedefs
|
2018-05-11 14:44:51 +01:00 |
|
jules
|
f3e1e52c88
|
Cleaned up some audio plugin creation function prototypes
|
2018-05-11 12:46:30 +01:00 |
|
jules
|
dee78f29f6
|
Misc cleanups and modernisation
|
2018-05-11 12:46:30 +01:00 |
|
ed
|
527625b699
|
Added support for building Unity native audio plugins on desktop platforms
|
2018-05-10 16:32:30 +01:00 |
|
jules
|
30f6206be9
|
Fix for compile error with JUCE_ALLOW_STATIC_NULL_VARIABLES=0
|
2018-05-10 09:10:09 +01:00 |
|
ed
|
2d79cc78c0
|
Bump version number to 5.3.2
|
2018-05-09 12:34:36 +01:00 |
|
ed
|
6b8b0a8c8f
|
Removed a newline between a jassert and its associated comment
|
2018-05-09 12:24:01 +01:00 |
|
Tom Poole
|
3a0ab9f42a
|
Added a comment to clarify the behaviour of hosted parameter IDs
|
2018-05-09 11:03:31 +01:00 |
|
hogliux
|
c65725af51
|
Some cleanup in a recent commit to FakeMouseMoveGenerator
|
2018-05-09 10:09:07 +01:00 |
|
ed
|
481221a256
|
Cleaned up the ModifierKeys class and removed the peer-specific implementations of ModifierKeys::getCurrentModifiersRealtime() and ModifierKeys::updateCurrentModifiers()
|
2018-05-09 10:04:27 +01:00 |
|