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 70d99d1cc4
NSViewComponentPeer: Fix occasional rendering artefacts
When clearing deferredRepaints in drawRect, dirty regions in the 'next'
frame could be incorrectly removed while drawing the 'current' frame.
Now, deferredRepaints is cleared in setNeedsDisplayRectangles, as it
was before 9d50ab6c59.
2023-04-18 16:28:52 +01:00
..
juce_analytics Bump version number to 7.0.5 2023-01-25 11:37:31 +00:00
juce_audio_basics Global: Fix a few more float equality warnings 2023-04-13 12:19:58 +01:00
juce_audio_devices MIDI: Fix off-by-one bug when accessing MIDI ports on Linux 2023-04-05 11:34:41 +01:00
juce_audio_formats Global: Fix a few more float equality warnings 2023-04-13 12:19:58 +01:00
juce_audio_plugin_client Fix float equality warnings in the ARA SDK 2023-04-14 10:17:29 +01:00
juce_audio_processors AudioProcessorGraph: Fix race condition when destroying AudioProcessorGraph on a background thread 2023-04-18 11:39:40 +01:00
juce_audio_utils Global: Avoid floating-point equality checks where possible 2023-04-04 19:55:11 +01:00
juce_box2d Global: Avoid floating-point equality checks where possible 2023-04-04 19:55:11 +01:00
juce_core Array: Add missing floating point equality warning suppression 2023-04-11 12:36:19 +01:00
juce_cryptography Bump version number to 7.0.5 2023-01-25 11:37:31 +00:00
juce_data_structures Global: Avoid floating-point equality checks where possible 2023-04-04 19:55:11 +01:00
juce_dsp Global: Avoid floating-point equality checks where possible 2023-04-04 19:55:11 +01:00
juce_events LockingAsyncUpdater: Add a new slightly-more-threadsafe AsyncUpdater alternative 2023-04-18 11:39:39 +01:00
juce_graphics Global: Avoid floating-point equality checks where possible 2023-04-04 19:55:11 +01:00
juce_gui_basics NSViewComponentPeer: Fix occasional rendering artefacts 2023-04-18 16:28:52 +01:00
juce_gui_extra Global: Avoid floating-point equality checks where possible 2023-04-04 19:55:11 +01:00
juce_opengl Global: Avoid floating-point equality checks where possible 2023-04-04 19:55:11 +01:00
juce_osc Global: Avoid floating-point equality checks where possible 2023-04-04 19:55:11 +01:00
juce_product_unlocking Native: Rename all native files for improved consistency 2023-04-04 19:54:29 +01:00
juce_video Xcode: Silence nullability warning 2023-04-04 19:55:12 +01:00
CMakeLists.txt CMake: Avoid adding target for LV2 manifest helper unless specifically required 2022-09-12 16:14:57 +01:00