1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-23 01:44:22 +00:00
JUCE/modules/juce_events/messages
2012-11-20 19:33:40 +00:00
..
juce_ApplicationBase.cpp (automated whitespace clean-up) 2012-03-20 16:00:06 +00:00
juce_ApplicationBase.h Added callbacks JUCEApplication::suspended() and resumed() for iOS and Android. 2012-07-10 16:59:35 +01:00
juce_CallbackMessage.h More internal message class refactoring/decoupling. 2012-03-24 18:37:44 +00:00
juce_DeletedAtShutdown.cpp Replaced the badly-named method Array::removeValue() with two new methods: removeFirstMatchingValue() and removeAllInstancesOf(). If you call the old method anywhere, you can just replace any calls with removeFirstMatchingValue(), which does the same job, but whose name makes it clear that not all instances of the value will be removed. 2012-07-07 21:09:10 +01:00
juce_DeletedAtShutdown.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.. 2011-08-12 10:04:52 +01:00
juce_Message.h More internal message class refactoring/decoupling. 2012-03-24 18:37:44 +00:00
juce_MessageListener.cpp Minor stuff. 2012-11-20 19:33:40 +00:00
juce_MessageListener.h More internal message class refactoring/decoupling. 2012-03-24 18:37:44 +00:00
juce_MessageManager.cpp Minor stuff. 2012-11-20 19:33:40 +00:00
juce_MessageManager.h TabbedButtonBar fix. Small clean-ups. 2012-04-02 11:43:06 +01:00
juce_NotificationType.h New enum: NotificationType, to indicate whether to send a change message or not (and whether it should be async). Updates to ListBox, TreeView and Slider methods to use this type instead of bools. 2012-10-18 13:53:02 +01:00