.. |
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
|
7 years ago |
juce_AttributedString.h
|
Add documentation tags
|
7 years ago |
juce_CustomTypeface.cpp
|
Added flag JUCE_STRICT_REFCOUNTEDPOINTER which is recommended to avoid accidental leaks when using ref-counted pointers. Enabled this flag in the demo projects, and used it to help tidy up some dubious smart-pointer use
|
7 years ago |
juce_CustomTypeface.h
|
Removed some legacy friend class declarations that are no longer needed with modern compilers
|
7 years ago |
juce_Font.cpp
|
Added some methods to allow ReferenceCountedObjectPtrs to be constructed or copied from references as well as pointers - as well as increasing safety, this actually makes things a bit more efficient as it skips a nullptr check. Updated lots of places in the code that could take advantage of this
|
7 years ago |
juce_Font.h
|
Add documentation tags
|
7 years ago |
juce_GlyphArrangement.cpp
|
Fixed some const violation errors
|
7 years ago |
juce_GlyphArrangement.h
|
Add documentation tags
|
7 years ago |
juce_TextLayout.cpp
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
7 years ago |
juce_TextLayout.h
|
Add documentation tags
|
7 years ago |
juce_Typeface.cpp
|
Added some methods to allow ReferenceCountedObjectPtrs to be constructed or copied from references as well as pointers - as well as increasing safety, this actually makes things a bit more efficient as it skips a nullptr check. Updated lots of places in the code that could take advantage of this
|
7 years ago |
juce_Typeface.h
|
Removed some legacy friend class declarations that are no longer needed with modern compilers
|
7 years ago |