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
..
code_editor 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
documents Updated the format of the header include guard macros. 12 years ago
embedding Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files. 12 years ago
lookandfeel Updated the format of the header include guard macros. 12 years ago
misc 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
native Added a Component::getDesktopScaleFactor() method which can be overridden to force a scale for a particular window. 12 years ago
juce_gui_extra.cpp Fixed capitalisation of some include filenames. 12 years ago
juce_gui_extra.h A bit more minor cleaning-up. 12 years ago
juce_gui_extra.mm Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 12 years ago
juce_module_info Version number update 12 years ago