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 47f138464f macOS: Fixed a CoreGraphics text layout bug 5 years ago
..
juce_AttributedString.cpp Windows: Removed some VS2013 workarounds 5 years ago
juce_AttributedString.h Windows: Removed some VS2013 workarounds 5 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 6 years ago
juce_Font.cpp Replaced all uses of static_cast<Type&&> with std::move 6 years ago
juce_Font.h Fixed some more typos 5 years ago
juce_GlyphArrangement.cpp macOS: Fixed a CoreGraphics text layout bug 5 years ago
juce_GlyphArrangement.h Fixed a few documentation typos 5 years ago
juce_TextLayout.cpp macOS: Fixed an issue restoring graphics state after drawing an AttributedString 5 years ago
juce_TextLayout.h TextLayout: Fixed some bugs setting stringRanges 5 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 Fixed some more typos 5 years ago