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 Szarvas fbc1a51a67 Windows: replace deprecated OS calls in SystemStats::getDisplayLanguage()
The previously used getUserDefaultUILanguage() was based on the deprecated
LCID/LANGID concept. It had an increasing number of corner cases as not
every locale had associated LCIDs. The new solution is based on locale
names (string based) and will return reasonable names in more situations.
2021-06-09 12:04:31 +02:00
..
juce_analytics Fixed a data race in ThreadedAnalyticsDestination 2021-03-25 18:24:11 +00:00
juce_audio_basics Windows: Fix and suppress some analysis warnings 2021-05-26 15:34:26 +01:00
juce_audio_devices Windows: Fix clang/gnu compiler warnings 2021-06-03 17:30:44 +01:00
juce_audio_formats Windows: Fix more warnings emitted by clang with GNU-like command-line 2021-06-04 12:09:05 +01:00
juce_audio_plugin_client VST3 Client: Ensure main buses are enabled by default when using PreferredChannelConfigurations 2021-06-04 17:44:02 +01:00
juce_audio_processors Windows: Fix clang/gnu compiler warnings 2021-06-03 17:30:44 +01:00
juce_audio_utils Fixed a documentation typo 2021-05-10 11:50:37 +01:00
juce_box2d Windows: Fix and suppress some analysis warnings 2021-05-26 15:34:26 +01:00
juce_core Windows: replace deprecated OS calls in SystemStats::getDisplayLanguage() 2021-06-09 12:04:31 +02:00
juce_cryptography Bump version number to 6.0.8 2021-03-22 09:24:48 +00:00
juce_data_structures Windows: Fix and suppress some analysis warnings 2021-05-26 15:34:26 +01:00
juce_dsp Windows: Fix and suppress some analysis warnings 2021-05-26 15:34:26 +01:00
juce_events Windows: Fix clang/gnu compiler warnings 2021-06-03 17:30:44 +01:00
juce_graphics PathFlatteningIterator: Ensure iterator terminates when flattening paths with very large coordinate values 2021-06-04 13:04:24 +01:00
juce_gui_basics PopupMenu: Avoid dismissing PopupMenus in bridged plugin editors 2021-06-08 14:57:42 +01:00
juce_gui_extra Accessibility: Added AccessibilityTextInterface::isReadOnly() method and AccessibilityRole::label to distinguish between navigable and selectable read-only text elements and simple labels 2021-06-07 19:38:29 +01:00
juce_opengl Windows: Fix clang/gnu compiler warnings 2021-06-03 17:30:44 +01:00
juce_osc Windows: Fix and suppress some analysis warnings 2021-05-26 15:34:26 +01:00
juce_product_unlocking Used MemoryBlock::isEmpty() in a few places 2021-04-22 18:22:06 +01:00
juce_video Windows: Fix clang/gnu compiler warnings 2021-06-03 17:30:44 +01:00
CMakeLists.txt BLOCKS: Remove juce_blocks_basics module 2021-05-19 16:53:01 +01:00