1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
JUCE/modules
attila c05ec5f9d0 MenuBarComponent: Fix incorrect deactivation of the menu bar
Prior to this commit it was possible to get the menu bar deactivated
by moving the mouse to an adjacent menu item and then back again. If
the movement was quick enough the corresponding PopupMenu would be
dismissed and created again before the dismissal's async command
handler would run. The command handler would see that the dismissed
menu's index and the currently activated index are equal and
deactivate the menu bar.
2022-08-02 14:58:31 +00:00
..
juce_analytics Bump version number to 7.0.1 2022-07-04 15:07:43 +01:00
juce_audio_basics Bump version number to 7.0.1 2022-07-04 15:07:43 +01:00
juce_audio_devices Mac Catalyst: Fix compilation issues 2022-08-02 10:00:12 +01:00
juce_audio_formats FLAC/OGG: Fix a bug in buffered reads 2022-07-14 15:24:40 +01:00
juce_audio_plugin_client VST3 Client: Fix setComponentState() threading on Linux 2022-07-14 19:18:27 +00:00
juce_audio_processors ARA Host: Fix memory leak in ARAHostDocumentController 2022-07-19 14:30:14 +02:00
juce_audio_utils Bump version number to 7.0.1 2022-07-04 15:07:43 +01:00
juce_box2d Bump version number to 7.0.1 2022-07-04 15:07:43 +01:00
juce_core Mac Catalyst: Fix compilation issues 2022-08-02 10:00:12 +01:00
juce_cryptography Bump version number to 7.0.1 2022-07-04 15:07:43 +01:00
juce_data_structures ValueTree: Add early exit when copying a ValueTree to itself 2022-08-02 10:14:29 +01:00
juce_dsp DSP: make multiplyWithWindowingTable const 2022-08-02 09:16:22 +01:00
juce_events MessageManager: Add mutex to isThisTheMessageThread() and setCurrentThreadAsMessageThread() 2022-07-14 19:18:27 +00:00
juce_graphics Colours: Support grey/gray spelling for HTML and SVG compatibility 2022-07-18 18:55:10 +02:00
juce_gui_basics MenuBarComponent: Fix incorrect deactivation of the menu bar 2022-08-02 14:58:31 +00:00
juce_gui_extra iOS: Add proper UITextInput implementation 2022-07-29 18:54:50 +01:00
juce_opengl Matrix3D: Fixed an ordering bug in the multiplication operator 2022-07-28 21:31:47 +01:00
juce_osc Bump version number to 7.0.1 2022-07-04 15:07:43 +01:00
juce_product_unlocking InAppPurchases: Add generated bytecode for Android implementation 2022-07-29 18:54:50 +01:00
juce_video Bump version number to 7.0.1 2022-07-04 15:07:43 +01:00
CMakeLists.txt Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00