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 7091121b2c Avoided some problems when modal components are left open during shutdown. 11 years ago
..
application Whitespace cleanups. 11 years ago
buttons Made button toggle callbacks include the modifier state. 11 years ago
commands Removed a few more uses of String::empty. 11 years ago
components Avoided some problems when modal components are left open during shutdown. 11 years ago
drawables Removed a few more uses of String::empty. 11 years ago
filebrowser Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer. 11 years ago
keyboard Documentation fixes. 11 years ago
layout Avoiding animation proxy components grabbing focus. 11 years ago
lookandfeel Cleaned up some line-drawing in BubbleComponent. 11 years ago
menus Refactored LookAndFeel::drawPopupMenuItem() and some PopupMenu methods to allow menus to use Drawables for their icons as well as just Images. 11 years ago
misc Renamed and refactored the LookAndFeel classes. The LookAndFeel class is now an abstract base-class, and there are 3 concrete subclasses you can use. These are LookAndFeel_V1 (replaces OldSchoolLookAndFeel), LookAndFeel_V2 (replaces what was the normal LookAndFeel class) and LookAndFeel_V3 (this is a new style, taken from the Introjucer's L+F). 11 years ago
mouse Documentation update + Xcode 3 compiler fix. 11 years ago
native Avoiding assertions when loading some mouse cursors on OSX10.9. 11 years ago
positioning Introjucer: Added gnu++0x flag for android builds. Support for SVG icons. 11 years ago
properties Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer. 11 years ago
widgets Numeric rounding error fix in Slider. 11 years ago
windows Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer. 11 years ago
juce_gui_basics.cpp Avoided some pedantic GCC warnings. 11 years ago
juce_gui_basics.h Renamed and refactored the LookAndFeel classes. The LookAndFeel class is now an abstract base-class, and there are 3 concrete subclasses you can use. These are LookAndFeel_V1 (replaces OldSchoolLookAndFeel), LookAndFeel_V2 (replaces what was the normal LookAndFeel class) and LookAndFeel_V3 (this is a new style, taken from the Introjucer's L+F). 11 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 11 years ago