The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jules 8e280f3454 Removed some erroneous casts from ReferenceCountedObjectPtr that allowed base classes to be implicitly converted to derived classes 7 years ago
..
juce_AndroidViewComponent.cpp Another batch of ScopedPointer cleanups 8 years ago
juce_android_PushNotifications.cpp PushNotifications: when fetching the list of delivered notifications on Android, include remote notifications too. 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 Another batch of ScopedPointer cleanups 8 years ago
juce_linux_X11_SystemTrayIcon.cpp Another batch of ScopedPointer cleanups 8 years ago
juce_linux_X11_WebBrowserComponent.cpp Made a lot of ScopedPointer usage conform to the std::unique_ptr interface 7 years ago
juce_linux_XEmbedComponent.cpp Standardised some lambda syntax 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 Add documentation tags 8 years ago
juce_mac_NSViewComponent.mm Removed some erroneous casts from ReferenceCountedObjectPtr that allowed base classes to be implicitly converted to derived classes 7 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 Implemented setIcon() in NSViewComponentPeer 8 years ago
juce_mac_WebBrowserComponent.mm Another batch of ScopedPointer cleanups 8 years ago
juce_win32_ActiveXComponent.cpp Made a lot of ScopedPointer usage conform to the std::unique_ptr interface 7 years ago
juce_win32_SystemTrayIcon.cpp Made a lot of ScopedPointer usage conform to the std::unique_ptr interface 7 years ago
juce_win32_WebBrowserComponent.cpp Made a lot of ScopedPointer usage conform to the std::unique_ptr interface 7 years ago