| .. |
|
juce_CharacterFunctions.cpp
|
Fixed some more warnings.
|
2012-09-24 15:45:25 +01:00 |
|
juce_CharacterFunctions.h
|
Changed some types from int to size_t where appropriate. Fixed a CoreMidi build problem in 64-bit mode.
|
2013-02-24 15:49:06 +00:00 |
|
juce_CharPointer_ASCII.h
|
Changed some types from int to size_t where appropriate. Fixed a CoreMidi build problem in 64-bit mode.
|
2013-02-24 15:49:06 +00:00 |
|
juce_CharPointer_UTF8.h
|
Changed some types from int to size_t where appropriate. Fixed a CoreMidi build problem in 64-bit mode.
|
2013-02-24 15:49:06 +00:00 |
|
juce_CharPointer_UTF16.h
|
Changed some types from int to size_t where appropriate. Fixed a CoreMidi build problem in 64-bit mode.
|
2013-02-24 15:49:06 +00:00 |
|
juce_CharPointer_UTF32.h
|
Changed some types from int to size_t where appropriate. Fixed a CoreMidi build problem in 64-bit mode.
|
2013-02-24 15:49:06 +00:00 |
|
juce_Identifier.cpp
|
Identifier::null, isNull, isValid methods.
|
2012-10-05 17:24:35 +01:00 |
|
juce_Identifier.h
|
Identifier::null, isNull, isValid methods.
|
2012-10-05 17:24:35 +01:00 |
|
juce_LocalisedStrings.cpp
|
Cleaned up some compiler warnings.
|
2012-09-24 14:03:54 +01:00 |
|
juce_LocalisedStrings.h
|
Minor changes to avoid pedantic compiler warnings.
|
2012-12-04 21:39:15 +00: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 types from int to size_t where appropriate. Fixed a CoreMidi build problem in 64-bit mode.
|
2013-02-24 15:49:06 +00:00 |
|
juce_String.h
|
Changed some types from int to size_t where appropriate. Fixed a CoreMidi build problem in 64-bit mode.
|
2013-02-24 15:49:06 +00:00 |
|
juce_StringArray.cpp
|
Fixed some more warnings.
|
2012-09-24 15:45:25 +01:00 |
|
juce_StringArray.h
|
Minor changes to avoid pedantic compiler warnings.
|
2012-12-04 21:39:15 +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
|
Fixed some more warnings.
|
2012-09-24 15:45:25 +01:00 |
|
juce_TextDiff.h
|
New class: TextDiff
|
2012-08-15 18:39:33 +01:00 |