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 56bbab1537 (automated whitespace clean-up) 13 years ago
..
juce_AppleRemote.h First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum.. 14 years ago
juce_BubbleMessageComponent.cpp (automated whitespace clean-up) 13 years ago
juce_BubbleMessageComponent.h Complete rewrite of the TextLayout class, to provide better support for native platform layout functions. It now works with the AttributedString class, to provide a pre-formatted AttributedString that can be drawn. 14 years ago
juce_ColourSelector.cpp (automated whitespace clean-up) 13 years ago
juce_ColourSelector.h Changed some return types from being const objects to non-const objects (for better c++11 compliance in future). This may mean that you need to remove the 'const' from your own code if you override the virtual methods that have changed. 14 years ago
juce_KeyMappingEditorComponent.cpp (automated whitespace clean-up) 13 years ago
juce_KeyMappingEditorComponent.h Removed 'const' from some virtual method return types - this might require a few tweaks to user-code. 14 years ago
juce_PreferencesPanel.cpp (automated whitespace clean-up) 13 years ago
juce_PreferencesPanel.h First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum.. 14 years ago
juce_RecentlyOpenedFilesList.cpp (automated whitespace clean-up) 13 years ago
juce_RecentlyOpenedFilesList.h First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum.. 14 years ago
juce_SplashScreen.cpp (automated whitespace clean-up) 13 years ago
juce_SplashScreen.h First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum.. 14 years ago
juce_SystemTrayIconComponent.cpp Stopped using the old BEGIN_JUCE_NAMESPACE macros, and just used hard-coded namespaces where necessary instead. The macro definitions are still there, so this shouldn't affect anyone's code. 13 years ago
juce_SystemTrayIconComponent.h First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum.. 14 years ago
juce_WebBrowserComponent.h Added WebBrowserComponent::pageFinishedLoading() 14 years ago