reuk
|
81fa777ff7
|
ObjC Helpers: Automatically derive appropriate signature for function
|
3 years ago |
reuk
|
17b8708852
|
WebBrowserComponent: Avoid leaking browsers on macOS
|
3 years ago |
ed
|
7d1918b385
|
macOS/iOS: Replace compile-time deployment target checks with runtime checks using the available keyword
|
3 years ago |
ed
|
a435026b24
|
macOS: Use available keyword instead of preprocessor version checks where possible
|
3 years ago |
ed
|
4649bc1b13
|
Windows: Add WebView2Preferences struct to modify aspects of WebView2 behaviour
|
3 years ago |
ed
|
24910cc4b4
|
Fix GCC Wshadow warnings
|
3 years ago |
ed
|
42ea1189ad
|
macOS: Fix for WebBrowserComponent dropping parameters when using a file:// URI
|
3 years ago |
Tom Poole
|
fe4ba9071b
|
Set the default value of JUCE_MODAL_LOOPS_PERMITTED to 0
See BREAKING-CHANGES.txt for more details.
|
3 years ago |
ed
|
27ead031c0
|
macOS/iOS: Removed unused WKWebViewConfiguration object in the WebBrowserComponent native implementation
|
4 years ago |
ed
|
9622fc8e05
|
macOS: Added support for loading local files in WebBrowserComponent
|
4 years ago |
ed
|
0fc0dce1b8
|
macOS: Don't call stop() in WebBrowserComponent::goToURL() when evaluating Javascript
|
4 years ago |
ed
|
088e100c1f
|
Narrowed the scoped of some undeclared Objective-C selector warnings
|
4 years ago |
ed
|
3a908f848a
|
macOS: Fixed an incorrect selector in the WKWebView delegate class
|
4 years ago |
ed
|
dc21f6fdad
|
macOS: Fixed 10.11 compatibility in the WKWebView code
|
4 years ago |
reuk
|
eaf82243a2
|
WebBrowser: Fix deprecation warnings on macOS
|
4 years ago |
ed
|
e0883ace58
|
macOS: Updated the required deployment target for WKWebView
|
4 years ago |
ed
|
36f1197536
|
macOS: Forward key events from WKWebView correctly
Also added support for selectAll: selector forwarding in NSViewComponentPeer
|
4 years ago |
ed
|
333f98d204
|
Squashed some compiler warnings with -Wmissing-prototypes enabled
|
4 years ago |
ed
|
ccfee61773
|
iOS: Removed some unused deployment target checks
|
4 years ago |
ed
|
c8a416f476
|
Obj-C++: Added obc_msgSendSuper_stret overloads for ObjCMsgSendSuper() and refactored the superclass messaging a bit
|
4 years ago |
juce-team
|
f9f5caa5cc
|
macOS 11: Fix function pointer conversions
|
4 years ago |
ed
|
009d685179
|
Updated all license headers
|
4 years ago |
ed
|
1f63357263
|
Windows: Added WindowsWebView2WebBrowserComponent wrapper to add support for custom WebView2Loader.dll location and user data folder for WebView2
|
5 years ago |
Tom Poole
|
894e7d2bd2
|
Updated all license headers
|
5 years ago |
Tom Poole
|
2d16374b14
|
Updated all license headers
|
5 years ago |
ed
|
3c8dc1effe
|
Added WKWebView implementation where available on macOS and iOS
|
5 years ago |
reuk
|
5f348c3040
|
Warnings: Add warning-wrangling header
|
5 years ago |
reuk
|
327f817b9b
|
Copyrights: Update commercial/gpl headers to be gpl-only
|
5 years ago |
ed
|
bdeaeaf368
|
macOS: Fixed some deprecation warnings and silenced some others for the time being
|
6 years ago |
Tom Poole
|
3c0ccda6a5
|
macOS: Cleaned up old 10.6 support ifdefs
|
6 years ago |
jules
|
cadac817c6
|
Enabled some more warning flags in Xcode, and fixed the problems they caused
|
6 years ago |
jules
|
6fda0bffca
|
Fixed some stray zeros that were still being passed as null pointers
|
6 years ago |
jules
|
48a5fbd333
|
Another batch of ScopedPointer cleanups
|
7 years ago |
jules
|
51f6c5d01c
|
Tidied up a few bits of messy String concatenation
|
7 years ago |
Lukasz Kozakiewicz
|
073921445c
|
Android: add WebBrowserComponent implementation.
|
7 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
|
7 years ago |
jules
|
405152fc24
|
Fixed a deprecation warning in OSX 10.12
|
7 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 |
jules
|
1234775fc7
|
Minor tidying-up in some OSX UI code
|
8 years ago |
hogliux
|
bb32034ad8
|
Added pageLoadHadNetworkError callback to WebBrowserComponent
|
8 years ago |
hogliux
|
6292ccf5c3
|
Added a clearCookies method to WebBrowserComponent to clear any stored cookies
|
8 years ago |
jules
|
8ed41ed14b
|
Fixed some whitespace style and cleaned up some code using C++11
|
8 years ago |
hogliux
|
1baaddb115
|
Added code to properly escape non-ascii characters in URLs passed to the WebBrowserComponent on macOS/iOS
|
8 years ago |
hogliux
|
05a3ebc4eb
|
Scale webpages to fit display by default on iOS
|
9 years ago |
jules
|
4583fa3fbf
|
Used the ignoreUnused() function to tidy up some old code
|
9 years ago |