ed
|
ebf76194b9
|
macOS: Fixed an issue in FakeMouseMoveGenerator when a global scale factor is applied
|
2020-05-29 16:51:58 +01:00 |
|
ed
|
2c46150f0c
|
AAX: Resize host window correctly when global scale != 1
|
2020-05-29 16:51:57 +01:00 |
|
ed
|
2ea34c7e52
|
AU: Resize host window correctly when global scale != 1
|
2020-05-28 09:51:18 +01:00 |
|
ed
|
293be30356
|
VST3: Fixed some alignment warnings when loading VST2-compatible state data
|
2020-05-28 09:49:09 +01:00 |
|
ed
|
3a0f7cd59a
|
AU: Ignore implicit fallthrough warning when including AU headers
|
2020-05-27 12:10:23 +01:00 |
|
ed
|
d9093c87d6
|
Removed some cross-module relative includes
|
2020-05-23 11:58:01 +01:00 |
|
ed
|
72a4719c17
|
VST: Query host window scale factor when opening editor window
|
2020-05-23 11:58:01 +01:00 |
|
ed
|
e1c18e6461
|
macOS: Render OpenGL frames on ThreadPoolJob instead of directly on the CVDisplayLink thread to avoid a deadlock
|
2020-05-23 11:58:01 +01:00 |
|
ed
|
228fc0a8cf
|
macOS: Disable CVDisplayLink driver when continuous repainting is false
|
2020-05-23 11:58:01 +01:00 |
|
ed
|
76910b0ebd
|
VST: Resize host window when global scale factor is changed
|
2020-05-11 09:36:11 +01:00 |
|
ed
|
331df42233
|
MP3: Fixed a global buffer overflow and constexpr'd a few things
|
2020-05-06 09:59:01 +01:00 |
|
ed
|
5bd8acd567
|
Fixed hue wrap-around for negative values in HSV/HSL colours
|
2020-04-30 16:50:21 +01:00 |
|
ed
|
9a4ec01053
|
Fixed hue wrap-around in HSV/HSL colours, added some more unit tests and added methods to distinguish between HSV and HSL saturation
|
2020-04-29 13:54:56 +01:00 |
|
ed
|
11c2ca10fd
|
iOS: Fixed a crash due to a dangling JuceUIViewController when updating screen bounds
|
2020-04-28 12:11:04 +01:00 |
|
ed
|
9f9d4de77d
|
AAX: Fixed some warnings in the AAX wrapper
|
2020-04-28 10:14:39 +01:00 |
|
ed
|
11cf10689d
|
iOS: Fixed some build warnings
|
2020-04-28 10:14:39 +01:00 |
|
ed
|
48acdf58ef
|
Added HSL support to Colour and use Colour::fromHSL() when parsing SVG HSL colours
|
2020-04-27 16:43:27 +01:00 |
|
ed
|
4c2c0874da
|
VST: Fixed a potential crash when resizing host window asynchronously
|
2020-04-27 10:18:59 +01:00 |
|
ed
|
26901c6106
|
SVG: Added support for RGBA, HSL and HSLA colours
|
2020-04-24 16:32:20 +01:00 |
|
ed
|
add88c33f2
|
Replaced all references to ROLI with Raw Material Software and regenerated all bytecode
|
2020-04-23 13:27:33 +01:00 |
|
Tom Poole
|
2d16374b14
|
Updated all license headers
|
2020-04-23 13:27:32 +01:00 |
|
reuk
|
759e2697b7
|
VST3: Fix duplicate messages in VST3 wrapper
|
2020-04-20 11:22:38 +01:00 |
|
ed
|
920f86eace
|
macOS: Fixed some issues with 32-bit builds
|
2020-04-09 15:02:46 +01:00 |
|
ed
|
896a68dd7b
|
Android: Reverted some recent Oboe buffer size changes
|
2020-04-03 18:56:23 +01:00 |
|
ed
|
5bb2e8ca6f
|
Made PropertySet::setValue() methods take a StringRef instead of a const String& so that Identifiers can be implicitly cast
|
2020-04-02 16:12:04 +01:00 |
|
ed
|
18df1b0937
|
Added JUCE_CONTENT_SHARING define to conditionally compile the native content sharer code
|
2020-03-31 18:53:14 +01:00 |
|
ed
|
814f317346
|
VST3: Unload macOS bundle in destructor of DLLHandle with CFBundleUnloadExecutable() to fix crash when loading some third-party plug-ins a second time
|
2020-03-31 12:22:07 +01:00 |
|
ed
|
375c746251
|
AU: Check parameter list is not empty when setting haveParameterList
|
2020-03-31 09:33:25 +01:00 |
|
ed
|
f3470d3cd4
|
VST: Fixed potential out-of-bounds program access
|
2020-03-31 09:33:25 +01:00 |
|
ed
|
9f0728e622
|
VST3: Don't pass nullptr to setBusArrangements()
|
2020-03-31 09:33:25 +01:00 |
|
ed
|
26c9468dc5
|
Deprecated AffineTransform::getScaleFactor() as it was producing incorrect values for transforms containing rotations. Added getDeterminant() method for getting the determinant of the transform
|
2020-03-30 18:34:19 +01:00 |
|
ed
|
5315160e51
|
Fixed some incorrect documentation for KeyPress::createFromDescription()/getTextDescription()
|
2020-03-30 16:51:16 +01:00 |
|
ed
|
441c88f3b9
|
macOS: Removed all dynamic_cast type_info warning workarounds which have been fixed in 0dd3b02
|
2020-03-30 12:57:28 +01:00 |
|
ed
|
814852e966
|
macOS: Fixed another spurious dynamic_cast type_info warning when loading dylibs containing JUCE at runtime
|
2020-03-30 11:32:23 +01:00 |
|
Lukasz Kozakiewicz
|
50310edc57
|
Android: Call __android_log_print() in chunks to ensure that the full log is printed
|
2020-03-27 18:10:59 +00:00 |
|
ed
|
fa0f3af034
|
WASAPI: Suspend processing when AudioSessionStateInactive session event is received and restart on AudioSessionStateActive
|
2020-03-27 18:02:19 +00:00 |
|
Aga Janowicz
|
9d9d26c85a
|
Fix issue where sustain value would be reset after note off in legacy mode
|
2020-03-27 11:54:00 +00:00 |
|
Aga Janowicz
|
8f069624d7
|
Fix sustain state not updating on global channel
|
2020-03-27 11:54:00 +00:00 |
|
reuk
|
6a18c9e153
|
iOS: Fix type declaration in juce_File.h
|
2020-03-27 09:45:07 +00:00 |
|
Tom Poole
|
034ca9347e
|
Fixed a potential overflow when dealing with large images
|
2020-03-27 08:51:52 +00:00 |
|
reuk
|
e357833a12
|
iOS: Support older SDKs
|
2020-03-26 14:55:53 +00:00 |
|
reuk
|
dde6b96ebe
|
MSVC: Fix some potential divide-by-zero errors
|
2020-03-26 14:12:13 +00:00 |
|
Tom Poole
|
21f054b164
|
Documentation fix
|
2020-03-25 15:48:59 +00:00 |
|
Tom Poole
|
f2e75a8f52
|
Fixed a popup submenu item selection bug on a right key press
|
2020-03-25 15:23:09 +00:00 |
|
reuk
|
dddeb1ad68
|
Build: Fix Xcode 11.4 compatibility issues
|
2020-03-25 13:10:32 +00:00 |
|
Lukasz Kozakiewicz
|
cfce337d81
|
Fix mp3 file seek when seeking to previously unplayed location.
|
2020-03-24 09:07:08 +01:00 |
|
reuk
|
fcd12ab12b
|
VST: Remove an unused variable warning
|
2020-03-24 07:47:06 +00:00 |
|
ed
|
5d9ab42195
|
Linux: Revert c47c790 and instead defer modifications to the fdReadCallbacks vector when inside a read callback until after the callback has been executed
|
2020-03-23 14:38:09 +00:00 |
|
ed
|
8e4277085a
|
Linux: Fixed some issues flagged by asan
|
2020-03-20 18:03:28 +00:00 |
|
reuk
|
0c9067c9a4
|
Ownership: Fix some raw/unique ptr conversion issues
|
2020-03-20 17:07:24 +00:00 |
|