.. |
juce_android_Messaging.cpp
|
Android: do quit the app when calling JUCEApplicationBase::quit(), rather than just placing it in the background (same as on iOS).
|
7 years ago |
juce_ios_MessageManager.mm
|
Assorted threading and undefined behaviour fixes
|
7 years ago |
juce_linux_EventLoop.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 |
juce_linux_Messaging.cpp
|
Dragged the singleton macros into the 21st century.. Cleaned up their implementation and gave them new upper-case names to match juce official style. The old names are still defined to avoid breaking old code, but please update before they get deprecated!
|
7 years ago |
juce_mac_MessageManager.mm
|
iOS: Added memory warning callbacks
|
7 years ago |
juce_osx_MessageQueue.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 |
juce_win32_HiddenMessageWindow.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 |
juce_win32_Messaging.cpp
|
Another batch of ScopedPointer cleanups
|
7 years ago |
juce_win32_WinRTWrapper.cpp
|
Dragged the singleton macros into the 21st century.. Cleaned up their implementation and gave them new upper-case names to match juce official style. The old names are still defined to avoid breaking old code, but please update before they get deprecated!
|
7 years ago |
juce_win32_WinRTWrapper.h
|
Fixed a few singletons which had forgotten to call clearSingletonInstance() in their destructors
|
7 years ago |