| .. |
|
java/app/com/roli/juce
|
Added an "app" subfolder to all of the native/java directories and updated modules/juce_core/native/java/README.txt
|
2019-01-30 09:55:50 +00:00 |
|
javaopt/app/com/roli/juce
|
Android: fix PushNotifications that got broken by Android low level code rework.
|
2019-05-08 13:48:50 +02:00 |
|
juce_android_PushNotifications.cpp
|
Fixed some more typos
|
2020-01-07 08:53:23 +00:00 |
|
juce_android_WebBrowserComponent.cpp
|
Fixed some Android compiler warnings
|
2019-06-06 16:50:12 +01:00 |
|
juce_AndroidViewComponent.cpp
|
Fixed some Android compiler warnings
|
2019-06-06 16:50:12 +01:00 |
|
juce_ios_PushNotifications.cpp
|
Fixed some more typos
|
2020-01-07 08:53:23 +00:00 |
|
juce_ios_UIViewComponent.mm
|
Fixed some Android compiler warnings
|
2019-06-06 16:50:12 +01:00 |
|
juce_linux_X11_SystemTrayIcon.cpp
|
MacOS: Better support for SystemTrayIconComponent on Mojave
|
2019-04-25 12:54:54 +01:00 |
|
juce_linux_X11_WebBrowserComponent.cpp
|
Replaced select() calls with poll()
|
2019-10-07 14:41:18 +01:00 |
|
juce_linux_XEmbedComponent.cpp
|
Fixed some warnings flagged up when enabling -Wswitch-enum, -Wswitch-default, -Wredundant-decls, and -Wimplicit-fallthrough
|
2020-03-09 17:39:28 +00:00 |
|
juce_mac_AppleRemote.mm
|
Fixed some stray zeros that were still being passed as null pointers
|
2018-10-05 12:15:04 +01:00 |
|
juce_mac_CarbonViewWrapperComponent.h
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |
|
juce_mac_NSViewComponent.mm
|
Enabled some more warning flags in Xcode, and fixed the problems they caused
|
2019-01-11 09:52:10 +00:00 |
|
juce_mac_PushNotifications.cpp
|
Fixed some warnings in the macOS and iOS push notifications code
|
2019-11-25 17:27:14 +00:00 |
|
juce_mac_SystemTrayIcon.cpp
|
macOS: Fixed some issues targeting older operating systems
|
2019-11-05 12:34:12 +00:00 |
|
juce_mac_WebBrowserComponent.mm
|
macOS: Fixed some deprecation warnings and silenced some others for the time being
|
2019-06-24 15:05:17 +01:00 |
|
juce_win32_ActiveXComponent.cpp
|
Cleaned up some doc comments
|
2018-08-29 10:56:56 +01:00 |
|
juce_win32_SystemTrayIcon.cpp
|
MacOS: Better support for SystemTrayIconComponent on Mojave
|
2019-04-25 12:54:54 +01:00 |
|
juce_win32_WebBrowserComponent.cpp
|
Windows: Fixed some build errors and warnings when using Clang in Visual Studio
|
2020-02-06 14:07:42 +00:00 |