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 4d79bed3d1 Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer. 11 years ago
..
juce_AppleRemote.h Updated the format of the header include guard macros. 12 years ago
juce_BubbleMessageComponent.cpp Fixed some coverity warnings. 12 years ago
juce_BubbleMessageComponent.h Bit of tidying-up in the Point class, and some spelling fixes in comments. 12 years ago
juce_ColourSelector.cpp Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer. 11 years ago
juce_ColourSelector.h 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. 11 years ago
juce_KeyMappingEditorComponent.cpp Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer. 11 years ago
juce_KeyMappingEditorComponent.h Couple of translation tweaks to KeyMappingEditorComponent. 11 years ago
juce_LiveConstantEditor.cpp Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer. 11 years ago
juce_LiveConstantEditor.h Added XML and Lua tokenisers for the CodeEditorComponent 11 years ago
juce_PreferencesPanel.cpp Deprecated some old bool notification mode parameters, and replaced them with NotificationType values in the ComboBox and Button classes. 12 years ago
juce_PreferencesPanel.h Updated the format of the header include guard macros. 12 years ago
juce_RecentlyOpenedFilesList.cpp 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_RecentlyOpenedFilesList.h Updated the format of the header include guard macros. 12 years ago
juce_SplashScreen.cpp Had a look at the SplashScreen class, and realised it was total crap, so redesigned it to avoid using any modal loop nastiness, and to encourage initialisation on background threads. 11 years ago
juce_SplashScreen.h Moved most of the functionality from JUCEApplication into JUCEApplicationBase, so that it can be used without needing juce_gui_basics to be present. 11 years ago
juce_SystemTrayIconComponent.cpp 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_SystemTrayIconComponent.h Added some new methods to SystemTrayIconComponent for highlighting and message bubbles. 11 years ago
juce_WebBrowserComponent.h Whitespace cleanups. 11 years ago