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 a1a43ea418 Tweaks to font-rendering: fonts are now vertically hinted by finding the best overall scale that will make the most common horizontal features better aligned. Changed the font gamma to be greater when rendering with brighter colours. 11 years ago
..
juce_AttributedString.cpp Added method String::clear(), and used it to replace a few uses of String::empty. 11 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. 11 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. 11 years ago
juce_Font.cpp Made sure that glyph caches are flushed along with the typeface cache. 11 years ago
juce_Font.h Stripped out some unnecessary boilerplate includes from juce_graphics. 11 years ago
juce_GlyphArrangement.cpp Minor clean-ups around the Justification class. 11 years ago
juce_GlyphArrangement.h Stripped out some unnecessary boilerplate includes from juce_graphics. 11 years ago
juce_TextLayout.cpp Fix for software text layout colour of single-character strings. 11 years ago
juce_TextLayout.h Stripped out some unnecessary boilerplate includes from juce_graphics. 11 years ago
juce_Typeface.cpp Tweaks to font-rendering: fonts are now vertically hinted by finding the best overall scale that will make the most common horizontal features better aligned. Changed the font gamma to be greater when rendering with brighter colours. 11 years ago
juce_Typeface.h Tweaks to font-rendering: fonts are now vertically hinted by finding the best overall scale that will make the most common horizontal features better aligned. Changed the font gamma to be greater when rendering with brighter colours. 11 years ago