1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
JUCE/modules/juce_gui_basics/components
2017-03-28 15:44:49 +01:00
..
juce_CachedComponentImage.h Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00
juce_Component.cpp Added some notes and an assertion to Component::grabKeyboardFocus(), to help people avoid a common mistake, which is trying to grab the focus of not-yet-visible components. 2017-03-28 10:44:52 +01:00
juce_Component.h Added viewportIgnoreDragFlag to Component to indicate that mouse drag events should not move the Component's parent Viewport with drag-to-scroll functionality enabled. 2017-03-28 15:44:49 +01:00
juce_ComponentListener.cpp Update copyright notice 2015-07-22 15:59:34 +01:00
juce_ComponentListener.h Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00
juce_Desktop.cpp Multiple fixes for touch and pen input on Windows 2017-03-15 17:16:04 +00:00
juce_Desktop.h Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00
juce_ModalComponentManager.cpp Added a method to create a ModalCallbackFunction from a lambda function 2016-05-10 09:34:40 +01:00
juce_ModalComponentManager.h Adde some missing JUCE_API annotations 2017-03-21 16:07:46 +00:00