1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-18 00:54:19 +00:00
Commit graph

6950 commits

Author SHA1 Message Date
ed
65be5bc9c5 macOS: Removed an SDK version guard for setting transparent window colours in the native peer code 2019-10-24 17:20:59 +01:00
ed
a2772569ec macOS: Added JUCE_COREGRAPHICS_DRAW_ASYNC flag to enable asynchronous drawing 2019-10-24 15:51:03 +01:00
Tom Poole
85f76d2546 AudioBlock: Fixed an issue preventing usage with SIMDRegister 2019-10-24 09:36:46 +01:00
ed
1237b8c831 Fixed an issue causing ComponentAnimator ProxyComponent to be blurry when transformed 2019-10-23 11:41:03 +01:00
ed
c74c9394e0 iOS: Support ModifierKeys::commandModifier flag 2019-10-23 11:40:52 +01:00
ed
d498575976 Fixed some SVG parsing bugs 2019-10-23 11:40:39 +01:00
ed
1b001e7a76 macOS: Removed call to deprecated NSWorkspace openFile method 2019-10-23 10:10:27 +01:00
ed
671196f13a Windows: Added fallbacks for rare occasions when the WinRTWrapper singleton has been deleted before the MidiService singleton 2019-10-22 12:17:53 +01:00
Tom Poole
e5210ae6f7 macOS: Fixed a complier warning 2019-10-21 17:24:00 +01:00
ed
9c23f34c74 Revert "AU: Call refreshParameterList() when kAudioUnitProperty_ParameterList event is received"
This reverts commit 0da9ed11dc.
2019-10-21 17:20:45 +01:00
ed
2b53ff6c54 Added comments to clarify a24341d 2019-10-21 16:56:24 +01:00
ed
4baf519700 Removed inconsistent asserts from Process::raisePrivilege() and ::lowerPrivilege() on macOS and Windows 2019-10-21 16:56:24 +01:00
ed
4635e91603 AU: Support getting component description without a 'thng' resource in getComponentDescFromFile() 2019-10-21 15:28:02 +01:00
ed
989d860428 Windows: Fixed a double-deletion when calling WebBrowserComponent::goToURL() with POST data 2019-10-21 15:28:02 +01:00
ed
e5c3837f05 Linux: Use plug-in name as preferred fallback if no JACK client name is defined 2019-10-21 15:28:02 +01:00
ed
dab4741eb3 Tidied up a few bits of graphics code with Graphics::ScopedSaveState 2019-10-21 15:28:02 +01:00
ed
022e2e2bea Linux: Check for PointerRoot return in isFocused() 2019-10-21 15:28:02 +01:00
ed
a24341d2a7 Fixed clang -Wreturn-std-move-in-c++11 warnings 2019-10-21 15:28:02 +01:00
ed
0da9ed11dc AU: Call refreshParameterList() when kAudioUnitProperty_ParameterList event is received 2019-10-21 15:28:02 +01:00
ed
e7dbf60fed VST2: Always set wantsMidiMessages to true for synth plug-ins 2019-10-21 15:28:02 +01:00
ed
a47dc92f51 VST3: Return kResultFalse from getMidiControllerAssignment() when JUCE_VST3_EMULATE_MIDI_CC_WITH_PARAMETERS=0 2019-10-21 15:28:02 +01:00
ed
2b542dc701 AU: Don't set kAudioUnitProperty_AudioChannelLayout property on plug-ins that don't support it 2019-10-21 15:28:01 +01:00
ed
e86b1a8818 VST3: Don't add PluginDescription to results array if loadFrom() or initialize() fails 2019-10-21 15:28:01 +01:00
ed
608001811f Fixed a typo in WinRT MIDI DeviceEnumerationThread 2019-10-21 13:51:16 +01:00
Tom Poole
ee4ec266e6 URL: Fixed an issue closing completed download tasks 2019-10-21 12:22:27 +01:00
Tom Poole
dff555b23a WAV: Fixed an issue parsing RF64 headers 2019-10-21 11:54:03 +01:00
Tom Poole
41a2c97ff3 A minor documentation update 2019-10-20 20:01:20 +01:00
ed
4583baf277 Bump version number to 5.4.5 2019-10-16 10:01:09 +01:00
ed
558ca3e5e6 OpenGL: Update native context window position when viewport size or scale changes in OpenGLContext::CachedImage::updateViewportSize() 2019-10-15 14:06:12 +01:00
ed
c07c9f89fe Linux: Fixed an issue in LinuxComponentPeer::getScreenPosition() with embedded windows 2019-10-15 11:57:21 +01:00
ed
388e42214c Mute audio input by default in standalone plug-in 2019-10-15 09:31:44 +01:00
cesare
32a0208147 Bela updates to support analog inputs 2019-10-12 14:28:29 +01:00
ed
ada4bba910 BLOCKS: Added some more config items 2019-10-11 15:17:22 +01:00
ed
131d14d5c2 Fixed MinGW compile error 2019-10-11 09:57:14 +01:00
ed
6bd1b6b086 Fixed a duplicate ColourId in SidePanel 2019-10-10 16:59:39 +01:00
ed
170ec47a5e Windows: Fix compatibility with MinGW 2019-10-10 12:15:52 +01:00
ed
3cbc4ec0ae VST3: Fixed an issue in checkSizeConstraint() when the editor has a scale factor applied 2019-10-09 17:14:12 +01:00
Tom Poole
22aa9bc682 Standalone plug-in: Fixed a mute button race condition 2019-10-09 13:08:37 +01:00
Tom Poole
1003579c5a VST2: Avoided a race condition 2019-10-07 15:02:51 +01:00
ed
b857f965ce Replaced select() calls with poll() 2019-10-07 14:41:18 +01:00
jules
5d7e2190e7 Fixed visibility for some AudioProcessorParameterWithID methods 2019-10-07 09:15:10 +01:00
ed
be134d9185 Linux: Return 1.0 for GNOME scaling-factor if it hasn't been set 2019-10-04 16:12:04 +01:00
ed
8e8543cfbd Reverted 1ff99ec 2019-10-04 10:07:46 +01:00
Tom Poole
3403617f77 VST: Fixed a race condition 2019-10-04 09:47:31 +01:00
ed
1ff99ecea6 Fixed a warning on iOS 2019-10-03 17:33:48 +01:00
ed
c57f028a01 Fixed a bug causing the Bluetooth MIDI pairing dialog to be invisible on iOS 2019-10-03 17:33:31 +01:00
Tom Poole
414183eaf8 VST3: Fixed a compiler warning 2019-10-02 11:45:21 +01:00
Tom Poole
3a9c07c148 iOS: Added an assertion if attempting to use MIDI in an iOS 13 simulator 2019-10-01 22:52:22 +01:00
reuk
635e070cba Added method PopupMenu::CustomComponent::getItem() to give them access to item details 2019-09-27 10:56:13 +01:00
Tom Poole
2d0eb9e033 Made the interpolation classes moveable 2019-09-26 15:46:33 +01:00