| .. |
|
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
|
Moved Displays class out of Desktop and into its own .h/.cpp and deprecated Displays::getDisplayContaining()
|
2018-08-10 16:37:52 +01:00 |
|
juce_CallOutBox.h
|
A minor documentation update
|
2018-08-07 11:00:55 +01: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
|
Add ComponentPeer::ScaleFactorListener
|
2018-08-10 16:38:02 +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
|
Moved Displays class out of Desktop and into its own .h/.cpp and deprecated Displays::getDisplayContaining()
|
2018-08-10 16:37:52 +01: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
|
Moved Displays class out of Desktop and into its own .h/.cpp and deprecated Displays::getDisplayContaining()
|
2018-08-10 16:37:52 +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 |