Tom Poole
61fd8827e1
macOS/iOS: Fix a scaled multiple-rects drawing issue
2 years ago
reuk
256a0b8169
PushNotifications: Remove unnecessary base class
2 years ago
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.
2 years ago
reuk
1346b142c3
PushNotifications: Fix missing-prototypes warnings
2 years ago
reuk
d31f1f1483
PushNotifications: Use @available checks
2 years ago
reuk
97971cd4b4
WebBrowserComponent: Tidy up macOS implementation
2 years ago
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.
2 years ago
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.
2 years ago
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.
2 years ago
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.
2 years ago
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.
2 years ago
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.
2 years ago
reuk
3d82933904
PushNotifications: Tidy up addMethod calls
2 years ago
reuk
683543d11c
PushNotifications: Add UserNotifications as a framework dependency on macOS and iOS
2 years ago
reuk
0238561156
AndroidDocument: Make input stream more robust
Previously, input streams created by AndroidDocument instances did not
implement setPosition, so they were not useful for reading some file
formats, such as WAV.
Due to limitations of the Java InputStream interface, seeking backwards
in a stream requires creating a whole new stream and seeking from the
beginning, so it could be quite slow.
2 years ago
reuk
46c259b90e
Android: Fix crashes on startup for devices with older API levels
2 years ago
reuk
d60955c5eb
Android: Add AndroidDocumentInputSource, allowing for interop between the AudioThumbnail and AndroidDocument types
2 years ago
attila
82a31c9ccc
Linux: Enable ARA compilation
2 years ago
attila
53619b927c
Eliminate all usages of JUCE_STANDALONE_APPLICATION in the modules
2 years ago
attila
cc5b9a3306
Linux: Fix retrieving SpecialLocationType::currentApplicationFile
2 years ago
attila
286f9bf3f0
SystemStats: Correctly report Windows 11
2 years ago
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.
2 years ago
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.
2 years ago
Tom Poole
417bd3b342
ValueTree: Add early exit when copying a ValueTree to itself
2 years ago
Tom Poole
b51e835baf
Mac Catalyst: Fix compilation issues
2 years ago
Tom Poole
6388aa318e
DSP: make multiplyWithWindowingTable const
2 years ago
reuk
dac8ce6e9f
InAppPurchases: Add generated bytecode for Android implementation
2 years ago
reuk
934403b7ef
InAppPurchases: Fix crash when consuming purchases on Android
2 years ago
reuk
5cf1a964fc
iOS: Add proper UITextInput implementation
This provides an improved user experience, allowing cursor movement
directly from the keyboard.
3 years ago
reuk
8cab4cf5bb
Displays: Add keyboardInsets member to Display, to allow querying onscreen keyboard size
3 years ago
reuk
869760cb2a
ObjC: Add scoped notification observer
3 years ago
reuk
921d86e586
Accessibility: Improve table navigation, row/column index/header reporting
3 years ago
reuk
dd92f66387
Accessibility: Correctly report number of disclosed rows in TreeView on macOS
3 years ago
reuk
081412eb13
Mac Accessibility: Tidying
3 years ago
reuk
7eca00c7c9
JuceNSWindowClass: Tidying
3 years ago
reuk
31e917ca62
NSViewComponentPeer: Tidying
3 years ago
reuk
4e09161986
Accessibility: Tidy up static functions
3 years ago
reuk
285761c56c
Accessibility: Fix hit test behaviour on iOS
3 years ago
reuk
12fdf6bad8
Accessibility: Stop AccessibilityContainers from also being instances of AccessibilityElement
3 years ago
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.
3 years ago
reuk
5e626e1c2b
HyperlinkButton: Use AccessibilityHandler with hyperlink role
3 years ago
Tom Poole
7612f446b5
Matrix3D: Fixed an ordering bug in the multiplication operator
2 years ago
attila
9005e2fda8
Drawable: Fix clobbering Component transform when setDrawableTransform() isn't called
2 years ago
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.
2 years ago
attila
07b96bc86d
ARA Host: Fix memory leak in ARAHostDocumentController
2 years ago
attila
9acfeece43
Colours: Support grey/gray spelling for HTML and SVG compatibility
2 years ago
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.
2 years ago
attila
6c09aa69d9
VST3 Client: Fix setComponentState() threading on Linux
Before this commit it was possible for the plugin to transfer control
to its internal MessageThread and call
IComponentHandler::restartComponent() from it.
3 years ago
attila
d246cc280d
MessageManager: Add mutex to isThisTheMessageThread() and setCurrentThreadAsMessageThread()
3 years ago
Tom Poole
156d8c7058
FLAC/OGG: Fix a bug in buffered reads
2 years ago