| .. |
|
juce_AlertWindow.cpp
|
Changed a stray 0 to a nullptr
|
2018-08-15 16:03:37 +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
|
Cleaned up some doc comments
|
2018-08-29 10:56:56 +01:00 |
|
juce_DocumentWindow.cpp
|
Fixed some stray zeros that were still being passed as null pointers
|
2018-10-05 12:15:04 +01: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
|
Added some macros for asserting when functions are called in an unsafe manner outside the message thread.
|
2018-10-16 17:39:54 +01: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 |