| .. |
|
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
|
Added a GZIPCompressorOutputStream constructor that takes a reference.
|
8 years ago |
|
juce_CustomTypeface.h
|
Some light modernisation of a bunch of old code
|
8 years ago |
|
juce_Font.cpp
|
Dragged the singleton macros into the 21st century.. Cleaned up their implementation and gave them new upper-case names to match juce official style. The old names are still defined to avoid breaking old code, but please update before they get deprecated!
|
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 const violation errors
|
8 years ago |
|
juce_GlyphArrangement.h
|
Fixed some const violation errors
|
8 years ago |
|
juce_TextLayout.cpp
|
Another batch of ScopedPointer cleanups
|
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
|
Another batch of ScopedPointer cleanups
|
8 years ago |
|
juce_Typeface.h
|
Some minor formatting and comment fixes
|
8 years ago |