1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-17 00:44:19 +00:00
JUCE/modules/juce_events/messages
2015-04-14 11:30:25 +01:00
..
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. 2015-04-14 11:30:25 +01:00
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. 2015-04-14 11:30:25 +01:00
juce_CallbackMessage.h Removed a few unnecessary includes. 2013-08-23 14:13:59 +01:00
juce_DeletedAtShutdown.cpp Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 2013-06-13 13:17:12 +01:00
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. 2013-09-07 09:43:45 +01:00
juce_Initialisation.h Reworked START_JUCE_APPLICATION to work on Windows if windows.h has been included after the juce headers. 2014-08-03 18:00:14 +01:00
juce_Message.h Updated the format of the header include guard macros. 2013-07-17 16:26:35 +01:00
juce_MessageListener.cpp Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 2013-06-13 13:17:12 +01:00
juce_MessageListener.h Removed a few unnecessary includes. 2013-08-23 14:13:59 +01:00
juce_MessageManager.cpp Another fix for Windows builds with modal comps disabled. 2015-03-05 15:48:27 +00:00
juce_MessageManager.h Added flag JUCE_COMPILER_SUPPORTS_LAMBDAS 2014-10-08 11:26:55 +01:00
juce_MountedVolumeListChangeDetector.h Moved the new MountedVolumeListChangeDetector into the juce_events module to avoid some win32 problems. 2014-10-26 19:36:54 +00:00
juce_NotificationType.h Spelling typos. 2014-02-28 11:25:46 +00:00