Tom Poole
528798d96e
Bump version number to 5.4.4
6 years ago
Tom Poole
79d3e8b3f5
Windows: Removed some VS2013 workarounds
6 years ago
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
jules
0367d5c3a9
Added some PopupMenu::addItem overloads which let you attach a lambda callback to be invoked for a menu item.
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
Tom Poole
16dd26649a
Fixed some GCC compiler warnings and removed deprecated functions
6 years ago
Tom Maisey
f6b649d049
Added some CodeDocument and CodeEditorComponent tests and improvements
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
6722194260
Bump version number to 5.4.3
6 years ago
Tom Poole
e3ebe5aed1
Bump version number to 5.4.2
6 years ago
ed
a234721110
Added various clang-tidy modernize-* fixes
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
6 years ago
ed
4a6e969cba
Linux: Removed an unused variable in the WebBrowserComponent implementation
6 years ago
ed
d94d783862
Android: Add canGoBack WebView method and call reloadLastURL() if it returns false
6 years ago
jules
cadac817c6
Enabled some more warning flags in Xcode, and fixed the problems they caused
6 years ago
ed
b0e2495eac
Android: Updated the code in PushNotifications and InAppPurchases to the recent low-level API changes
6 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
ed
6d39f01793
Bump version number to 5.4.1
7 years ago
Tom Poole
f0a4b67915
Android: Fixed some compiler warnings
7 years ago
ed
0b8fcc7a15
Bump version number to 5.4.0
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
ed
a282492e4d
Added a workaround to ColourSelector to fix an error when using the Projucer's live-build engine
7 years ago
jules
b1e91734db
Workaround for a VS2013 bug
7 years ago
jules
8aa826a959
Fixed a problem with ColourSelector when the edge gap is 0
7 years ago
ed
ed5eeedcb7
Disable the live constant editor on mobile platforms and update the documentation for the setting
7 years ago
jules
a658ad41de
Removed some erroneous noexcepts
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
Tom Poole
6cff481c6a
Fixed some gcc 8 compiler warnings
7 years ago
jules
7ab4d1708b
Some misc cleanups, mainly around WeakReference usage and rectangles
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
jules
87042769b6
Tidied up some more old typedefs
7 years ago
ed
2d79cc78c0
Bump version number to 5.3.2
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