ed
|
aad3667e17
|
Updated MidiKeyboardState to use nested Listener and fixed some thread safety issues
|
2020-06-12 11:16:09 +01:00 |
|
ed
|
5467c57e23
|
Updated MidiKeyboardState to use nested Listener and fixed some thread safety issues
|
2020-06-12 11:05:55 +01:00 |
|
reuk
|
20fd6902d7
|
Font: Fix deadlock in findTypefaceFor
|
2020-06-11 12:38:49 +01:00 |
|
reuk
|
3a9e26b26c
|
Font: Fix deadlock in findTypefaceFor
|
2020-06-11 12:38:11 +01:00 |
|
ed
|
6814cc0b8d
|
Projucer: Fixed exporter name not being written to console when saving via the cmd line
|
2020-06-11 12:17:17 +01:00 |
|
ed
|
cb8a40d47c
|
Android: Added support for oboe input device without output
|
2020-06-10 19:34:25 +01:00 |
|
ed
|
00cdc86a79
|
Android: Use default system device if not specified when opening Oboe audio device
|
2020-06-10 19:34:14 +01:00 |
|
ed
|
eb671a6809
|
Projucer: Fixed default avatar image
|
2020-06-10 19:34:07 +01:00 |
|
reuk
|
cbfbd8cf12
|
CoreGraphics: Use generic colour spaces, instead of device colour spaces
|
2020-06-09 09:40:59 +01:00 |
|
reuk
|
ae35ebd5bc
|
DSP: Allow Convolution instances to share a single background thread
|
2020-06-08 18:17:30 +01:00 |
|
reuk
|
1502a3a8f2
|
Clang: Fix errors when building with clang on windows with C++20 enabled
|
2020-06-08 18:10:50 +01:00 |
|
ed
|
3536cf969f
|
Projucer: Only close window if one was opened when creating a project from clipboard contents
|
2020-06-08 16:02:00 +01:00 |
|
ed
|
e195a25088
|
Added missing String::operator+=() implementation for long ints
|
2020-06-08 12:48:47 +01:00 |
|
ed
|
7f4b6e3288
|
Added missing String::operator+=() implementation for long ints
|
2020-06-08 12:48:32 +01:00 |
|
ed
|
945cf12581
|
Linux: Don't call XFreeCursor() on invalid display
|
2020-06-05 17:36:55 +01:00 |
|
ed
|
ce16bd3df9
|
macOS: Use CGContextGetUserSpaceToDeviceSpaceTransform to get backing scale factor of graphics context to avoid unnecessary upscaling on retina displays on macOS 10.14+
|
2020-06-05 10:04:05 +01:00 |
|
ed
|
3ccbf8bc74
|
Use getDeterminant() method in AffineTransform::inverted()
|
2020-06-05 09:55:51 +01:00 |
|
ed
|
7b17d42039
|
macOS: Use CGContextGetUserSpaceToDeviceSpaceTransform to get backing scale factor of graphics context to avoid unnecessary upscaling on retina displays on macOS 10.14+
|
2020-06-05 09:55:51 +01:00 |
|
ed
|
b5214a341e
|
Normalised lambda whitespace
|
2020-06-05 09:37:56 +01:00 |
|
ed
|
d510b73cdf
|
Normalised all whitespace before args in std::function
|
2020-06-05 09:37:49 +01:00 |
|
ed
|
b883284a1f
|
Android: Fixed inverted screensaver logic
|
2020-06-04 15:40:51 +01:00 |
|
ed
|
3283f2224a
|
Projucer: Added new start page window
|
2020-06-04 14:52:29 +01:00 |
|
ed
|
4c95c227f6
|
Android: Fixed inverted screensaver logic
|
2020-06-04 14:51:56 +01:00 |
|
reuk
|
b5dac7968f
|
Xcode: Fix ambiguous symbol errors in VST3 wrapper
The missing CoreFoundation include was causing issues when building
VST3 plugin-hosts.
|
2020-06-02 20:02:29 +01:00 |
|
reuk
|
deaf06944e
|
Xcode: Fix ambiguous symbol errors in VST3 wrapper
The missing CoreFoundation include was causing issues when building
VST3 plugin-hosts.
|
2020-06-02 19:54:19 +01:00 |
|
reuk
|
b6b8809eec
|
CMake: Update pip templates with explicit namespaces
|
2020-06-02 17:52:54 +01:00 |
|
reuk
|
f79c49a171
|
CMake: Make IDE folder structure mirror disk structure
|
2020-06-01 17:54:12 +01:00 |
|
reuk
|
766f6cbf16
|
Demos: Fix data race in AudioPluginDemo
|
2020-06-01 13:40:08 +01:00 |
|
reuk
|
9dc6e687c1
|
MIDI: Allow MidiMessageCollector to preallocate storage
|
2020-06-01 13:40:08 +01:00 |
|
reuk
|
f7ccdd54bb
|
Midi: Fix midi buffer iterator tag
|
2020-06-01 13:40:08 +01:00 |
|
reuk
|
074f5077fc
|
Docs: Fix references to docs/CMake API.txt
|
2020-06-01 13:40:08 +01:00 |
|
ed
|
606e8a509b
|
AudioProcessorGraph: Return Node::Ptr from removeNode()
|
2020-06-01 12:18:23 +01:00 |
|
ed
|
0d610c52b2
|
Removed an unused define from the JUCE splash screen
|
2020-06-01 09:56:42 +01:00 |
|
ed
|
246ace8913
|
Projucer: Use sign in/out instead of log in/out
|
2020-05-29 17:04:29 +01:00 |
|
ed
|
05602341fc
|
OpenGL: Take global scale factor into account when setting rendering scale on Windows
|
2020-05-29 16:55:56 +01:00 |
|
ed
|
40ab91dea4
|
macOS: Fixed an issue in FakeMouseMoveGenerator when a global scale factor is applied
|
2020-05-29 16:55:56 +01:00 |
|
ed
|
351c5142e5
|
AAX: Resize host window correctly when global scale != 1
|
2020-05-29 16:55:56 +01:00 |
|
ed
|
1bb38fe54a
|
OpenGL: Take global scale factor into account when setting rendering scale on Windows
|
2020-05-29 16:52:30 +01:00 |
|
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
|
889f3baa70
|
iOS: Fixed a leak in the FileChooser code
|
2020-05-28 14:17:52 +01:00 |
|
ed
|
6d16dfe4c5
|
Updated breaking changes doc
|
2020-05-28 09:51:18 +01:00 |
|
ed
|
2ea34c7e52
|
AU: Resize host window correctly when global scale != 1
|
2020-05-28 09:51:18 +01:00 |
|
ed
|
bfc086567d
|
Updated breaking changes doc
|
2020-05-28 09:49:29 +01:00 |
|
ed
|
73e4cb832d
|
AU: Resize host window correctly when global scale != 1
|
2020-05-28 09:49:29 +01:00 |
|
ed
|
5d9eb7ee1f
|
Whitespace
|
2020-05-28 09:49:29 +01:00 |
|
ed
|
293be30356
|
VST3: Fixed some alignment warnings when loading VST2-compatible state data
|
2020-05-28 09:49:09 +01:00 |
|
ed
|
fb34363c0a
|
VST3: Fixed some alignment warnings when loading VST2-compatible state data
|
2020-05-28 09:48:50 +01:00 |
|
ed
|
b8f8a1781d
|
AU: Ignore implicit fallthrough warning when including AU headers
|
2020-05-27 12:11:27 +01:00 |
|
ed
|
3a0f7cd59a
|
AU: Ignore implicit fallthrough warning when including AU headers
|
2020-05-27 12:10:23 +01:00 |
|