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
2013-05-22 23:05:53 -06:00
..
juce_CharacterFunctions.cpp Fixed some more warnings. 2012-09-24 15:45:25 +01:00
juce_CharacterFunctions.h Changed some pass-by-references to pass-by-value to improve compiler optimisation. 2013-05-22 23:05:53 -06:00
juce_CharPointer_ASCII.h Changed some pass-by-references to pass-by-value to improve compiler optimisation. 2013-05-22 23:05:53 -06:00
juce_CharPointer_UTF8.h Changed some pass-by-references to pass-by-value to improve compiler optimisation. 2013-05-22 23:05:53 -06:00
juce_CharPointer_UTF16.h Changed some pass-by-references to pass-by-value to improve compiler optimisation. 2013-05-22 23:05:53 -06:00
juce_CharPointer_UTF32.h Changed some pass-by-references to pass-by-value to improve compiler optimisation. 2013-05-22 23:05:53 -06:00
juce_Identifier.cpp Changed some pass-by-references to pass-by-value to improve compiler optimisation. 2013-05-22 23:05:53 -06:00
juce_Identifier.h Changed some pass-by-references to pass-by-value to improve compiler optimisation. 2013-05-22 23:05:53 -06:00
juce_LocalisedStrings.cpp Added a parameter to the LocalisedStrings constructors to fix a case-sensitivity problem. 2013-05-06 20:19:10 +01:00
juce_LocalisedStrings.h Added a parameter to the LocalisedStrings constructors to fix a case-sensitivity problem. 2013-05-06 20:19:10 +01:00
juce_NewLine.h First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum.. 2011-08-12 10:04:52 +01:00
juce_String.cpp Changed some pass-by-references to pass-by-value to improve compiler optimisation. 2013-05-22 23:05:53 -06:00
juce_String.h Changed some pass-by-references to pass-by-value to improve compiler optimisation. 2013-05-22 23:05:53 -06:00
juce_StringArray.cpp Added a constructor to StringArray. 2013-03-26 11:33:09 +00:00
juce_StringArray.h Added a constructor to StringArray. 2013-03-26 11:33:09 +00:00
juce_StringPairArray.cpp (automated whitespace clean-up) 2012-03-20 16:00:06 +00:00
juce_StringPairArray.h Minor changes to avoid pedantic compiler warnings. 2012-12-04 21:39:15 +00:00
juce_StringPool.cpp (automated whitespace clean-up) 2012-03-20 16:00:06 +00:00
juce_StringPool.h Made the ValueTree::getPropertyAsValue method non-const, to ensure the class behaves in a const-correct manner. Improved the Introjucer's use of const ValueTrees to enable it to write each exporter in parallel, for quicker saving. Tweaked the Identifer class to be thread-safe. 2012-02-24 17:15:58 +00:00
juce_TextDiff.cpp Introjucer: fixes for some of the integrated Jucer stuff. 2013-04-01 12:22:53 +01:00
juce_TextDiff.h New class: TextDiff 2012-08-15 18:39:33 +01:00