1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-17 00:44:19 +00:00
JUCE/modules/juce_core
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
..
containers Windows: Fix and suppress some analysis warnings 2021-05-26 15:34:26 +01:00
files File: Use unit test random instance to generate unique filename 2021-04-09 10:26:28 +01:00
javascript CharacterFunctions: Add new function to move pointer past whitespace 2021-02-18 10:54:29 +00:00
logging macOS: Be explicit about string encodings when logging assertions 2021-02-18 17:16:45 +00:00
maths Windows: Fix and suppress some analysis warnings 2021-05-26 15:34:26 +01:00
memory MemoryBlock: Added a new replaceAll() method and deprecated the replaceWith() method 2021-04-27 09:06:14 +01:00
misc Unquote command-line arguments when adding them to ArgumentList 2020-11-26 19:01:43 +00:00
native Windows: replace deprecated OS calls in SystemStats::getDisplayLanguage() 2021-06-09 12:04:31 +02:00
network Windows: Fix and suppress some analysis warnings 2021-05-26 15:34:26 +01:00
streams Used MemoryBlock::isEmpty() in a few places 2021-04-22 18:22:06 +01:00
system macOS Accessibility: Use @available keyword where possible to check if accessibility support is available at runtime 2021-06-07 19:38:29 +01:00
text Windows: Fix and suppress some analysis warnings 2021-05-26 15:34:26 +01:00
threads Windows: Fix clang/gnu compiler warnings 2021-06-03 17:30:44 +01:00
time Clang: Fix warnings when building with clang 10 2020-07-01 10:00:43 +01:00
unit_tests Added startTime and endTime to UnitTest TestResult struct 2020-06-17 15:54:28 +01:00
xml Docs: Updated XmlElement docs to use getChildIterator() instead of deprecated macros 2021-04-08 11:51:41 +01:00
zip Windows: Fix and suppress some analysis warnings 2021-05-26 15:34:26 +01:00
juce_core.cpp Added preliminary support for FreeBSD 2021-03-29 14:16:46 +01:00
juce_core.h VST3: Fixed a bug loading plug-ins 2021-03-26 10:31:45 +00:00
juce_core.mm Updated all license headers 2020-04-23 17:30:39 +01:00