ed
fa17310dd1
Added back in rounding error fix from e8518048 that was overwritten in 7909af4e
4 years ago
ed
ce72fe4143
Label: Check for deletion before calling repaint() in hideEditor()
4 years ago
ed
083a5af323
TextEditor: Offset selection fill bounds by viewport position to fix bug with multi-line highlighting
4 years ago
reuk
35260b342c
NSViewComponentPeer: Adjust bounds before constraining when resizing
4 years ago
reuk
31a7c62baf
Windows: Fix and suppress some analysis warnings
This fixes warnings that are emitted when building with the `-analyze`
flag enabled.
4 years ago
ed
8a6a520026
iOS: Check if text entry caused TextInputTarget deletion before calling updateHiddenTextContent()
4 years ago
ed
fd8c6ce15c
Accessibility: Only call grabKeyboardFocus() on focusable components
4 years ago
ed
edd4ff9cfc
ListBox: Select row on focus
4 years ago
ed
8dfb916e9a
ListBox: Send AccessibilityEvent::rowSelectionChanged events
4 years ago
ed
a192e27961
macOS: Set NSWindow accessibilityElement property to prevent VoiceOver reading out notifications for inaccessible windows
4 years ago
ed
02c5ad29db
macOS: Disable accessibility on deployment targets < 10.10
4 years ago
reuk
3b93d5d7eb
FileChooser: Allow multiple directory selection on Linux/Zenity
4 years ago
reuk
0a4a67d439
PopupMenu: Use correct alignment for submenus with large borders
4 years ago
reuk
bcd7ae1fb5
PopupMenu: Avoid cropping menu items at the bottom of long menus with large borders
4 years ago
reuk
bad031aa03
iOS: Enable support for layered/async drawing
4 years ago
reuk
bc796b1636
TooltipWindow: Display tooltips at same scale as hovered components
4 years ago
reuk
1c2abc80d7
Component: Ensure getScreenPosition result is in terms of the logical coordinate space of the screen
Previously, getScreenPosition would return a result in the component's
coordinate space if it was called on a component that was not directly
or indirectly on the desktop. This behaviour is surprising and difficult
to program around. This change should ensure that the result is always
in the screen's coordinate space.
4 years ago
reuk
73523cd6a5
UIViewComponentPeer: Add support for hover and scroll events from external mice and trackpads
4 years ago
ed
b34e798f39
Accessibility: Fixed some bugs in Windows text navigation and readouts, improved selection and focus navigation
4 years ago
ed
5080b29626
Accessibility: Added AccessibilityHandler::isVisibleWithinParent() and improved focus support
4 years ago
ed
c359f99fb5
Accessibility: Improved macOS support for offscreen rows/cells
4 years ago
ed
b6d429a3f7
Accessibility: Add table and cell interface support to ListBox accessibility handlers
4 years ago
ed
5e6fe0db3d
Accessibility: Send structure change message when TreeView viewport is scrolled
4 years ago
ed
9147a5e535
Accessibility: Ignore Viewport content holder
4 years ago
ed
82a5911d56
Accessibility: Send focus change notification in Component::enterModalState()
4 years ago
ed
361b29edb6
Offset TextEditor::getTextBounds() by viewport position
4 years ago
ed
f3aa49e0d3
Accessibility: Fixed ListBox multiple selection
4 years ago
ed
b6bb2f4882
Accessibility: Improved PopupMenu focus handling when opening and added support for submenus
4 years ago
ed
333983947e
Accessibility: Removed widget_handlers
4 years ago
ed
6bb3b9208b
TreeView: Use Component::getApproximateScaleFactorForComponent() when creating drag images
4 years ago
reuk
c19cd73306
HWNDComponentPeer: Avoid dismissing modals from peer-initiated messages
4 years ago
ed
64896eefcd
Accessibility: Fixed a potential crash when re-using custom ListBox components
4 years ago
reuk
668f16f0ec
Component: Ensure component position does not change when removed and re-added to desktop
4 years ago
ed
8b74ec2fb7
MinGW: Exclude native accessibility code
4 years ago
ed
70d0657f00
Windows: Only load UIA functions when accessibility is active
4 years ago
ed
6a36af2a11
Fixed a lambda capture lifetime issue when setting up IncDecButtons style sliders
4 years ago
ed
533f68219b
Fixed some Doxygen issues
4 years ago
ed
ec990202b1
Accessibility: Added VoiceOver (macOS) and Narrator (Windows) accessibility screen reader support to juce_gui_basics
4 years ago
reuk
19821db2a3
HWNDComponentPeer: Dismiss modals when windows are moved
This change ensures that popup menus will be dismissed when hosted
plugin windows are moved, even when these plugin views are themselves
hosted inside JUCE views, like those used in the AudioPluginHost.
4 years ago
reuk
e9b26887dd
NSViewComponentPeer: Fix bug where components could draw with unwanted translation
When drawing a popup menu for a target component with a non-unity scale,
the contents of the component were being drawn with an unwanted vertical
offset.
4 years ago
reuk
6e5645bf8f
macOS Windowing: Revert unnecessary change which produced incorrect monitor bounds
4 years ago
ed
665fac678f
TextEditor: Enable horizontal scrollbars for multi-line editors with word wrapping disabled
4 years ago
reuk
f73f8ee849
NSViewComponentPeer: Use JUCE-style coordinates to position subviews
4 years ago
reuk
ec43c7f61c
FileChooser: Remember previous file location on Windows
4 years ago
ed
bd17993caa
SidePanel: Call onPanelShowHide when animation has completed
4 years ago
ed
f5dac0780d
TextEditor: Only start new lines when shouldStartNewLine == true when splitting long atoms
4 years ago
ed
7fb45db0d2
TextEditor: Always return positive integers from getMaximumTextWidth/Height()
4 years ago
ed
b9c8a1475f
TextEditor: New line atoms should have zero width
4 years ago
ed
b644d7b675
TextEditor: Fixed a wrapping bug when right-justified
4 years ago
ed
547dc7712c
Fixed a potential crash in DropShadower when the component is deleted before the shadower
4 years ago