1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-31 03:00:05 +00:00
JUCE/modules/juce_events/messages
2012-12-04 21:39:15 +00:00
..
juce_ApplicationBase.cpp (automated whitespace clean-up) 2012-03-20 16:00:06 +00:00
juce_ApplicationBase.h Minor changes to avoid pedantic compiler warnings. 2012-12-04 21:39:15 +00:00
juce_CallbackMessage.h Minor changes to avoid pedantic compiler warnings. 2012-12-04 21:39:15 +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 Minor changes to avoid pedantic compiler warnings. 2012-12-04 21:39:15 +00:00
juce_Message.h Minor changes to avoid pedantic compiler warnings. 2012-12-04 21:39:15 +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 changes to avoid pedantic compiler warnings. 2012-12-04 21:39:15 +00:00
juce_MessageManager.h Minor changes to avoid pedantic compiler warnings. 2012-12-04 21:39:15 +00: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