1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-13 00:04:19 +00:00
JUCE/modules/juce_core/text
2016-06-08 20:42:19 +01:00
..
juce_Base64.cpp Added override specifiers to unit test classes 2015-08-10 16:21:16 +01:00
juce_Base64.h Added Base64 class 2015-08-03 17:55:29 +01:00
juce_CharacterFunctions.cpp Added method CharacterFunctions::getUnicodeCharFromWindows1252Codepage() and used this to help parse difficult WAV file metadata 2016-03-05 15:05:48 +00:00
juce_CharacterFunctions.h Added method CharacterFunctions::getUnicodeCharFromWindows1252Codepage() and used this to help parse difficult WAV file metadata 2016-03-05 15:05:48 +00:00
juce_CharPointer_ASCII.h Removed a malfunctioning method in CharPointer_ASCII 2016-03-22 15:22:33 +00:00
juce_CharPointer_UTF8.h Made CharPointer_UTF8::isValidString reject some sequences that weren't being detected as illegal 2016-02-25 16:50:11 +00:00
juce_CharPointer_UTF16.h Lots of small whitespace tweaks. 2015-12-13 19:32:05 +00:00
juce_CharPointer_UTF32.h Lots of small whitespace tweaks. 2015-12-13 19:32:05 +00:00
juce_Identifier.cpp Update copyright notice 2015-07-22 15:59:34 +01:00
juce_Identifier.h Update copyright notice 2015-07-22 15:59:34 +01:00
juce_LocalisedStrings.cpp Update copyright notice 2015-07-22 15:59:34 +01:00
juce_LocalisedStrings.h Update copyright notice 2015-07-22 15:59:34 +01:00
juce_NewLine.h Added a couple of extra StringRef and NewLine concatenation operators 2015-11-02 09:59:04 +00:00
juce_String.cpp Improved the String::createStringFromData method to fall back to a Windows 1252 codepage if given non-UTF8 data, and used this in parsing VST and WAV strings 2016-04-25 21:16:54 +01:00
juce_String.h Updated a comment 2016-04-30 09:57:37 +01:00
juce_StringArray.cpp Changed addIfNotAlreadyThere method of all array classes to return a bool, indicating whether the object was added or not. 2016-06-08 20:42:19 +01:00
juce_StringArray.h Changed addIfNotAlreadyThere method of all array classes to return a bool, indicating whether the object was added or not. 2016-06-08 20:42:19 +01:00
juce_StringPairArray.cpp Update copyright notice 2015-07-22 15:59:34 +01:00
juce_StringPairArray.h Update copyright notice 2015-07-22 15:59:34 +01:00
juce_StringPool.cpp Update copyright notice 2015-07-22 15:59:34 +01:00
juce_StringPool.h Update copyright notice 2015-07-22 15:59:34 +01:00
juce_StringRef.h Added a couple of extra StringRef and NewLine concatenation operators 2015-11-02 09:59:04 +00:00
juce_TextDiff.cpp Made TextDiff use less stack space 2015-11-02 09:59:05 +00:00
juce_TextDiff.h Update copyright notice 2015-07-22 15:59:34 +01:00