1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-18 00:54:19 +00:00
JUCE/modules
reuk c802319241
Viewport: Stop touches on other components from interrupting scrolling
Previously, a touch on a component outside the Viewport would interrupt
and cancel a scroll gesture inside the Viewport.

Now, the Viewport will respond to all drag events from the input source
that started the drag, allowing the Viewport to be scrolled with one
input source while adjusting other controls with another input source.

The FontsDemo is useful for testing this behaviour, as it has two
Viewports on a single screen, along with some other controls.
2021-09-27 15:46:28 +01:00
..
juce_analytics Bump version number to 6.1.2 2021-09-20 12:15:47 +01:00
juce_audio_basics Bump version number to 6.1.2 2021-09-20 12:15:47 +01:00
juce_audio_devices SingleThreadedAbstractFifo: Move into juce_core 2021-09-27 13:15:39 +01:00
juce_audio_formats Reservoir: Factor out reservoir management code 2021-09-27 13:20:47 +01:00
juce_audio_plugin_client GenericAudioProcessorEditor: Add support for grouped parameters 2021-09-27 15:44:48 +01:00
juce_audio_processors GenericAudioProcessorEditor: Update parameter names when AudioProcessor changes 2021-09-27 15:44:48 +01:00
juce_audio_utils AudioDeviceSelectorComponent: Always show the actual samplerate of the device 2021-09-22 10:23:05 +01:00
juce_box2d Bump version number to 6.1.2 2021-09-20 12:15:47 +01:00
juce_core HeapBlock: Disable size-based constructor for non-integral arguments 2021-09-27 15:44:48 +01:00
juce_cryptography Bump version number to 6.1.2 2021-09-20 12:15:47 +01:00
juce_data_structures Bump version number to 6.1.2 2021-09-20 12:15:47 +01:00
juce_dsp DelayLine: Allow setting a new maximum delay time after construction 2021-09-27 15:44:48 +01:00
juce_events Warnings: Avoid triggering missing-prototypes warnings on macOS/iOS 2021-09-23 10:28:47 +01:00
juce_graphics Font: Make Font and TypefaceCache threadsafe 2021-09-23 10:28:47 +01:00
juce_gui_basics Viewport: Stop touches on other components from interrupting scrolling 2021-09-27 15:46:28 +01:00
juce_gui_extra Windows: Add WebView2Preferences struct to modify aspects of WebView2 behaviour 2021-09-22 13:50:53 +01:00
juce_opengl Font: Make Font and TypefaceCache threadsafe 2021-09-23 10:28:47 +01:00
juce_osc Bump version number to 6.1.2 2021-09-20 12:15:47 +01:00
juce_product_unlocking Bump version number to 6.1.2 2021-09-20 12:15:47 +01:00
juce_video Bump version number to 6.1.2 2021-09-20 12:15:47 +01:00
CMakeLists.txt BLOCKS: Remove juce_blocks_basics module 2021-05-19 16:53:01 +01:00