reuk
17b8708852
WebBrowserComponent: Avoid leaking browsers on macOS
2021-10-26 16:52:16 +01:00
reuk
4d572411e0
FlexBox: Update the default value of FlexItem::alignSelf to match CSS implementations
2021-10-26 16:52:16 +01:00
reuk
4c2dba0822
VST3 Client: Ensure that all programs can be selected via parameter in hosts
...
Hosts such as REAPER normalise the program parameter value by dividing
the program value by the step count, rather than going via the
parameter's toNormalized function. To be compatible, we should use the
same scaling technique. At time of writing, the coversion process is
detailed under the heading "Conversion of normalized values" on this
page:
https://developer.steinberg.help/display/VST/Parameters+and+Automation
2021-10-26 16:52:15 +01:00
reuk
25c9841131
Windows: Tidy up cursor creation function
2021-10-26 16:52:15 +01:00
reuk
f85ede6b47
Component: Ensure that mouseEnter and mouseExit calls are balanced when entering/leaving modal state
2021-10-26 16:52:15 +01:00
reuk
b465f60851
HWNDComponentPeer: Dismiss temporary modal windows when a window loses focus
2021-10-26 16:52:15 +01:00
reuk
44ca96271d
NSViewComponentPeer: Give up keyboard focus and dismiss temporary modals when window loses key status
2021-10-26 16:52:15 +01:00
reuk
c2f661171a
PopupMenu: Avoid giving focus back to previous component on dismiss
...
This change is designed to fix issues with views stealing focus and
being brought to the front when popup menus are dismissed.
To test this behaviour:
- Open two instances "a" and "b" of a plugin editor containing a
ComboBox
- Click the ComboBox in editor "a", opening its PopupMenu
- Drag the titlebar of editor "b" to move it
- The PopupMenu should be dismissed, but editor "a" should *not* steal
keyboard focus or be brought to the front
2021-10-26 16:52:14 +01:00
ed
792f992dfc
ADSR: Fix bug when using applyEnvelopeToBuffer() with zero-length attack and decay
2021-10-25 16:40:18 +01:00
ed
b70fbb9bca
TreeView: Fix drag-to-scroll viewport jump on mouse exit
2021-10-25 16:40:18 +01:00
reuk
acddcd550d
DropShadower: Detect when window is no longer being displayed on the current desktop and hide shadows
2021-10-25 09:51:21 +01:00
reuk
b72b155443
Naming: Fix up naming of ChildProcessCoordinator and ChildProcessWorker
2021-10-25 09:51:21 +01:00
reuk
6ae1137d91
MinGW: Fix Windows build
2021-10-25 09:51:21 +01:00
reuk
317083d409
Variant: Improve documentation for equals()
2021-10-25 09:51:21 +01:00
reuk
7f0a305199
Slider: Ensure that current Value is always treated as a double
2021-10-25 09:51:21 +01:00
reuk
05c2261efe
LinuxComponentPeer: Use constrainer to limit native window size
2021-10-25 09:51:21 +01:00
reuk
6244fc293f
CharacterFunctions: Avoid UB when parsing hex strings
2021-10-25 09:51:20 +01:00
reuk
6d3504adfa
OpenGLContext: Fix thread/consistency warnings on macOS
...
Previously, Xcode's main thread checker would complain when selecting
the "OpenGL Renderer" in the DemoRunner on macOS.
2021-10-25 09:51:20 +01:00
reuk
cfda532c9f
iOS Windowing: Avoid crashing when displaying a message box from a background thread
2021-10-25 09:51:20 +01:00
ed
51355b03df
ChoicePropertyComponent: Ensure that ComboBox is always initialised with underlying Value object
2021-10-25 09:43:17 +01:00
ed
6218e2f92b
Fix bug in LabelKeyboardFocusTraverser causing editable labels to consume focus traversal events
2021-10-25 08:20:21 +01:00
ed
de375ab6d7
TreeView: Prevent dragging items from scrolling viewport on mobile and fix issue with dragged item component being deleted during drag operations
2021-10-20 16:36:40 +01:00
ed
1e0acdf83d
Accessibility: Update ComboBox label accessibility when editable state changed
2021-10-15 10:11:13 +01:00
attila
63ac579c1b
VST3 Client: Fix build when JUCE_VST3_CAN_REPLACE_VST2 is enabled
2021-10-14 18:56:18 +02:00
reuk
7da8b73a96
AudioPluginHost: Add subprocess plugin scanning feature
2021-10-14 16:56:20 +01:00
ed
aabd65b0fd
Text: Fix some build issues when JUCE_STRING_UTF_TYPE != 8
2021-10-14 16:52:31 +01:00
reuk
1f15f59db6
AudioUnitPluginFormat: Fix result of hasEditor on Mac
...
Fixes a bug introduced in 7d1918b385 ,
where Ozone 9's editor failed to open correctly in the AudioPluginHost.
2021-10-14 13:15:25 +01:00
reuk
718097fd60
StandaloneFilterWindow: Avoid recursively resizing plugin editor
2021-10-14 13:15:25 +01:00
reuk
cc2a563725
NSViewComponentPeer: Fix framesize bug introduced in f73f8ee849
2021-10-14 13:15:25 +01:00
reuk
b5064f361f
HostedAudioProcessorParameter: Extract from AudioPluginInstance
2021-10-14 13:15:25 +01:00
reuk
d5e9793cb1
Reservoir: Fix bug where incorrect buffer region could be read in some cases
2021-10-14 12:40:46 +01:00
reuk
2c90261bd4
Windows: Fix missing field initialiser
2021-10-14 12:40:25 +01:00
reuk
6bc51f97e4
Grid: Avoid crashing in performLayout when the grid contains no items
2021-10-14 12:40:25 +01:00
reuk
d59230aecc
AudioPluginFormat: Remove canScanOnBackgroundThread(), as it is not generally useful
2021-10-14 12:40:25 +01:00
reuk
d36c8b4c55
NamedPipe: Avoid early exits from writes on unavailable pipes
2021-10-14 12:40:25 +01:00
reuk
b41aeec9b1
Build: Fix arm64 gcc build warnings
2021-10-14 12:40:25 +01:00
ed
428260a6fd
Whitespace
2021-10-14 12:31:17 +01:00
ed
7d1918b385
macOS/iOS: Replace compile-time deployment target checks with runtime checks using the available keyword
2021-10-13 15:06:18 +01:00
ed
70968d46c8
TreeView: Coalesce item position recalculation to fix performance issues with large trees
2021-10-13 15:06:18 +01:00
ed
e612481771
HeapBlock: Relax size constructor constraints to allow enums
2021-10-13 15:06:18 +01:00
ed
d9eb2022ed
POSIX: Fix overflow when setting hi-res timer thread period on macOS/iOS
2021-10-13 15:06:18 +01:00
attila
175de90c49
DropShadower: Fix issue with shadows disappearing in TabbedComponent
...
The issue was caused by DropShadower using the ComponentListener interface
to listen to its target Component's changes and creating shadow Components
only if the target was visible during the event callbacks. However it was
possible that during the events the target was not yet visible because one
of its parents was not visible. When the parent became visible it would not
trigger a callback for the observed child component.
The fix attaches a ComponentListener recursively to all parents starting
from the target and responds to each componentVisibilityChanged() event.
2021-10-12 16:23:06 +02:00
Attila Szarvas
50f3415885
ExtensionsVisitor: use forward declared types instead of void* for format-specific pointers
2021-10-12 11:47:18 +00:00
ed
b3a6e796f9
Fix potential nullptr dereference in Slider::ScopedDragNotification destructor
2021-10-08 17:19:04 +01:00
ed
3fac215534
Component: Give away keyboard focus when disabled
2021-10-08 17:19:04 +01:00
ed
a852f4f45f
Component: Only pass mouse wheel and magnify events up to enabled parents
2021-10-08 17:19:04 +01:00
ed
7a8a4944cb
ComboBox: Hide active menu when disabled
2021-10-08 17:19:04 +01:00
ed
0000771751
Accessibility: Report Button on/off state via AccessibilityValueInterface
2021-10-08 17:19:04 +01:00
ed
e6360ca4cf
Accessibility: Send AccessibilityEvent::valueChanged when ComboBox selection is changed
2021-10-08 17:19:03 +01:00
ed
0b844b7d88
Windows Accessibility: Implement AccessibilityEvent::valueChanged
2021-10-08 17:19:03 +01:00