| .. |
|
juce_AndroidViewComponent.cpp
|
Android: disable hardware acceleration on ComponentPeerView level rather than application level to allow embedded views to use hardware acceleration if needed.
|
8 years ago |
|
juce_android_PushNotifications.cpp
|
Add native content sharing support for iOS and Android
|
8 years ago |
|
juce_android_WebBrowserComponent.cpp
|
Android: add WebBrowserComponent implementation.
|
8 years ago |
|
juce_ios_PushNotifications.cpp
|
Add a bunch of autos.
|
8 years ago |
|
juce_ios_UIViewComponent.mm
|
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
|
8 years ago |
|
juce_linux_X11_SystemTrayIcon.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
|
8 years ago |
|
juce_linux_X11_WebBrowserComponent.cpp
|
Minor tidying up
|
8 years ago |
|
juce_linux_XEmbedComponent.cpp
|
Some minor formatting and comment fixes
|
8 years ago |
|
juce_mac_AppleRemote.mm
|
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
|
8 years ago |
|
juce_mac_CarbonViewWrapperComponent.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
|
8 years ago |
|
juce_mac_NSViewComponent.mm
|
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
|
8 years ago |
|
juce_mac_PushNotifications.cpp
|
Added lambda callback methods to ListenerList. Its old method-invocation callbacks were refactored to use variadic templates instead of the old awful macros they used in the past, but please move your code to use the new lambda functions, as the one stuff will eventually be deprecated!
|
8 years ago |
|
juce_mac_SystemTrayIcon.cpp
|
Misc ScopedPointer changes to start using reset() and get() rather than assignments and casts (part of an ongoing drift towards more std::unique_ptr compatibility)
|
8 years ago |
|
juce_mac_WebBrowserComponent.mm
|
Tidied up a few bits of messy String concatenation
|
8 years ago |
|
juce_win32_ActiveXComponent.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
|
8 years ago |
|
juce_win32_SystemTrayIcon.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
|
8 years ago |
|
juce_win32_WebBrowserComponent.cpp
|
Fixed a bug in the Windows implementation of WebBrowserComponent
|
8 years ago |