1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-19 01:04:20 +00:00
JUCE/modules
attila b5c775210f HighResolutionTimer: Ensure that a new interval applies from the moment of calling startTimer()
Before this commit an already started timer would wait until the
previously set tick time before applying the new one. This problem seems
to have affected the Windows implementation only.
2022-12-20 14:46:31 +00:00
..
juce_analytics Bump version number to 7.0.3 2022-11-29 11:04:54 +00:00
juce_audio_basics AudioBuffer: Minor correction in documentation 2022-12-15 20:34:34 +01:00
juce_audio_devices Android: Add missing getAndroidRealtimeThreadFactory implementation 2022-12-16 23:12:28 +01:00
juce_audio_formats ARAAudioSourceReader: Fix data race 2022-12-15 19:28:31 +00:00
juce_audio_plugin_client VST Client: Clean up VstSpeakerArrangement offset calcuation 2022-12-14 18:33:30 +00:00
juce_audio_processors AudioProcessorGraph: Fix an issue where IO nodes sometimes failed to update their channel counts 2022-12-14 11:12:33 +00:00
juce_audio_utils Android: Add support for new bluetooth permissions from Android API 31 2022-12-14 20:02:59 +00:00
juce_box2d Bump version number to 7.0.3 2022-11-29 11:04:54 +00:00
juce_core HighResolutionTimer: Ensure that a new interval applies from the moment of calling startTimer() 2022-12-20 14:46:31 +00:00
juce_cryptography Convert ignoreUnused to [[maybe_unused]] 2022-12-01 11:41:50 +00:00
juce_data_structures Convert ignoreUnused to [[maybe_unused]] 2022-12-01 11:41:50 +00:00
juce_dsp Convert ignoreUnused to [[maybe_unused]] 2022-12-01 11:41:50 +00:00
juce_events ApplicationBase: Assume UTF-8 commandline parameter encoding 2022-12-15 17:25:47 +00:00
juce_graphics RectangleList: Avoid entering a death spiral when subtracting very close rectangles 2022-12-14 11:12:31 +00:00
juce_gui_basics SidePanel: Fix shadow drawing artefact on hi-res screens 2022-12-14 18:59:44 +00:00
juce_gui_extra XWindowSystem: Use ScopedWindowAssociation for improved DRYness 2022-12-14 11:12:32 +00:00
juce_opengl XWindowSystem: Use ScopedWindowAssociation for improved DRYness 2022-12-14 11:12:32 +00:00
juce_osc Bump version number to 7.0.3 2022-11-29 11:04:54 +00:00
juce_product_unlocking TextInputTarget: Improve IME support on Android 2022-12-07 13:12:02 +00:00
juce_video TextInputTarget: Improve IME support on Android 2022-12-07 13:12:02 +00:00
CMakeLists.txt CMake: Avoid adding target for LV2 manifest helper unless specifically required 2022-09-12 16:14:57 +01:00