| .. |
|
juce_AndroidViewComponent.cpp
|
Multiple spelling fixes
|
7 years ago |
|
juce_android_PushNotifications.cpp
|
Cleaned up some doc comments
|
7 years ago |
|
juce_android_WebBrowserComponent.cpp
|
Android: by default, embed AndroidViewComponent’s native views as children rather than siblings of an underlying peer.
|
7 years ago |
|
juce_ios_PushNotifications.cpp
|
Prevented some implicit casts to bool using JUCE_STRICT_REFCOUNTEDPOINTER
|
7 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
|
Linux: Fixed an issue with the X11 web browser not rendering content
|
7 years ago |
|
juce_linux_XEmbedComponent.cpp
|
Migrate Linux windowing code to use new Displays class and ComponentPeer::ScaleFactorListener
|
7 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
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
7 years ago |
|
juce_mac_SystemTrayIcon.cpp
|
Cleaned up the ModifierKeys class and removed the peer-specific implementations of ModifierKeys::getCurrentModifiersRealtime() and ModifierKeys::updateCurrentModifiers()
|
7 years ago |
|
juce_mac_WebBrowserComponent.mm
|
Another batch of ScopedPointer cleanups
|
8 years ago |
|
juce_win32_ActiveXComponent.cpp
|
Cleaned up some doc comments
|
7 years ago |
|
juce_win32_SystemTrayIcon.cpp
|
Cleaned up the ModifierKeys class and removed the peer-specific implementations of ModifierKeys::getCurrentModifiersRealtime() and ModifierKeys::updateCurrentModifiers()
|
7 years ago |
|
juce_win32_WebBrowserComponent.cpp
|
Made a lot of ScopedPointer usage conform to the std::unique_ptr interface
|
7 years ago |