1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-14 00:14:18 +00:00
JUCE/modules/juce_gui_basics/components
2017-11-28 17:46:15 +00:00
..
juce_CachedComponentImage.h Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 2017-09-08 08:59:55 +01:00
juce_Component.cpp Added lambda callback methods to ListenerList. Its old method-invocation callbacks were refactored to use variadic templates instead of the old awful macros they used in the past, but please move your code to use the new lambda functions, as the one stuff will eventually be deprecated! 2017-11-28 16:18:40 +00:00
juce_Component.h Some minor formatting and comment fixes 2017-11-28 17:46:15 +00:00
juce_ComponentListener.cpp Added a componentEnablementChanged method to ComponentListener 2017-11-20 11:23:03 +00:00
juce_ComponentListener.h Added a componentEnablementChanged method to ComponentListener 2017-11-20 11:23:03 +00:00
juce_Desktop.cpp Added lambda callback methods to ListenerList. Its old method-invocation callbacks were refactored to use variadic templates instead of the old awful macros they used in the past, but please move your code to use the new lambda functions, as the one stuff will eventually be deprecated! 2017-11-28 16:18:40 +00:00
juce_Desktop.h Some minor formatting and comment fixes 2017-11-28 17:46:15 +00:00
juce_ModalComponentManager.cpp Bit of tidying up in ModalComponentManager 2017-11-28 15:32:08 +00:00
juce_ModalComponentManager.h Bit of tidying up in ModalComponentManager 2017-11-28 15:32:08 +00:00