ed
bb28b3413d
Updated some copyright headers
2020-04-16 17:28:34 +01:00
ed
de712ca02e
Linux: Added support for building and hosting VST3 plug-ins
2020-04-16 12:18:49 +01:00
ed
74ca3b44c4
Linux: Removed X11-specific code from LinuxComponentPeer
2020-04-16 12:18:49 +01:00
ed
fe61354c21
Linux: Added X11Symbols and WebKitSymbols singletons to dynamically load X11 and WebKit library functions at runtime
2020-04-16 12:18:48 +01:00
ed
a0fd7793b7
Windows: Added HWNDComponent to juce_gui_extra
2020-04-16 12:18:48 +01:00
ed
3c8dc1effe
Added WKWebView implementation where available on macOS and iOS
2020-04-16 12:18:47 +01:00
ed
8f3b9036d6
Added WinRT web view
2020-04-16 12:18:47 +01:00
reuk
5f348c3040
Warnings: Add warning-wrangling header
2020-04-13 13:16:05 +01:00
reuk
327f817b9b
Copyrights: Update commercial/gpl headers to be gpl-only
2020-04-09 15:22:56 +01:00
Tom Poole
5e9826ecf8
Added some missing license headers
2020-03-16 14:11:06 +00:00
ed
59a058fdc6
Fixed some warnings flagged up when enabling -Wswitch-enum, -Wswitch-default, -Wredundant-decls, and -Wimplicit-fallthrough
2020-03-09 17:39:28 +00:00
ed
5bda9de977
Windows: Fixed some build errors and warnings when using Clang in Visual Studio
2020-02-06 14:07:42 +00:00
ed
a54da0b832
Fixed some more typos
2020-01-07 08:53:23 +00:00
ed
e36736e0ec
Fixed some typos
2020-01-06 14:04:16 +00:00
ed
23f211ab35
Fixed some warnings in the macOS and iOS push notifications code
2019-11-25 17:27:14 +00:00
ed
3f111dbf83
Fixed push notifications device token parsing on iOS and macOS
2019-11-21 11:50:30 +00:00
ed
36187fb170
Android: Fixed a crash in PushNotifications
2019-11-05 15:54:17 +00:00
ed
b6eec9611d
Android: Fixed a typo in the PushNotifications code
2019-11-05 14:30:27 +00:00
Tom Poole
76cafd10d0
macOS: Fixed some issues targeting older operating systems
2019-11-05 12:34:12 +00:00
ed
989d860428
Windows: Fixed a double-deletion when calling WebBrowserComponent::goToURL() with POST data
2019-10-21 15:28:02 +01:00
ed
b857f965ce
Replaced select() calls with poll()
2019-10-07 14:41:18 +01:00
ed
4edb0d2c90
Tidied up some divider comments
2019-09-06 12:00:26 +01:00
ed
f9dad9d608
Linux: Improved XEmbed support
...
This commit makes some minor improvements to the XEmbedComponent class and adds support for embedding JUCE windows in other hosts using the XEmbed protocol. It also includes some minor fixes for X11 peers when they have a parent window.
2019-06-28 12:07:24 +01:00
ed
bdeaeaf368
macOS: Fixed some deprecation warnings and silenced some others for the time being
2019-06-24 15:05:17 +01:00
Tom Poole
670f77f80c
Fixed some Android compiler warnings
2019-06-06 16:50:12 +01:00
Tom Poole
a4bd6cbc66
Fixed some more Linux compiler warnings
2019-06-06 10:25:19 +01:00
Tom Poole
8b5bc69582
Fixed some more Linux compiler warnings
2019-06-05 10:43:46 +01:00
Lukasz Kozakiewicz
7c4601473a
Android: fix PushNotifications that got broken by Android low level code rework.
2019-05-08 13:48:50 +02:00
Tom Poole
7c45ad695c
MacOS: Better support for SystemTrayIconComponent on Mojave
2019-04-25 12:54:54 +01:00
Tom Poole
3c0ccda6a5
macOS: Cleaned up old 10.6 support ifdefs
2019-04-05 10:05:21 +01:00
ed
360be3400d
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
ed
4a6e969cba
Linux: Removed an unused variable in the WebBrowserComponent implementation
2019-01-11 12:42:48 +00:00
ed
d94d783862
Android: Add canGoBack WebView method and call reloadLastURL() if it returns false
2019-01-11 12:42:47 +00:00
jules
cadac817c6
Enabled some more warning flags in Xcode, and fixed the problems they caused
2019-01-11 09:52:10 +00:00
ed
b0e2495eac
Android: Updated the code in PushNotifications and InAppPurchases to the recent low-level API changes
2018-12-19 10:46:15 +00:00
ed
f4c67f6fa7
Whitespace
2018-12-03 17:02:26 +00:00
hogliux
008b7a9ab2
Re-structured the low-level Android native code
...
Please see the forum post "Re-structuring of JUCE’s low-level Android code" and the BREAKING-CHANGES.txt for more information.
2018-11-13 12:33:40 +00:00
Tom Poole
f0a4b67915
Android: Fixed some compiler warnings
2018-11-09 14:04:46 +00:00
Lukasz Kozakiewicz
21c2612dea
Android: add putFloat to bundle and rename JavaBundle to AndroidBundle.
2018-11-05 11:30:09 +01:00
ed
acd3c0b8ee
Fixed some Objective-C id -> auto* conversion warnings
2018-10-24 16:20:45 +01:00
jules
cfc85445b5
Minor tidying up
2018-10-23 12:50:14 +01:00
jules
6fda0bffca
Fixed some stray zeros that were still being passed as null pointers
2018-10-05 12:15:04 +01:00
Tom Poole
493591a7ef
Cleaned up some doc comments
2018-08-29 10:56:56 +01:00
Tom Poole
0e1722e387
Multiple spelling fixes
2018-08-20 18:16:24 +01:00
ed
68fe75742f
Add support for DPI aware applications on Windows
2018-08-10 16:38:17 +01:00
ed
b1b538a9b8
Migrate Linux windowing code to use new Displays class and ComponentPeer::ScaleFactorListener
2018-08-10 16:38:10 +01:00
Tom Poole
c5862246b7
Prevented some implicit casts to bool using JUCE_STRICT_REFCOUNTEDPOINTER
2018-07-17 09:10:43 +01:00
Tom Poole
d1235234b4
Linux: Fixed an issue with the X11 web browser not rendering content
2018-07-16 16:18:57 +01:00
jules
974b4a8351
Removed some legacy friend class declarations that are no longer needed with modern compilers
2018-06-13 17:11:37 +01:00
hogliux
6fd9b12be1
Fixed a compiler error in android push notifications
2018-06-06 11:44:08 +01:00