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
|
5 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 |
jules
|
5fcf662375
|
Fixes for Introjucer in Xcode 7
|
9 years ago |
hogliux
|
c7b8e77031
|
Update copyright notice
|
10 years ago |
jules
|
d89300b7c9
|
Added support for the pageFinishedLoading on iOS web browser.
|
10 years ago |
jules
|
7f901e452f
|
Focus fix for win32 web browser component. Ability to use javascript in goToURL on OSX.
|
10 years ago |
jules
|
2792bd2761
|
Added new callback method WebBrowserComponent:: newWindowAttemptingToLoad()
|
10 years ago |
jules
|
4a96fc6ed2
|
Made the OSX web browser component compile if JUCE_MODAL_LOOPS_PERMITTED is disabled
|
10 years ago |
jules
|
b3e7f2b772
|
Added support for uploading files in the OSX embedded web browser.
|
11 years ago |
jules
|
5ede2da44b
|
Improved some MemoryBlock comments and gave the class a reset() method.
|
11 years ago |
jules
|
d226fea10e
|
Added a callback WebBrowserComponent::windowCloseRequest()
|
11 years ago |
jules
|
2623f4d1e1
|
Added method String::clear(), and used it to replace a few uses of String::empty.
|
11 years ago |
jules
|
c62da6c983
|
Cleaned up some pedantic warnings in the iOS build.
|
11 years ago |
jules
|
03c2801f3f
|
Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3
|
12 years ago |
jules
|
be73832aa9
|
OSX web browser fix.
|
12 years ago |
jules
|
df729be74a
|
Cleaned-up class inheritance visibilities and encapsulation for some internal classes.
|
13 years ago |
jules
|
07a774adcc
|
Fix for GCC syntax problem.
|
13 years ago |
jules
|
dab9295611
|
Minor refactoring of obj-C internals.
|
13 years ago |
jules
|
ac1d6955e7
|
Rewrote all internal OSX obj-C classes as dynamically-created classes. A side-effect of this is that plugins will no longer suffer from obj-C name-collision problems, and the old JUCE_ObjCExtraSuffix value is no longer needed.
|
13 years ago |