1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
Commit graph

7063 commits

Author SHA1 Message Date
ed
b45ce09235 Standardised the licensing whitespace in module headers 2020-01-30 09:48:16 +00:00
ed
90f9af3e2f Fixed a positioning bug in SidePanel::calculateBoundsInParent() 2020-01-30 08:52:22 +00:00
ed
dde8f4b68c Re-attach ResizableCornerComponent when calling AudioProcessorEditor::setContrainer() so the new constrainer is respected 2020-01-28 11:11:31 +00:00
Tom Poole
9798f672c4 macOS: Renamed the CoreGraphicsImage class to avoid a symbol resolution issue in Pro Tools 2020-01-27 10:23:59 +00:00
ed
c8c14516d5 Scale mouse position when calculating parent area for PopupMenu window 2020-01-23 09:41:26 +00:00
ed
28eddda1d9 Check that juce_gui_basics module is available when declaring Process::setDockIconVisible() to fix potential linker error 2020-01-22 14:15:41 +00:00
ed
78e2892ba9 Added some missing documentation tags 2020-01-21 17:47:41 +00:00
ed
133b068dcb Added support for selecting fewer input/output channels than the max supported by the plug-in in the standalone plug-in audio settings 2020-01-21 17:14:00 +00:00
ed
a313357d39 Update DragAndDropTarget::SourceDetails::localPosition before calling DragAndDropContainer::dragOperationStarted() 2020-01-21 15:54:32 +00:00
ed
8ce79e20e7 macOS: Fixed a bug causing hidden NSWindows to become unhidden when the app regains focus 2020-01-20 12:46:44 +00:00
ed
e58f264c07 Added a MouseEvent::mouseWasDraggedSinceMouseDown() check in ConcertinaPanel::PanelHolder::mouseDrag() 2020-01-20 09:46:25 +00:00
ed
44428a399d Updated the documentation for AudioProcessorGraph::addNode() 2020-01-20 09:26:15 +00:00
Tom Poole
47f138464f macOS: Fixed a CoreGraphics text layout bug 2020-01-17 16:34:50 +00:00
ed
b2d8f45e14 Fixed a potential data race in OpenGLContext::CachedImage 2020-01-14 18:16:32 +00:00
Tom Poole
379e8410fb AAX: Fixed a ppqPosition bug 2020-01-14 15:40:47 +00:00
ed
c8bceee365 macOS: Fixed some spurious dynamic_cast warnings when loading dynamic libraries 2020-01-14 12:37:36 +00:00
ed
cda97c6593 Windows: Refactored the internal message queue to avoid hitting the message limit 2020-01-13 15:10:43 +00:00
ed
eedb9e9833 Linux: Fixed an occasional bug causing the top-left of VST2 plug-ins to be incorrect 2020-01-10 16:35:54 +00:00
reuk
5d1a5e804c ProcessorGraph: Fix issue where initialising empty graphs failed 2020-01-07 17:26:23 +00:00
ed
2f6053b64e Android: Removed hard dependency on billing client library 2020-01-07 12:32:26 +00:00
ed
a54da0b832 Fixed some more typos 2020-01-07 08:53:23 +00:00
ed
605d0978ce Android: Acquire the MulticastLock when using the NetworkServiceDiscovery::AvailableServiceList class to ensure that multicast packets are received on all devices 2020-01-06 17:15:31 +00:00
ed
027e12e3a6 Android: Replaced deprecated AIDL in-app billing code with Google Play Billing library 2020-01-06 16:19:05 +00:00
ed
bad6500424 Added activeEditorLock to AudioProcessor to replace callbackLock when accessing its activeEditor member to prevent priority inversion issues 2020-01-06 14:45:41 +00:00
ed
e36736e0ec Fixed some typos 2020-01-06 14:04:16 +00:00
ed
496516fd1a Fixed a couple of typos in the ComboBox documentation 2020-01-06 10:54:13 +00:00
Tom Poole
1610d79314 VST3: Fixed a hosting parameter order bug 2020-01-02 17:04:19 +00:00
Tom Poole
b1aaff50e1 CLion: Fixed a Rez error 2020-01-02 13:38:15 +00:00
ed
f402a3fc08 Moved the call to std::condition_variable::notify_all() inside of the lock scope in WaitableEvent::signal() to prevent a deadlock 2019-12-31 16:49:35 +00:00
Tom Poole
26027ca9c3 macOS: Use CVDisplayLink to drive OpenGL 2019-12-31 13:30:11 +00:00
Tom Poole
5ad8b1a50c macOS: Fixed an issue setting the CTFrame size for AttributedStrings 2019-12-30 16:39:07 +00:00
Tom Poole
1d2fc2ddd5 macOS: Fixed an issue restoring graphics state after drawing an AttributedString 2019-12-30 15:12:02 +00:00
Tom Poole
008f097e12 Windows: Fixed a DirectWrite justification bug 2019-12-30 11:38:41 +00:00
reuk
7d2310795f Threadsafety improvements 2019-12-19 09:13:14 +00:00
Tom Poole
a268860713 AU: Improved the behaviour of setting and recalling presets 2019-12-18 17:30:39 +00:00
Tom Poole
54e1004957 Added FMA3 and FMA4 instruction detection 2019-12-18 15:31:59 +00:00
ed
859315fe4f Added a removeAudioDeviceType() method to AudioDeviceManager and made the ownership semantics of addAudioDeviceType() clearer 2019-12-18 09:47:37 +00:00
ed
57d3cc6166 Added Vienna Ensemble Pro detection to PluginHostType 2019-12-18 09:34:07 +00:00
ed
c2f4da50b5 Android: Updated the JuceSharingContentProvider bytecode 2019-12-16 16:35:53 +00:00
ed
2916812581 Added a readWaitEvent and writeWaitEvent to ReadWriteLock to fix a race condition 2019-12-16 11:36:48 +00:00
ed
c964a842b1 Replaced WaitableEvent internals with std::condition_variable 2019-12-16 11:36:43 +00:00
ed
971fc8e589 Fixed a potential double deletion in ComponentAnimator::AnimationTask 2019-12-16 11:08:38 +00:00
Tom Poole
fd60158af1 macOS: Fixed some compiler warnings 2019-12-12 21:57:21 +00:00
Tom Poole
4859b47f58 Updated the documentation 2019-12-12 15:57:13 +00:00
ed
0b714fad47 Updated the documentation of AudioFormat::createWriterFor() 2019-12-10 09:16:02 +00:00
ed
570323daa5 Windows: Removed WSAPoll from the Socket classes as it does not report failed connections 2019-12-09 15:47:39 +00:00
reuk
70ddcd16e6 APVTS: Use atomic floats for current parameter states 2019-12-09 15:01:49 +00:00
ed
eb780b56b8 Windows: Dynamically load WSAPoll method from Ws2_32.dll to restore compatibility with older Windows versions 2019-12-09 11:45:32 +00:00
ed
978faaca83 Added Reason detection to PluginHostType 2019-12-09 11:39:32 +00:00
reuk
6a27649a85 AudioProcessorGraph: Fixed an issue where processBlock could be called simultaneously with releaseResources 2019-12-09 10:42:17 +00:00