| .. |
|
juce_AttributedString.cpp
|
Windows: Removed some VS2013 workarounds
|
6 years ago |
|
juce_AttributedString.h
|
Windows: Removed some VS2013 workarounds
|
6 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
|
Enabled some more warning flags in Xcode, and fixed the problems they caused
|
7 years ago |
|
juce_Font.cpp
|
Replaced all uses of static_cast<Type&&> with std::move
|
7 years ago |
|
juce_Font.h
|
Add documentation tags
|
8 years ago |
|
juce_GlyphArrangement.cpp
|
Windows: Removed some VS2013 workarounds
|
6 years ago |
|
juce_GlyphArrangement.h
|
Fixed a few documentation typos
|
6 years ago |
|
juce_TextLayout.cpp
|
Removed a leaking UnitTest
|
6 years ago |
|
juce_TextLayout.h
|
TextLayout: Fixed some bugs setting stringRanges
|
6 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
|
macOS: Fixed an issue unregistering fonts
|
6 years ago |