reuk
b3a4d54a72
Build: Update the minimum C++ standard to C++17
2022-09-12 16:14:57 +01:00
Leigh Marble
0816dbbae7
Docs: Correct a reference to a non-existent method
2022-09-08 12:52:16 +01:00
Tom Poole
c4dd405b16
macOS: Fix repaint lagging in Studio One 5
2022-09-05 16:34:01 +01:00
reuk
86ad2a77a0
FileTreeComponent: Avoid blocking the main thread when selecting items while scanning is in progress
2022-09-01 15:44:27 +01:00
reuk
21c214aec8
DirectoryContentsList: Start thread before attempting to scan files
...
This fixes an issue where opening a FileTreeComponent could cause the UI
to hang. The call to subcontentsList->isStillLoading() in
FileListTreeItem::selectFile() would always return true because the
file-scanner TimeSliceThread wasn't started until the selectFile() call
finished.
2022-09-01 15:44:27 +01:00
reuk
a1bb7aeead
ListBox: Avoid calling updateContent in contructor
2022-09-01 15:44:27 +01:00
reuk
b324a50e82
BailOutChecker: Add checks after callbacks in Slider and ComboBox
...
Co-authored-by: Roland Rabien <figbug@gmail.com>
2022-09-01 15:44:27 +01:00
reuk
322aa64459
OpenGLContext: Share CVDisplayLinks with NSViewComponentPeer
2022-08-31 17:42:47 +01:00
reuk
20584cf201
NSViewComponentPeer: Fix bug where OpenGLViews would fail to display after window deminiaturization
...
This bug was introduced in 869760cb2a
2022-08-31 17:42:47 +01:00
reuk
bc177c2252
NSViewComponentPeer: Share display links between all windows
2022-08-31 17:42:47 +01:00
reuk
4b94c9b54a
NSViewComponentPeer: Use RAII to manage display link
2022-08-31 17:42:47 +01:00
Tom Poole
4418376335
macOS/iOS: Fixed an issue creating native FileChoosers
2022-08-30 11:30:53 +01:00
reuk
ef4b5957ec
FileChooserDialogBox: Fix documentation bug
2022-08-23 19:20:06 +01:00
Tom Poole
7296b8e3f7
Bump version number to 7.0.2
2022-08-15 17:26:35 +01:00
attila
acc6addb86
DragAndDropContainer: Manage keyboard focus for the drag image when the target needs it hidden
...
The previous implementation would trigger assertions in
grabKeyboardFocus() when the DragImageComponent was hidden due to the
target returning false from shouldDrawDragImageWhenOver().
Hiding the image would also mean that its keyboard focus was lost. Now
focus is restored when the image becomes visible again.
2022-08-15 12:07:40 +02:00
Tom Poole
61fd8827e1
macOS/iOS: Fix a scaled multiple-rects drawing issue
2022-08-05 13:27:32 +01:00
reuk
0d8a94ae04
PushNotifications: Silence deprecation warnings
...
The warnings are only silenced in code that is conditionally used on
older platforms. When the newer (non-deprecated) API is available, it
will be used.
2022-08-04 22:51:18 +01:00
reuk
41ef5b7fd5
macOS: Remove macOS 10.14 preprocessor checks
...
The current minimum-supported Xcode (10.1) includes the macOS 10.14.1
SDK, so APIs from macOS 10.14 will always be available.
2022-08-04 22:51:17 +01:00
reuk
7545fbcf3e
macOS: Remove macOS 10.13 preprocessor checks
...
The current minimum-supported Xcode (10.1) includes the macOS 10.14.1
SDK, so APIs from macOS 10.13 will always be available.
2022-08-04 22:51:17 +01:00
reuk
9712775e5b
macOS: Remove macOS 10.12 preprocessor checks
...
The current minimum-supported Xcode (10.1) includes the macOS 10.14.1
SDK, so APIs from macOS 10.12 will always be available.
2022-08-04 22:51:17 +01:00
reuk
76e95d01ed
iOS: Remove iOS 12 preprocessor checks
...
The current minimum-supported Xcode (10.1) includes the iOS 12.1 SDK, so
APIs from iOS 12 will always be available.
2022-08-04 22:51:17 +01:00
reuk
a22b23e335
iOS: Remove iOS 11 preprocessor checks
...
The current minimum-supported Xcode (10.1) includes the iOS 12.1 SDK, so
APIs from iOS 10 will always be available.
2022-08-04 22:51:17 +01:00
reuk
f821015080
iOS: Remove iOS 10 preprocessor checks
...
The current minimum-supported Xcode (10.1) includes the iOS 12.1 SDK, so
APIs from iOS 10 will always be available.
2022-08-04 22:51:17 +01:00
reuk
46c259b90e
Android: Fix crashes on startup for devices with older API levels
2022-08-04 22:51:16 +01:00
attila
c05ec5f9d0
MenuBarComponent: Fix incorrect deactivation of the menu bar
...
Prior to this commit it was possible to get the menu bar deactivated
by moving the mouse to an adjacent menu item and then back again. If
the movement was quick enough the corresponding PopupMenu would be
dismissed and created again before the dismissal's async command
handler would run. The command handler would see that the dismissed
menu's index and the currently activated index are equal and
deactivate the menu bar.
2022-08-02 14:58:31 +00:00
attila
6aa926750e
MacOS: Restore window style flags after leaving full screen
...
Previously having a JUCE title bar prevented the style flags from
being restored, and this caused the native window border resizers to
remain active after entering and then leaving full screen.
2022-08-02 14:58:31 +00:00
reuk
5cf1a964fc
iOS: Add proper UITextInput implementation
...
This provides an improved user experience, allowing cursor movement
directly from the keyboard.
2022-07-29 18:54:50 +01:00
reuk
8cab4cf5bb
Displays: Add keyboardInsets member to Display, to allow querying onscreen keyboard size
2022-07-29 18:54:50 +01:00
reuk
869760cb2a
ObjC: Add scoped notification observer
2022-07-29 18:54:50 +01:00
reuk
921d86e586
Accessibility: Improve table navigation, row/column index/header reporting
2022-07-29 18:54:50 +01:00
reuk
dd92f66387
Accessibility: Correctly report number of disclosed rows in TreeView on macOS
2022-07-29 18:54:10 +01:00
reuk
081412eb13
Mac Accessibility: Tidying
2022-07-29 18:54:09 +01:00
reuk
7eca00c7c9
JuceNSWindowClass: Tidying
2022-07-29 18:54:09 +01:00
reuk
31e917ca62
NSViewComponentPeer: Tidying
2022-07-29 18:54:09 +01:00
reuk
4e09161986
Accessibility: Tidy up static functions
2022-07-29 18:54:09 +01:00
reuk
285761c56c
Accessibility: Fix hit test behaviour on iOS
2022-07-29 18:54:09 +01:00
reuk
12fdf6bad8
Accessibility: Stop AccessibilityContainers from also being instances of AccessibilityElement
2022-07-29 18:54:09 +01:00
reuk
707767fa4c
Accessibility: Multiple table fixes
...
- Fixes an off-by-one error when navigating by rows, caused by treating
the table header as a row. The table header now has the header
accessibility role.
- Fixes a bug where reordering table columns would cause the table to
become inaccessible.
- Fixes a bug where the screen reader would try to navigate hidden table
columns.
- Fixes an issue where moving the VoiceOver cursor to a partially hidden
cell would cause the focus to move to the table itself, rather than to
the cell.
2022-07-29 18:54:09 +01:00
reuk
5e626e1c2b
HyperlinkButton: Use AccessibilityHandler with hyperlink role
2022-07-28 21:58:52 +01:00
attila
9005e2fda8
Drawable: Fix clobbering Component transform when setDrawableTransform() isn't called
2022-07-22 15:21:59 +02:00
attila
29447dd7f3
DefaultDialogWindow: Avoid bad positioning on Linux
...
This change avoids a situation where a standalone plugin's Audio/Midi
settings window could appear in a wrong position.
2022-07-19 14:30:14 +02:00
attila
a99422efee
Drawable: Add setDrawableTransform() and use it in SVGParser
...
Using this new function a previous bug is avoided where transforms
were applied differently to drawable paths and text elements.
2022-07-18 18:55:10 +02:00
attila
6c24b32bcd
DropShadower: Fix temporarily missing shadows, disable timer for non-desktop windows
2022-07-11 15:15:50 +02:00
attila
3acc71f7df
MultiDocumentPanel: Fix reporting wrong active document, avoid reordering
2022-07-11 15:13:08 +02:00
Tom Poole
c52a049698
Fixed a documentation typo
2022-07-11 13:18:59 +01:00
Tom Poole
4f884c8a54
TextEditor: Call repaint on clear
2022-07-11 13:18:59 +01:00
Tom Poole
2eee1c1bd9
Slider: Respect setNumDecimalPlaces after setRange
2022-07-11 13:18:59 +01:00
Tom Poole
975bdecae5
Remove some debug logging
2022-07-05 17:22:34 +01:00
Tom Poole
3ab2ef5924
DemoRunner: Fix a crash in MidiDemo
2022-07-05 15:24:33 +01:00
Tom Poole
fd8607302d
Bump version number to 7.0.1
2022-07-04 15:07:43 +01:00