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.
jules a2280fc25d Simplified a lot of the image drawing calls internally. Added the new juce logo to the demo app as a more challenging example of path rendering. 12 years ago
..
juce_GraphicsContext.cpp Simplified a lot of the image drawing calls internally. Added the new juce logo to the demo app as a more challenging example of path rendering. 12 years ago
juce_GraphicsContext.h New method Graphics::fillRectList(), which performs better (and looks better when scaled) than multiple calls to fillRect or drawVerticalLine. Also fixed DPI detection in Windows. 12 years ago
juce_LowLevelGraphicsContext.h New method Graphics::fillRectList(), which performs better (and looks better when scaled) than multiple calls to fillRect or drawVerticalLine. Also fixed DPI detection in Windows. 12 years ago
juce_LowLevelGraphicsPostScriptRenderer.cpp New method Graphics::fillRectList(), which performs better (and looks better when scaled) than multiple calls to fillRect or drawVerticalLine. Also fixed DPI detection in Windows. 12 years ago
juce_LowLevelGraphicsPostScriptRenderer.h New method Graphics::fillRectList(), which performs better (and looks better when scaled) than multiple calls to fillRect or drawVerticalLine. Also fixed DPI detection in Windows. 12 years ago
juce_LowLevelGraphicsSoftwareRenderer.cpp Much faster software rendering of glyphs when display is scaled. 12 years ago
juce_LowLevelGraphicsSoftwareRenderer.h Stripped out some unnecessary boilerplate includes from juce_graphics. 12 years ago