Tom Poole
de97e53a87
Add 24000 Hz to standard device sample rates to support Airpods Pro
4 years ago
ed
e0e8e85d6b
Add KeyboardComponentBase class for custom MIDI keyboard components and MPEKeyboardComponent class
4 years ago
ed
461192b355
Add FocusOutline class for indicating Component keyboard focus
4 years ago
Tom Poole
0e24c9557e
Fix a documentation typo
4 years ago
Tom Poole
06db7f074e
Linux: Fix a out-of-bounds memory write when copying text to the clipboard
4 years ago
Tom Poole
bbbb967c63
Update the GitHub Issue and PR templates to a new format and add a CLA workflow
4 years ago
reuk
bd52350c00
VST3 Wrapper: Avoid calling processBlock when there is no audio input/output
4 years ago
reuk
df206371ff
AudioDeviceManager: Ensure device settings are up to date before notifying callbacks
4 years ago
reuk
550d61e487
AudioIODevice: Ensure CoreAudio device can be restarted after stopping
4 years ago
reuk
61eafdb7ee
Documentation: Avoid attempting to document implementation details
4 years ago
reuk
640194c878
MinGW: Improve compatibility
With this patch applied, the DemoRunner should build under MinGW, and be
(nearly) feature-complete compared to the MSVC build.
Specifically, when building with MinGW:
- Adds support for accessibility
- Fixes build issues in the juce_video module
- Fixes a link issue in the VST3 wrapper when VST3_CAN_REPLACE_VST2 is
defined
- Adds support for the new-style native FileChooser
- Tidies up some other low-severity warnings
Known issues:
- Direct2D rendering is still not supported when building with MinGW due
to ABI compatibilities.
4 years ago
reuk
b65803e8a3
Accessbility: Improve support for touch-to-explore on Android
4 years ago
reuk
fc378aaf9a
AU Client: Avoid AudioBuffer assertion when plugin has no audio channels
4 years ago
reuk
1edb56df71
NSViewComponentPeer: Properly constrain zoomed window size onto current display
4 years ago
reuk
12b7a8f9d1
Accessibility: Prefer toggle action to press action for checkable items
4 years ago
reuk
f429647ae9
MinGW: Add uuid definitions for MinGW-w64
4 years ago
reuk
aaf68f58f5
Juceaide: Only suppress compiler environment variables when cross compiling
4 years ago
reuk
e730962921
NSViewComponentPeer: Avoid triggering NSBeeps on unhandled key presses
4 years ago
Tom Poole
b53b5f14a1
Projucer: Increment the Android target SDK default setting
4 years ago
attila
1fc0de32c8
Windows: Ensure that NativeMessageBox stays in front of its owner
4 years ago
attila
2e874e80cb
ZipFile: Add path checks to uncompressEntry()
4 years ago
attila
a2cc9a8cd5
File: Fix isSymbolicLink() on Windows when querying non-existing paths
4 years ago
reuk
967fc1cc24
CMake: Fix link of Android projects that use OpenGL
4 years ago
reuk
cea8dc260c
CMake: Propagate CMAKE_MAKE_PROGRAM to juceaide build
4 years ago
reuk
2678c1d10d
AUv3 Wrapper: Use correct timestamps for outgoing events
Previously, with two instances of the MIDILogger AUv3 in series in
Logic, the timestamps received by the second plugin in the chain would
not match the timestamps of the events emitted by the first plugin.
4 years ago
reuk
f12cac596b
MIDILogger: Display message timestamps
4 years ago
reuk
bb724761f2
FFT: Allow performFrequencyOnlyForwardTransform to ignore negative frequencies
4 years ago
reuk
82df66100c
MouseCursor: Allow arbitrarily-sized cursors on Windows
4 years ago
reuk
b0e689eaf4
AudioProcessLoadMeasurer: Fix potential divide by zero due to uninitialised samplesPerBlock
4 years ago
reuk
77c24ae49f
PopupMenu: Expose item ticked state to screen readers
4 years ago
reuk
3084a23547
PopupMenu: Improve accessibility of custom components in menus
The 'wrapper' accessibility handler is now ignored if a menu item has a
custom component, and has no submenu, and cannot be triggered
automatically. This avoids the case where a custom menu item may end up
with a wrapper accessibility handler that has no useful actions.
This patch also adds a 'label' argument to the addCustomItem functions,
which allows text for the screen reader to be supplied in the case where
a custom component is in use, but the menu item has accessibility
actions.
4 years ago
reuk
8b3fe6f250
WidgetsDemo: Avoid assertion in menu with custom components
4 years ago
reuk
8a2bde9fec
NSViewComponentPeer: Only allow full screen mode for resizable windows with maximise buttons
Effects of this change for windows with native titlebars:
- Resizable windows without maximise buttons will now only allow the
'zoom' behaviour from the rightmost titlebar button (i.e. this button
will not allow entering full-screen mode)
- Non-resizable windows will grey-out the rightmost titlebar button,
whether or not the maximise button is enabled
4 years ago
reuk
05676c862a
UIViewComponentPeer: Allow setting an app style, to ensure the status bar can be seen over the app background
4 years ago
reuk
ad4368bbf1
UIViewComponentPeer: Clear focused peer on destruction to avoid dangling pointer
4 years ago
reuk
0cec50618d
FileChooser: Find an appropriate peer to focus when the FileChooser is destroyed
This works around a rare issue in the DialogsDemo where the AlertWindow
would fail to display because no peer had focus.
4 years ago
reuk
038d6dff32
FileChooser: Avoid calling member functions on pimpl after it is destroyed
4 years ago
reuk
37b92f6882
WavAudioFormat: Attempt to avoid quadratic metadata lookups
4 years ago
reuk
d66f9399ba
StringPairArray: Allow adding the contents of a std::unordered_map<String, String>
4 years ago
reuk
ca5c9fdae6
FloatVectorOperations: Add overloads accepting size_t element counts
4 years ago
reuk
43280c3f7f
AU: Tidy up ChannelRemapper
4 years ago
reuk
2073e46e79
iOS InAppPurchases: Use recommended receipt verification procedure
4 years ago
Tom Poole
48a7274b08
PopupMenu: Update the example docs
4 years ago
Tom Poole
74c8963880
DSP: Unconditionally use std::invoke_result instead of std::result_of if C++ 17 is available
4 years ago
reuk
cd34f1b00b
TreeView: Reset itemUnderMouse when deleting TreeViewItems to avoid dereferencing dangling pointers
4 years ago
attila
4f9a9c7bfc
Linux: Fix BadWindow error when XSETTINGS is not available
4 years ago
Tom Poole
9979dd27fa
Add a const specialisation to SampleTypeHelpers
4 years ago
attila
2b3abd3ca6
MacOS: Fix TextEditor when using marked text (e.g. Korean)
4 years ago
attila
87061fb751
MacOS: Change keyCode calculation to fix shortcuts with non-Latin languages
4 years ago
attila
b8094cb200
Android: Fix keyCode calculation and add support for modifier keys
4 years ago