.. |
juce_android_Messaging.cpp
|
Add camera support for iOS and Android.
|
7 years ago |
juce_ios_MessageManager.mm
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
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
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
7 years ago |
juce_mac_MessageManager.mm
|
Tidied up some more old typedefs
|
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
|
Added some free functions to help make XML parsing less verbose: parseXML()
|
6 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 |