| .. |
|
juce_AttributedString.cpp
|
Added method String::clear(), and used it to replace a few uses of String::empty.
|
12 years ago |
|
juce_AttributedString.h
|
Updated the format of the header include guard macros.
|
12 years ago |
|
juce_CustomTypeface.cpp
|
Removed a few more uses of String::empty.
|
12 years ago |
|
juce_CustomTypeface.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.
|
12 years ago |
|
juce_Font.cpp
|
Made sure that glyph caches are flushed along with the typeface cache.
|
12 years ago |
|
juce_Font.h
|
Stripped out some unnecessary boilerplate includes from juce_graphics.
|
12 years ago |
|
juce_GlyphArrangement.cpp
|
Minor clean-ups around the Justification class.
|
12 years ago |
|
juce_GlyphArrangement.h
|
Stripped out some unnecessary boilerplate includes from juce_graphics.
|
12 years ago |
|
juce_TextLayout.cpp
|
Fix for software text layout colour of single-character strings.
|
12 years ago |
|
juce_TextLayout.h
|
Stripped out some unnecessary boilerplate includes from juce_graphics.
|
12 years ago |
|
juce_Typeface.cpp
|
Windows default font fix.
|
12 years ago |
|
juce_Typeface.h
|
Added functionality for loading in-memory fonts! See Typeface::createSystemTypefaceFor()
|
12 years ago |