The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jules d8c065c81f Added functionality for loading in-memory fonts! See Typeface::createSystemTypefaceFor() 12 years ago
..
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