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 ba2dc52b34 Made use of @autoreleasepool for clang builds. 12 years ago
..
code_editor Changed some types from int to size_t where appropriate. Fixed a CoreMidi build problem in 64-bit mode. 12 years ago
documents Minor changes to avoid pedantic compiler warnings. 13 years ago
embedding Minor changes to avoid pedantic compiler warnings. 13 years ago
lookandfeel Removed const-ness from some return types of LookAndFeel font methods. Renamed LookAndFeel::getFontForTextButton() as getTextButtonFont() for consistency. Added LookAndFeel::getLabelFont(). Fixed a problem in Label where the label's font wasn't being correctly applied to the text editor when editing it. 12 years ago
misc Made use of @autoreleasepool for clang builds. 12 years ago
native Fix for a problem with accelerator keys running modal comps while an OSX menu is open. 12 years ago
juce_gui_extra.cpp Rewrote all internal OSX obj-C classes as dynamically-created classes. A side-effect of this is that plugins will no longer suffer from obj-C name-collision problems, and the old JUCE_ObjCExtraSuffix value is no longer needed. 13 years ago
juce_gui_extra.h Refactored audio plugin DllMain. 13 years ago
juce_gui_extra.mm Added new module wrappers. 14 years ago
juce_module_info 2.0.38 12 years ago