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.
Tom Poole 1b4042217a macOS: Fixed an issue unregistering fonts 6 years ago
..
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 Windows: Removed some VS2013 workarounds 6 years ago
juce_TextLayout.cpp Replaced all uses of static_cast<Type&&> with std::move 7 years ago
juce_TextLayout.h Add documentation tags 8 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