1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-28 02:30:05 +00:00
JUCE/modules
reuk 4ca923a34b
NSViewComponentPeer: Allow mouse events to reach unfocused windows
This change allows mouse events (including enter and exit events) to
reach unfocused views on macOS. This matches the behaviour of unfocused
windows on Linux and Windows, where components paint in their "hovered"
states even when the application window is in the background.

As a byproduct of using tracking areas on macOS, we can remove the fake
mouse move generator.
2021-10-27 16:33:37 +01:00
..
juce_analytics Bump version number to 6.1.2 2021-09-20 12:15:47 +01:00
juce_audio_basics ADSR: Fix bug when using applyEnvelopeToBuffer() with zero-length attack and decay 2021-10-25 16:40:18 +01:00
juce_audio_devices macOS/iOS: Replace compile-time deployment target checks with runtime checks using the available keyword 2021-10-13 15:06:18 +01:00
juce_audio_formats CoreAudioFormat: Allow specifying stream kind hints 2021-10-06 16:59:06 +01:00
juce_audio_plugin_client NSViewComponentPeer: Allow mouse events to reach unfocused windows 2021-10-27 16:33:37 +01:00
juce_audio_processors VST3 Client: Fix build when JUCE_VST3_CAN_REPLACE_VST2 is enabled 2021-10-14 18:56:18 +02:00
juce_audio_utils MidiKeyboardComponent: Ensure note is not highlighted after mouse leaves component 2021-10-27 16:33:37 +01:00
juce_box2d Bump version number to 6.1.2 2021-09-20 12:15:47 +01:00
juce_core WebBrowserComponent: Avoid leaking browsers on macOS 2021-10-26 16:52:16 +01:00
juce_cryptography Bump version number to 6.1.2 2021-09-20 12:15:47 +01:00
juce_data_structures Update code to use C++14 [[deprecated]] attribute 2021-09-29 16:14:00 +01:00
juce_dsp ProcessSpec: Add equality operators 2021-10-06 16:59:08 +01:00
juce_events Naming: Fix up naming of ChildProcessCoordinator and ChildProcessWorker 2021-10-25 09:51:21 +01:00
juce_graphics CharacterFunctions: Avoid UB when parsing hex strings 2021-10-25 09:51:20 +01:00
juce_gui_basics NSViewComponentPeer: Allow mouse events to reach unfocused windows 2021-10-27 16:33:37 +01:00
juce_gui_extra WebBrowserComponent: Avoid leaking browsers on macOS 2021-10-26 16:52:16 +01:00
juce_opengl OpenGLContext: Fix thread/consistency warnings on macOS 2021-10-25 09:51:20 +01:00
juce_osc Bump version number to 6.1.2 2021-09-20 12:15:47 +01:00
juce_product_unlocking Update code to use C++14 [[deprecated]] attribute 2021-09-29 16:14:00 +01:00
juce_video macOS/iOS: Replace compile-time deployment target checks with runtime checks using the available keyword 2021-10-13 15:06:18 +01:00
CMakeLists.txt BLOCKS: Remove juce_blocks_basics module 2021-05-19 16:53:01 +01:00