.. |
juce_AlertWindow.cpp
|
Changed a stray 0 to a nullptr
|
6 years ago |
juce_AlertWindow.h
|
Add documentation tags
|
7 years ago |
juce_CallOutBox.cpp
|
Moved Displays class out of Desktop and into its own .h/.cpp and deprecated Displays::getDisplayContaining()
|
6 years ago |
juce_CallOutBox.h
|
A minor documentation update
|
6 years ago |
juce_ComponentPeer.cpp
|
Ensured that any top-level component transforms are not applied twice
|
7 years ago |
juce_ComponentPeer.h
|
Add ComponentPeer::ScaleFactorListener
|
6 years ago |
juce_DialogWindow.cpp
|
Some internal modernisation in windowing classes
|
7 years ago |
juce_DialogWindow.h
|
Cleaned up some doc comments
|
6 years ago |
juce_DocumentWindow.cpp
|
Fixed some stray zeros that were still being passed as null pointers
|
6 years ago |
juce_DocumentWindow.h
|
Removed some legacy friend class declarations that are no longer needed with modern compilers
|
7 years ago |
juce_NativeMessageBox.h
|
Add documentation tags
|
7 years ago |
juce_ResizableWindow.cpp
|
Moved Displays class out of Desktop and into its own .h/.cpp and deprecated Displays::getDisplayContaining()
|
6 years ago |
juce_ResizableWindow.h
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
7 years ago |
juce_ThreadWithProgressWindow.cpp
|
Added some macros for asserting when functions are called in an unsafe manner outside the message thread.
|
6 years ago |
juce_ThreadWithProgressWindow.h
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
7 years ago |
juce_TooltipWindow.cpp
|
Moved Displays class out of Desktop and into its own .h/.cpp and deprecated Displays::getDisplayContaining()
|
6 years ago |
juce_TooltipWindow.h
|
Allow multiple TooltipWindows as long as they do not share the same parent component
|
7 years ago |
juce_TopLevelWindow.cpp
|
Removed a newline between a jassert and its associated comment
|
7 years ago |
juce_TopLevelWindow.h
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
7 years ago |