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.
6 years ago
ed
bdeaeaf368
macOS: Fixed some deprecation warnings and silenced some others for the time being
6 years ago
Tom Poole
670f77f80c
Fixed some Android compiler warnings
6 years ago
Tom Poole
a4bd6cbc66
Fixed some more Linux compiler warnings
6 years ago
Tom Poole
8b5bc69582
Fixed some more Linux compiler warnings
6 years ago
Lukasz Kozakiewicz
7c4601473a
Android: fix PushNotifications that got broken by Android low level code rework.
6 years ago
Tom Poole
7c45ad695c
MacOS: Better support for SystemTrayIconComponent on Mojave
6 years ago
Tom Poole
3c0ccda6a5
macOS: Cleaned up old 10.6 support ifdefs
6 years ago
ed
360be3400d
Added an "app" subfolder to all of the native/java directories and updated modules/juce_core/native/java/README.txt
7 years ago
ed
4a6e969cba
Linux: Removed an unused variable in the WebBrowserComponent implementation
7 years ago
ed
d94d783862
Android: Add canGoBack WebView method and call reloadLastURL() if it returns false
7 years ago
jules
cadac817c6
Enabled some more warning flags in Xcode, and fixed the problems they caused
7 years ago
ed
b0e2495eac
Android: Updated the code in PushNotifications and InAppPurchases to the recent low-level API changes
7 years ago
ed
f4c67f6fa7
Whitespace
7 years ago
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.
7 years ago
Tom Poole
f0a4b67915
Android: Fixed some compiler warnings
7 years ago
Lukasz Kozakiewicz
21c2612dea
Android: add putFloat to bundle and rename JavaBundle to AndroidBundle.
7 years ago
ed
acd3c0b8ee
Fixed some Objective-C id -> auto* conversion warnings
7 years ago
jules
cfc85445b5
Minor tidying up
7 years ago
jules
6fda0bffca
Fixed some stray zeros that were still being passed as null pointers
7 years ago
Tom Poole
493591a7ef
Cleaned up some doc comments
7 years ago
Tom Poole
0e1722e387
Multiple spelling fixes
7 years ago
ed
68fe75742f
Add support for DPI aware applications on Windows
7 years ago
ed
b1b538a9b8
Migrate Linux windowing code to use new Displays class and ComponentPeer::ScaleFactorListener
7 years ago
Tom Poole
c5862246b7
Prevented some implicit casts to bool using JUCE_STRICT_REFCOUNTEDPOINTER
7 years ago
Tom Poole
d1235234b4
Linux: Fixed an issue with the X11 web browser not rendering content
7 years ago
jules
974b4a8351
Removed some legacy friend class declarations that are no longer needed with modern compilers
7 years ago
hogliux
6fd9b12be1
Fixed a compiler error in android push notifications
7 years ago
Lukasz Kozakiewicz
315326477d
Add video playback support for Android and iOS. Update VideoComponent API to support building custom UIs.
7 years ago
ed
481221a256
Cleaned up the ModifierKeys class and removed the peer-specific implementations of ModifierKeys::getCurrentModifiersRealtime() and ModifierKeys::updateCurrentModifiers()
7 years ago
jules
38295f332b
Converted some old typedefs to using declarations
7 years ago
Lukasz Kozakiewicz
772185f2b0
Add camera support for iOS and Android.
7 years ago
Lukasz Kozakiewicz
4597aa09c9
Android: by default, embed AndroidViewComponent’s native views as children rather than siblings of an underlying peer.
7 years ago
Tom Poole
ab863a6dc2
Replaced all usage of ScopedPointer with std::unique_ptr
7 years ago
jules
8e280f3454
Removed some erroneous casts from ReferenceCountedObjectPtr that allowed base classes to be implicitly converted to derived classes
7 years ago
Tom Poole
4229dc0a4f
Made a lot of ScopedPointer usage conform to the std::unique_ptr interface
7 years ago
ed
cdbc28c18b
Add documentation tags
8 years ago
Lukasz Kozakiewicz
d145fc3cb2
PushNotifications: when fetching the list of delivered notifications on Android, include remote notifications too.
8 years ago
Lukasz Kozakiewicz
2b2d808310
PushNotifications: handle properly null fields in Bundle when decoding notification data.
8 years ago
ed
9027d1e5a1
Implemented setIcon() in NSViewComponentPeer
8 years ago
jules
48a5fbd333
Another batch of ScopedPointer cleanups
8 years ago
jules
4fcedf7be5
Standardised some lambda syntax
8 years ago
Lukasz Kozakiewicz
072a56cf16
Add a bunch of autos.
8 years ago
Lukasz Kozakiewicz
36da4cde05
Add native content sharing support for iOS and Android
8 years ago
jules
51f6c5d01c
Tidied up a few bits of messy String concatenation
8 years ago
jules
6a49d6efdc
Minor tidying up
8 years ago
jules
f85d706131
Some minor formatting and comment fixes
8 years ago
jules
a586966c65
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
Lukasz Kozakiewicz
b8b304e4cd
PushNotifications: add OSX implementation.
8 years ago
Lukasz Kozakiewicz
87831624cb
Android: disable hardware acceleration on ComponentPeerView level rather than application level to allow embedded views to use hardware acceleration if needed.
This circumvents the issue in web view scrolling that happens only when using software rendering (a potential bug in chromium).
8 years ago