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 4af50da9f7 Modified app startup code so that JUCEApplication::shutdown() will still get called even if the app is aborted during the initialise() method. 10 years ago
..
juce_ApplicationBase.cpp Modified app startup code so that JUCEApplication::shutdown() will still get called even if the app is aborted during the initialise() method. 10 years ago
juce_ApplicationBase.h Modified app startup code so that JUCEApplication::shutdown() will still get called even if the app is aborted during the initialise() method. 10 years ago
juce_CallbackMessage.h Removed a few unnecessary includes. 11 years ago
juce_DeletedAtShutdown.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_DeletedAtShutdown.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_Initialisation.h Reworked START_JUCE_APPLICATION to work on Windows if windows.h has been included after the juce headers. 10 years ago
juce_Message.h Updated the format of the header include guard macros. 12 years ago
juce_MessageListener.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_MessageListener.h Removed a few unnecessary includes. 11 years ago
juce_MessageManager.cpp Another fix for Windows builds with modal comps disabled. 10 years ago
juce_MessageManager.h Added flag JUCE_COMPILER_SUPPORTS_LAMBDAS 10 years ago
juce_MountedVolumeListChangeDetector.h Moved the new MountedVolumeListChangeDetector into the juce_events module to avoid some win32 problems. 10 years ago
juce_NotificationType.h Spelling typos. 11 years ago