1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-15 00:24:19 +00:00
JUCE/modules/juce_gui_basics/components
2017-12-21 14:39:02 +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 Deleted some old deprecated methods from Component, and tidied a few things up 2017-12-20 15:30:40 +00:00
juce_Component.h Added some documentation to addAndMakeVisible 2017-12-21 14:39:02 +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 Fixed some const violation errors 2017-12-19 12:44:24 +00:00
juce_Desktop.h Some minor formatting and comment fixes 2017-11-28 17:46:15 +00:00
juce_ModalComponentManager.cpp Dragged the singleton macros into the 21st century.. Cleaned up their implementation and gave them new upper-case names to match juce official style. The old names are still defined to avoid breaking old code, but please update before they get deprecated! 2017-12-12 16:24:40 +00:00
juce_ModalComponentManager.h Dragged the singleton macros into the 21st century.. Cleaned up their implementation and gave them new upper-case names to match juce official style. The old names are still defined to avoid breaking old code, but please update before they get deprecated! 2017-12-12 16:24:40 +00:00