1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_events/broadcasters
2012-07-07 21:09:10 +01:00
..
juce_ActionBroadcaster.cpp Removed some unused android code. Refactored some messaging code. 2012-03-25 20:09:57 +01:00
juce_ActionBroadcaster.h Removed some unused android code. Refactored some messaging code. 2012-03-25 20:09:57 +01:00
juce_ActionListener.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_AsyncUpdater.cpp Simplified some message-handling code. 2012-03-24 11:38:05 +00:00
juce_AsyncUpdater.h StringArray fix + additional unit tests. AudioFormatManager tweak for iOS. Minor clean-ups. 2011-09-29 14:51:42 +01:00
juce_ChangeBroadcaster.cpp Thread-local value fix for plugins on XP. Android startup tweaks. Minor component changes. 2012-03-27 11:04:27 +01:00
juce_ChangeBroadcaster.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_ChangeListener.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_ListenerList.h 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