| .. |
|
juce_AttributedString.cpp
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
8 years ago |
|
juce_AttributedString.h
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
8 years ago |
|
juce_CustomTypeface.cpp
|
Some light modernisation of a bunch of old code
|
8 years ago |
|
juce_CustomTypeface.h
|
Some light modernisation of a bunch of old code
|
8 years ago |
|
juce_Font.cpp
|
Added some prototype function definitions to avoid compiler warnings for people who enable the "missing prototype" flag
|
8 years ago |
|
juce_Font.h
|
Added 'final' keyword to a lot of classes from which you really shouldn't be inheriting!
|
8 years ago |
|
juce_GlyphArrangement.cpp
|
Fixed some VS2013 compiler errors
|
8 years ago |
|
juce_GlyphArrangement.h
|
Replaced some old juce-style sort operations with std::sort and lambdas
|
8 years ago |
|
juce_TextLayout.cpp
|
Fix for the TextLayout when drawing at non-origin coords
|
8 years ago |
|
juce_TextLayout.h
|
Optimisation for drawing of large TextLayouts that go beyond the top and bottom of the graphics clip region
|
8 years ago |
|
juce_Typeface.cpp
|
Replaced some old juce-style sort operations with std::sort and lambdas
|
8 years ago |
|
juce_Typeface.h
|
Some light modernisation of a bunch of old code
|
8 years ago |