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/windows
2018-06-13 17:11:37 +01:00
..
juce_AlertWindow.cpp Ensure that pressing the escape key always dismisses an AlertWindow 2018-04-30 09:15:38 +01:00
juce_AlertWindow.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_CallOutBox.cpp Replaced all usage of ScopedPointer with std::unique_ptr 2018-04-19 20:27:47 +01:00
juce_CallOutBox.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_ComponentPeer.cpp Ensured that any top-level component transforms are not applied twice 2018-05-30 17:29:56 +01:00
juce_ComponentPeer.h Cleaned up the ModifierKeys class and removed the peer-specific implementations of ModifierKeys::getCurrentModifiersRealtime() and ModifierKeys::updateCurrentModifiers() 2018-05-09 10:04:27 +01:00
juce_DialogWindow.cpp Some internal modernisation in windowing classes 2017-09-28 16:57:01 +01:00
juce_DialogWindow.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_DocumentWindow.cpp More ScopedPointer/unique_ptr compatibility work 2018-01-10 17:35:08 +00:00
juce_DocumentWindow.h Removed some legacy friend class declarations that are no longer needed with modern compilers 2018-06-13 17:11:37 +01:00
juce_NativeMessageBox.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_ResizableWindow.cpp More ScopedPointer/unique_ptr compatibility work 2018-01-10 17:35:08 +00:00
juce_ResizableWindow.h Replaced all usage of ScopedPointer with std::unique_ptr 2018-04-19 20:27:47 +01:00
juce_ThreadWithProgressWindow.cpp Another batch of ScopedPointer cleanups 2018-01-10 14:49:57 +00:00
juce_ThreadWithProgressWindow.h Replaced all usage of ScopedPointer with std::unique_ptr 2018-04-19 20:27:47 +01:00
juce_TooltipWindow.cpp Allow multiple TooltipWindows as long as they do not share the same parent component 2018-05-17 12:49:19 +01:00
juce_TooltipWindow.h Allow multiple TooltipWindows as long as they do not share the same parent component 2018-05-17 12:49:19 +01:00
juce_TopLevelWindow.cpp Removed a newline between a jassert and its associated comment 2018-05-09 12:24:01 +01:00
juce_TopLevelWindow.h Replaced all usage of ScopedPointer with std::unique_ptr 2018-04-19 20:27:47 +01:00