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 |
|
Lukasz Kozakiewicz
|
315326477d
|
Add video playback support for Android and iOS. Update VideoComponent API to support building custom UIs.
|
2018-05-14 18:15:06 +01:00 |
|
ed
|
481221a256
|
Cleaned up the ModifierKeys class and removed the peer-specific implementations of ModifierKeys::getCurrentModifiersRealtime() and ModifierKeys::updateCurrentModifiers()
|
2018-05-09 10:04:27 +01:00 |
|
jules
|
38295f332b
|
Converted some old typedefs to using declarations
|
2018-05-03 09:59:05 +01:00 |
|
Lukasz Kozakiewicz
|
772185f2b0
|
Add camera support for iOS and Android.
|
2018-04-25 18:54:04 +02:00 |
|
Lukasz Kozakiewicz
|
4597aa09c9
|
Android: by default, embed AndroidViewComponent’s native views as children rather than siblings of an underlying peer.
|
2018-04-23 19:45:40 +02:00 |
|
Tom Poole
|
ab863a6dc2
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
2018-04-19 20:27:47 +01:00 |
|
jules
|
8e280f3454
|
Removed some erroneous casts from ReferenceCountedObjectPtr that allowed base classes to be implicitly converted to derived classes
|
2018-04-18 15:17:04 +01:00 |
|
Tom Poole
|
4229dc0a4f
|
Made a lot of ScopedPointer usage conform to the std::unique_ptr interface
|
2018-04-10 18:34:20 +01:00 |
|
ed
|
cdbc28c18b
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |
|
Lukasz Kozakiewicz
|
d145fc3cb2
|
PushNotifications: when fetching the list of delivered notifications on Android, include remote notifications too.
|
2018-02-21 17:37:37 +01:00 |
|
Lukasz Kozakiewicz
|
2b2d808310
|
PushNotifications: handle properly null fields in Bundle when decoding notification data.
|
2018-02-21 17:37:37 +01:00 |
|
ed
|
9027d1e5a1
|
Implemented setIcon() in NSViewComponentPeer
|
2018-02-12 12:47:57 +00:00 |
|
jules
|
48a5fbd333
|
Another batch of ScopedPointer cleanups
|
2018-01-10 14:49:57 +00:00 |
|
jules
|
4fcedf7be5
|
Standardised some lambda syntax
|
2018-01-08 10:28:41 +00:00 |
|
Lukasz Kozakiewicz
|
072a56cf16
|
Add a bunch of autos.
|
2017-12-19 09:08:34 +01:00 |
|
Lukasz Kozakiewicz
|
36da4cde05
|
Add native content sharing support for iOS and Android
|
2017-12-11 16:08:01 +00:00 |
|
jules
|
51f6c5d01c
|
Tidied up a few bits of messy String concatenation
|
2017-12-05 12:03:30 +00:00 |
|
jules
|
6a49d6efdc
|
Minor tidying up
|
2017-11-29 17:33:00 +00:00 |
|
jules
|
f85d706131
|
Some minor formatting and comment fixes
|
2017-11-28 17:46:15 +00:00 |
|
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!
|
2017-11-28 16:18:40 +00:00 |
|
Lukasz Kozakiewicz
|
b8b304e4cd
|
PushNotifications: add OSX implementation.
|
2017-11-22 12:59:53 +01:00 |
|
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).
|
2017-11-22 12:43:24 +01:00 |
|
ed
|
e14277c766
|
Fixed a bug in the Windows implementation of WebBrowserComponent
|
2017-11-16 15:23:54 +00:00 |
|
Lukasz Kozakiewicz
|
5d30fcd9b5
|
Android: move a bunch of generic Android and Java classes to JNI helpers, add Android/Java prefixes to disambiguate.
|
2017-11-08 18:29:12 +01:00 |
|
Lukasz Kozakiewicz
|
073921445c
|
Android: add WebBrowserComponent implementation.
|
2017-11-07 19:36:10 +01:00 |
|
jules
|
2dc9316420
|
Misc ScopedPointer changes to start using reset() and get() rather than assignments and casts (part of an ongoing drift towards more std::unique_ptr compatibility)
|
2017-11-01 17:41:06 +00:00 |
|
tpoole
|
8d0f85a83c
|
MinGW: Fixed a WebBrowserComponent bug
|
2017-10-31 12:36:42 +00:00 |
|
tpoole
|
af5e219e01
|
Projucer: Added a Windows target platform option to the Code::Blocks exporter
|
2017-10-31 11:33:42 +00:00 |
|
tpoole
|
2119cc7ff3
|
Fixed a MinGW compiler error when building the WebBrowserComponent
|
2017-10-30 18:06:38 +00:00 |
|
Lukasz Kozakiewicz
|
b2d2bda7a1
|
Add Push Notifications feature for iOS and Android.
|
2017-10-23 09:31:06 +02:00 |
|
tpoole
|
47698a86b1
|
MinGW: Fixed some 32 bit build errors
|
2017-09-20 12:53:27 +01:00 |
|
jules
|
eda613c6db
|
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
|
2017-09-08 08:59:55 +01:00 |
|
jules
|
405152fc24
|
Fixed a deprecation warning in OSX 10.12
|
2017-08-03 17:49:44 +01:00 |
|
jules
|
f866b4ff5e
|
Fixed a problem where popup menus triggered from the taskbar could get stuck, and tidied up some internal PopupMenu code
|
2017-06-19 16:27:47 +01:00 |
|
jules
|
c5a0d5d1bc
|
Whitespace
|
2017-05-30 20:16:25 +01:00 |
|
jules
|
161e5be54f
|
Build fixes for win32 web browser component
|
2017-05-30 17:15:39 +01:00 |
|
jules
|
5bdd485a31
|
DRYed some win32 COM helper macros. Stripped out some junk from juce_win32_Windowing
|
2017-05-30 16:43:07 +01:00 |
|
hogliux
|
80aea89ae7
|
Linux: Some minor code clean-up in linux XEmbed code
|
2017-05-23 10:41:56 +01:00 |
|
hogliux
|
d4885014dc
|
Fixed a typo in linux X embed code
|
2017-05-23 09:47:31 +01:00 |
|
jules
|
b6e7ba75df
|
More X window class cleanups
|
2017-05-22 16:26:57 +01:00 |
|
jules
|
de855f0b35
|
Cleanups to some X windowing classes
|
2017-05-22 15:52:26 +01:00 |
|
hogliux
|
d6d699214a
|
Fixed an issue where the Projucer's login window would remain blank on Ubuntu linux (Fixes #201)
|
2017-05-05 11:19:26 +01:00 |
|
hogliux
|
a1794b1143
|
Fixed a linker issue on some versions of linux where a newer webkit symbol might not be available
|
2017-05-04 11:29:05 +01:00 |
|
hogliux
|
b14d0cb33a
|
Fixed broken copy&paste in WebBrowserComponent on macOS
|
2017-05-03 10:43:40 +01:00 |
|