.. |
juce_ApplicationBase.cpp
|
Fixed some stray zeros that were still being passed as null pointers
|
6 years ago |
juce_ApplicationBase.h
|
Fixed broken back button behaviour on Android and updated JUCEApplicationBase::backButtonPressed() to return a bool indicating whether the back event has been handled or not to override this behaviour
|
5 years ago |
juce_CallbackMessage.h
|
Added various clang-tidy modernize-* fixes
|
6 years ago |
juce_DeletedAtShutdown.cpp
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
7 years ago |
juce_DeletedAtShutdown.h
|
Add documentation tags
|
7 years ago |
juce_Initialisation.h
|
Re-structured the low-level Android native code
|
6 years ago |
juce_Message.h
|
Enabled some more warning flags in Xcode, and fixed the problems they caused
|
6 years ago |
juce_MessageListener.cpp
|
Fixed some more typos
|
5 years ago |
juce_MessageListener.h
|
Add documentation tags
|
7 years ago |
juce_MessageManager.cpp
|
Fixed some warnings flagged up when enabling -Wswitch-enum, -Wswitch-default, -Wredundant-decls, and -Wimplicit-fallthrough
|
5 years ago |
juce_MessageManager.h
|
Fixed some more typos
|
5 years ago |
juce_MountedVolumeListChangeDetector.h
|
Removed some legacy friend class declarations that are no longer needed with modern compilers
|
7 years ago |
juce_NotificationType.h
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
7 years ago |