1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
JUCE/modules/juce_core/text
2014-02-05 16:35:26 +00:00
..
juce_CharacterFunctions.cpp Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 2013-06-13 13:17:12 +01:00
juce_CharacterFunctions.h Added a template param to a CharacterFunctions method. 2013-11-07 14:39:22 +00:00
juce_CharPointer_ASCII.h Updated the format of the header include guard macros. 2013-07-17 16:26:35 +01:00
juce_CharPointer_UTF8.h Made CharPointer_UTF8 more consistent in the way it handles broken sequences. 2014-01-20 12:06:14 +00:00
juce_CharPointer_UTF16.h Avoided some pedantic GCC warnings. 2013-11-03 19:16:52 +00:00
juce_CharPointer_UTF32.h Avoided some pedantic GCC warnings. 2013-11-03 19:16:52 +00:00
juce_Identifier.cpp Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 2013-06-13 13:17:12 +01:00
juce_Identifier.h Added some comparison methods to Identifier. 2013-10-14 12:46:44 +01:00
juce_LocalisedStrings.cpp Added copy constructors to LocalisedStrings. 2014-01-01 16:57:25 +00:00
juce_LocalisedStrings.h Introjucer: Added gnu++0x flag for android builds. Support for SVG icons. 2014-01-02 14:33:06 +00:00
juce_NewLine.h Disambiguations to keep the MS compiler happy when using UTF32 string mode. 2013-09-13 16:12:05 +01:00
juce_String.cpp Improved comment. 2014-01-23 09:52:43 +00:00
juce_String.h Minor documentation typo. 2014-02-05 16:35:26 +00:00
juce_StringArray.cpp Removed a few more uses of String::empty. 2013-12-01 23:28:31 +00:00
juce_StringArray.h Provided public access to the Array<String> that's inside StringArray. 2013-11-10 17:27:54 +00:00
juce_StringPairArray.cpp Added a LocalisedString::setFallback() method. 2013-12-29 11:02:59 +00:00
juce_StringPairArray.h Added a LocalisedString::setFallback() method. 2013-12-29 11:02:59 +00:00
juce_StringPool.cpp Removed a few more uses of String::empty. 2013-12-01 23:28:31 +00:00
juce_StringPool.h Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files. 2013-08-23 12:08:31 +01:00
juce_StringRef.h Disambiguations to keep the MS compiler happy when using UTF32 string mode. 2013-09-13 16:12:05 +01:00
juce_TextDiff.cpp Updated the UnitTest class to provide a shared, reproducible random seed for each run, to allow failures to be re-created. Also converted a few Strings to StringRefs. 2013-09-11 10:29:48 +01:00
juce_TextDiff.h Updated the format of the header include guard macros. 2013-07-17 16:26:35 +01:00