1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules
attila a400d3ebe0 FileTreeComponent: Use incremental updates after refresh to avoid losing UI state
Previously when using the FileBrowserComponent in TreeView mode, a
refresh would delete all items and rebuild the UI based on new
directory scan data, losing the openness state in the process. With
this commit only changes are applied to the current TreeView.
2023-04-19 08:54:50 +02: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 FileTreeComponent: Use incremental updates after refresh to avoid losing UI state 2023-04-19 08:54:50 +02: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