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 d635ced700 Minor comment addition 9 years ago
..
application Avoided a couple of warnings about missing override specifiers. 10 years ago
buttons Avoided a dangling pointer problem when changing images in DrawableButton 10 years ago
commands Minor documentation cleanups. 10 years ago
components Fix typo 10 years ago
drawables Added methods degreesToRadians and radiansToDegrees 10 years ago
filebrowser Added a flag to FileBrowserComponent to allow it to keep the current name when the folder changes, and used this flag in the introjucer's new project wizard. 10 years ago
keyboard Fix for shift-delete shortcut in text editors 9 years ago
layout Added a flag MouseWheelEvent::isInertial (currently only implemented for OSX 10.7 or later), and used this to replace some clunky behaviour in the Viewport class that was there to avoid inertial wheel movements triggering nested scrollable components. 10 years ago
lookandfeel LookAndFeel: added method to specify a custom font for Alert Window title. 9 years ago
menus Avoided a couple of warnings about missing override specifiers. 10 years ago
misc Fix for DropShadower when a desktop scale factor is in use. 11 years ago
mouse Added a flag MouseWheelEvent::isInertial (currently only implemented for OSX 10.7 or later), and used this to replace some clunky behaviour in the Viewport class that was there to avoid inertial wheel movements triggering nested scrollable components. 10 years ago
native Fix correct repainting of OpenGLContexts if a non-compositing window manager is used on linux 10 years ago
positioning Rearranged some documentation for relative coord expressions. 10 years ago
properties Documentation correction. 10 years ago
widgets Minor comment addition 9 years ago
windows LookAndFeel: added method to specify a custom font for Alert Window title. 9 years ago
juce_gui_basics.cpp Adds proper per-monitor scaling support on linux 10 years ago
juce_gui_basics.h Adds proper per-monitor scaling support on linux 10 years ago
juce_gui_basics.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 10 years ago