1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-07 04:10:08 +00:00
JUCE/src/events
2010-11-17 14:01:14 +00:00
..
juce_ActionBroadcaster.cpp Copyright notice update. 2010-04-23 09:37:13 +01:00
juce_ActionBroadcaster.h Copyright notice update. 2010-04-23 09:37:13 +01:00
juce_ActionListener.h Copyright notice update. 2010-04-23 09:37:13 +01:00
juce_ActionListenerList.cpp Minor code clean-ups 2010-08-27 22:16:14 +01:00
juce_ActionListenerList.h Minor code clean-ups 2010-08-27 22:16:14 +01:00
juce_AsyncUpdater.cpp Minor code clean-ups 2010-08-27 22:16:14 +01:00
juce_AsyncUpdater.h Minor code clean-ups 2010-08-27 22:16:14 +01:00
juce_CallbackMessage.h The Component class no longer derives from MessageListener - this was adding a lot of overhead to each component construction/destruction, and was rarely providing any benefit. You can add it as a base class yourself if you need it. Component::isValidComponent() has now been removed - it was never 100% reliable and its job can be done better using Component::SafePointer to watch for deletions. Also minor fixes to AudioDeviceManager and Midi sysex parsing. 2010-11-01 17:51:09 +00:00
juce_ChangeBroadcaster.cpp Minor code clean-ups 2010-08-27 22:16:14 +01:00
juce_ChangeBroadcaster.h Minor code clean-ups 2010-08-27 22:16:14 +01:00
juce_ChangeListener.h Copyright notice update. 2010-04-23 09:37:13 +01:00
juce_ChangeListenerList.cpp Minor code clean-ups 2010-08-27 22:16:14 +01:00
juce_ChangeListenerList.h Minor code clean-ups 2010-08-27 22:16:14 +01:00
juce_InterprocessConnection.cpp Copyright notice update. 2010-04-23 09:37:13 +01:00
juce_InterprocessConnection.h Copyright notice update. 2010-04-23 09:37:13 +01:00
juce_InterprocessConnectionServer.cpp Copyright notice update. 2010-04-23 09:37:13 +01:00
juce_InterprocessConnectionServer.h Copyright notice update. 2010-04-23 09:37:13 +01:00
juce_ListenerList.h Workarounds for VC6. 2010-11-17 14:01:14 +00:00
juce_Message.cpp The Component class no longer derives from MessageListener - this was adding a lot of overhead to each component construction/destruction, and was rarely providing any benefit. You can add it as a base class yourself if you need it. Component::isValidComponent() has now been removed - it was never 100% reliable and its job can be done better using Component::SafePointer to watch for deletions. Also minor fixes to AudioDeviceManager and Midi sysex parsing. 2010-11-01 17:51:09 +00:00
juce_Message.h The Component class no longer derives from MessageListener - this was adding a lot of overhead to each component construction/destruction, and was rarely providing any benefit. You can add it as a base class yourself if you need it. Component::isValidComponent() has now been removed - it was never 100% reliable and its job can be done better using Component::SafePointer to watch for deletions. Also minor fixes to AudioDeviceManager and Midi sysex parsing. 2010-11-01 17:51:09 +00:00
juce_MessageListener.cpp Copyright notice update. 2010-04-23 09:37:13 +01:00
juce_MessageListener.h Copyright notice update. 2010-04-23 09:37:13 +01:00
juce_MessageManager.cpp Added a leak detector for Components. 2010-11-01 21:10:54 +00:00
juce_MessageManager.h Minor code clean-ups 2010-08-27 22:16:14 +01:00
juce_MultiTimer.cpp Copyright notice update. 2010-04-23 09:37:13 +01:00
juce_MultiTimer.h Copyright notice update. 2010-04-23 09:37:13 +01:00
juce_Timer.cpp Tidied up some filenames, cleaned up some code. Removed VoidArray class (just use Array<void*> instead) 2010-05-14 15:18:44 +01:00
juce_Timer.h Copyright notice update. 2010-04-23 09:37:13 +01:00