Lukasz Kozakiewicz
|
d145fc3cb2
|
PushNotifications: when fetching the list of delivered notifications on Android, include remote notifications too.
|
7 years ago |
Lukasz Kozakiewicz
|
2b2d808310
|
PushNotifications: handle properly null fields in Bundle when decoding notification data.
|
7 years ago |
ed
|
9027d1e5a1
|
Implemented setIcon() in NSViewComponentPeer
|
7 years ago |
jules
|
48a5fbd333
|
Another batch of ScopedPointer cleanups
|
7 years ago |
jules
|
4fcedf7be5
|
Standardised some lambda syntax
|
7 years ago |
Lukasz Kozakiewicz
|
072a56cf16
|
Add a bunch of autos.
|
7 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 |
ed
|
e14277c766
|
Fixed a bug in the Windows implementation of WebBrowserComponent
|
8 years ago |
Lukasz Kozakiewicz
|
5d30fcd9b5
|
Android: move a bunch of generic Android and Java classes to JNI helpers, add Android/Java prefixes to disambiguate.
|
8 years ago |
Lukasz Kozakiewicz
|
073921445c
|
Android: add WebBrowserComponent implementation.
|
8 years ago |
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)
|
8 years ago |
tpoole
|
8d0f85a83c
|
MinGW: Fixed a WebBrowserComponent bug
|
8 years ago |
tpoole
|
af5e219e01
|
Projucer: Added a Windows target platform option to the Code::Blocks exporter
|
8 years ago |
tpoole
|
2119cc7ff3
|
Fixed a MinGW compiler error when building the WebBrowserComponent
|
8 years ago |
Lukasz Kozakiewicz
|
b2d2bda7a1
|
Add Push Notifications feature for iOS and Android.
|
8 years ago |
tpoole
|
47698a86b1
|
MinGW: Fixed some 32 bit build errors
|
8 years ago |
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
|
8 years ago |
jules
|
405152fc24
|
Fixed a deprecation warning in OSX 10.12
|
8 years ago |
jules
|
f866b4ff5e
|
Fixed a problem where popup menus triggered from the taskbar could get stuck, and tidied up some internal PopupMenu code
|
8 years ago |
jules
|
c5a0d5d1bc
|
Whitespace
|
8 years ago |
jules
|
161e5be54f
|
Build fixes for win32 web browser component
|
8 years ago |
jules
|
5bdd485a31
|
DRYed some win32 COM helper macros. Stripped out some junk from juce_win32_Windowing
|
8 years ago |
hogliux
|
80aea89ae7
|
Linux: Some minor code clean-up in linux XEmbed code
|
8 years ago |
hogliux
|
d4885014dc
|
Fixed a typo in linux X embed code
|
8 years ago |
jules
|
b6e7ba75df
|
More X window class cleanups
|
8 years ago |
jules
|
de855f0b35
|
Cleanups to some X windowing classes
|
8 years ago |
hogliux
|
dbf89fce76
|
Fixed an issue where the Projucer's login window would remain blank on Ubuntu linux (Fixes #201)
|
8 years ago |
hogliux
|
d6d699214a
|
Fixed an issue where the Projucer's login window would remain blank on Ubuntu linux (Fixes #201)
|
8 years ago |
hogliux
|
a1794b1143
|
Fixed a linker issue on some versions of linux where a newer webkit symbol might not be available
|
8 years ago |
hogliux
|
b14d0cb33a
|
Fixed broken copy&paste in WebBrowserComponent on macOS
|
8 years ago |
hogliux
|
8cec15fd2a
|
Fixed an issue where WebBrowserComponent on macOS would report a load error if the load was canceled by a goToURL request
|
8 years ago |
hogliux
|
a05abbf6d0
|
Fixed an issue where the character encoding of WebBrowserComponent error messages on macOS was incorrectly displayed
|
8 years ago |
tpoole
|
c94550e4cd
|
Made WebBrowserComponent compilable on older versions of OS X
|
8 years ago |
hogliux
|
6475111aa5
|
Fixed an incorrect UTF8 string character conversion in WebBrowserComponent
|
8 years ago |
hogliux
|
b5afccc37c
|
Updated file headers and the README with the JUCE 5 license
|
8 years ago |
hogliux
|
1169800b8a
|
Fixed an issue where active x component would not receive all key events
|
8 years ago |
hogliux
|
7a7619d64e
|
Fixed resizing issues and memory leaks in linux web browser component
|
8 years ago |
jules
|
1234775fc7
|
Minor tidying-up in some OSX UI code
|
8 years ago |
hogliux
|
bb32034ad8
|
Added pageLoadHadNetworkError callback to WebBrowserComponent
|
8 years ago |
hogliux
|
ee3457abb1
|
Fixed an issue where WebBrowserComponent::clearCookies would not exit in certain conditions
|
8 years ago |
tpoole
|
84beded220
|
Fixed compiler warning in Win32 WebBrowserComponent
|
8 years ago |
hogliux
|
6292ccf5c3
|
Added a clearCookies method to WebBrowserComponent to clear any stored cookies
|
8 years ago |
hogliux
|
c02c4a14ee
|
Updated linux web view to use more modern webkit2 API
|
8 years ago |
hogliux
|
ec21d0464d
|
Fixed a bug in the linux XEmbedComponent and added support for host initiated embedding
|
8 years ago |