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 09d20dcae8 Added some new methods to SystemTrayIconComponent for highlighting and message bubbles. 12 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 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
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. 12 years ago
juce_KeyMappingEditorComponent.cpp Added some "override" annotations. 12 years ago
juce_KeyMappingEditorComponent.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. 12 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. 12 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. 12 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. 12 years ago
juce_WebBrowserComponent.h A bit more minor cleaning-up. 12 years ago