reuk
b465f60851
HWNDComponentPeer: Dismiss temporary modal windows when a window loses focus
4 years ago
reuk
44ca96271d
NSViewComponentPeer: Give up keyboard focus and dismiss temporary modals when window loses key status
4 years ago
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
4 years ago
ed
792f992dfc
ADSR: Fix bug when using applyEnvelopeToBuffer() with zero-length attack and decay
4 years ago
ed
b70fbb9bca
TreeView: Fix drag-to-scroll viewport jump on mouse exit
4 years ago
reuk
acddcd550d
DropShadower: Detect when window is no longer being displayed on the current desktop and hide shadows
4 years ago
reuk
b72b155443
Naming: Fix up naming of ChildProcessCoordinator and ChildProcessWorker
4 years ago
reuk
6ae1137d91
MinGW: Fix Windows build
4 years ago
reuk
317083d409
Variant: Improve documentation for equals()
4 years ago
reuk
7f0a305199
Slider: Ensure that current Value is always treated as a double
4 years ago
reuk
05c2261efe
LinuxComponentPeer: Use constrainer to limit native window size
4 years ago
reuk
6244fc293f
CharacterFunctions: Avoid UB when parsing hex strings
7 years ago
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.
4 years ago
reuk
cfda532c9f
iOS Windowing: Avoid crashing when displaying a message box from a background thread
4 years ago
ed
51355b03df
ChoicePropertyComponent: Ensure that ComboBox is always initialised with underlying Value object
4 years ago
ed
6218e2f92b
Fix bug in LabelKeyboardFocusTraverser causing editable labels to consume focus traversal events
4 years ago
ed
de375ab6d7
TreeView: Prevent dragging items from scrolling viewport on mobile and fix issue with dragged item component being deleted during drag operations
4 years ago
ed
1e0acdf83d
Accessibility: Update ComboBox label accessibility when editable state changed
4 years ago
attila
63ac579c1b
VST3 Client: Fix build when JUCE_VST3_CAN_REPLACE_VST2 is enabled
4 years ago
reuk
7da8b73a96
AudioPluginHost: Add subprocess plugin scanning feature
4 years ago
ed
aabd65b0fd
Text: Fix some build issues when JUCE_STRING_UTF_TYPE != 8
4 years ago
reuk
1f15f59db6
AudioUnitPluginFormat: Fix result of hasEditor on Mac
Fixes a bug introduced in 7d1918b385c600e1910dd5b744b583a42a26d8a1,
where Ozone 9's editor failed to open correctly in the AudioPluginHost.
4 years ago
reuk
718097fd60
StandaloneFilterWindow: Avoid recursively resizing plugin editor
4 years ago
reuk
cc2a563725
NSViewComponentPeer: Fix framesize bug introduced in f73f8ee849
4 years ago
reuk
b5064f361f
HostedAudioProcessorParameter: Extract from AudioPluginInstance
4 years ago
reuk
d5e9793cb1
Reservoir: Fix bug where incorrect buffer region could be read in some cases
4 years ago
reuk
2c90261bd4
Windows: Fix missing field initialiser
4 years ago
reuk
6bc51f97e4
Grid: Avoid crashing in performLayout when the grid contains no items
4 years ago
reuk
d59230aecc
AudioPluginFormat: Remove canScanOnBackgroundThread(), as it is not generally useful
4 years ago
reuk
d36c8b4c55
NamedPipe: Avoid early exits from writes on unavailable pipes
4 years ago
reuk
b41aeec9b1
Build: Fix arm64 gcc build warnings
4 years ago
ed
428260a6fd
Whitespace
4 years ago
ed
7d1918b385
macOS/iOS: Replace compile-time deployment target checks with runtime checks using the available keyword
4 years ago
ed
70968d46c8
TreeView: Coalesce item position recalculation to fix performance issues with large trees
4 years ago
ed
e612481771
HeapBlock: Relax size constructor constraints to allow enums
4 years ago
ed
d9eb2022ed
POSIX: Fix overflow when setting hi-res timer thread period on macOS/iOS
4 years ago
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.
4 years ago
Attila Szarvas
50f3415885
ExtensionsVisitor: use forward declared types instead of void* for format-specific pointers
4 years ago
ed
b3a6e796f9
Fix potential nullptr dereference in Slider::ScopedDragNotification destructor
4 years ago
ed
3fac215534
Component: Give away keyboard focus when disabled
4 years ago
ed
a852f4f45f
Component: Only pass mouse wheel and magnify events up to enabled parents
4 years ago
ed
7a8a4944cb
ComboBox: Hide active menu when disabled
4 years ago
ed
0000771751
Accessibility: Report Button on/off state via AccessibilityValueInterface
4 years ago
ed
e6360ca4cf
Accessibility: Send AccessibilityEvent::valueChanged when ComboBox selection is changed
4 years ago
ed
0b844b7d88
Windows Accessibility: Implement AccessibilityEvent::valueChanged
4 years ago
ed
f70fd14065
iOS Accessibility: Implement accessibilityPerformEscape gesture to dismiss modals
4 years ago
ed
bc64c30df6
Accessibility: Use more specific AccessibilityRole::dialogWindow for CallOutBox
4 years ago
ed
b8aa237463
Accessibility: Add Button::setToggleable() method for manually specifying that a button's on/off state is toggleable and should be exposed to accessibility clients
4 years ago
ed
e1d1dd380c
iOS: Fix compatibility when targeting older SDK versions
4 years ago
reuk
f5f834f758
CompilerWarnings: Update minimum supported clang version for JUCE_BEGIN_NO_SANITIZE
Clang versions 5 to 8 inclusive seem to struggle to compile JUCE when
JUCE_BEGIN_NO_SANITIZE is used. This is unexpected, as simpler programs
using the same macro definitions compile correctly on clang 5.
4 years ago