ed
|
009d685179
|
Updated all license headers
|
4 years ago |
ed
|
4c56ae4d0d
|
Windows: Check validity of this pointer in WebView2 callbacks and free WebView2Loader.dll in destructor
|
4 years ago |
ed
|
1f63357263
|
Windows: Added WindowsWebView2WebBrowserComponent wrapper to add support for custom WebView2Loader.dll location and user data folder for WebView2
|
4 years ago |
ed
|
87fcf2f353
|
Windows: Added support for Chromium-based WebView2 browser in WebBrowserComponent and removed WinRT webview
|
5 years ago |
reuk
|
e13901d912
|
ClangCl: Silence code which warns when building on Windows with Clang
|
5 years ago |
Tom Poole
|
894e7d2bd2
|
Updated all license headers
|
5 years ago |
Tom Poole
|
2d16374b14
|
Updated all license headers
|
5 years ago |
ed
|
8f3b9036d6
|
Added WinRT web view
|
5 years ago |
reuk
|
327f817b9b
|
Copyrights: Update commercial/gpl headers to be gpl-only
|
5 years ago |
ed
|
5bda9de977
|
Windows: Fixed some build errors and warnings when using Clang in Visual Studio
|
5 years ago |
ed
|
e36736e0ec
|
Fixed some typos
|
5 years ago |
ed
|
989d860428
|
Windows: Fixed a double-deletion when calling WebBrowserComponent::goToURL() with POST data
|
5 years ago |
Tom Poole
|
4229dc0a4f
|
Made a lot of ScopedPointer usage conform to the std::unique_ptr interface
|
7 years ago |
ed
|
e14277c766
|
Fixed a bug in the Windows implementation of WebBrowserComponent
|
7 years ago |
Lukasz Kozakiewicz
|
073921445c
|
Android: add WebBrowserComponent implementation.
|
7 years ago |
tpoole
|
8d0f85a83c
|
MinGW: Fixed a WebBrowserComponent bug
|
7 years ago |
tpoole
|
af5e219e01
|
Projucer: Added a Windows target platform option to the Code::Blocks exporter
|
7 years ago |
tpoole
|
2119cc7ff3
|
Fixed a MinGW compiler error when building the WebBrowserComponent
|
7 years ago |
tpoole
|
47698a86b1
|
MinGW: Fixed some 32 bit build errors
|
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
|
c5a0d5d1bc
|
Whitespace
|
8 years ago |
jules
|
161e5be54f
|
Build fixes for win32 web browser component
|
8 years ago |
hogliux
|
b5afccc37c
|
Updated file headers and the README with the JUCE 5 license
|
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 |
jules
|
92f3a1e88f
|
Miscellaneous fixes for some PVS static analyser warnings
|
8 years ago |
hogliux
|
bf582f6c5b
|
Fix errors and warnings on mingw-w64
|
8 years ago |
Timur Doumler
|
dca4d77f9d
|
Fixed compiler warnings on Visual Studio 2015 RTM.
|
9 years ago |
hogliux
|
c7b8e77031
|
Update copyright notice
|
9 years ago |
jules
|
33e9e38345
|
Minor tidying-up.
|
10 years ago |
jules
|
d710fe0309
|
Workaround for mingw.
|
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
|
a99bbc9ba5
|
win32 web browser component - better updating when components are made visible.
|
10 years ago |
jules
|
5ede2da44b
|
Improved some MemoryBlock comments and gave the class a reset() method.
|
11 years ago |
jules
|
d8178b4e15
|
Mingw workaround.
|
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
|
4fc8fbaef1
|
Added some more override decorators.
|
12 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
|
9c2ae04225
|
win32 web browser component fix
|
12 years ago |
jules
|
0ceeb573d8
|
Minor changes to avoid pedantic compiler warnings.
|
12 years ago |
jules
|
df729be74a
|
Cleaned-up class inheritance visibilities and encapsulation for some internal classes.
|
13 years ago |
jules
|
f3be0d0392
|
Added WebBrowserComponent::pageFinishedLoading()
|
13 years ago |
jules
|
52fc8e14bb
|
Added iOS web-browser support. Removed some temporary code that had been left in the Introjucer.
|
13 years ago |
Julian Storer
|
b70e0a28d2
|
First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum..
|
13 years ago |
Julian Storer
|
3871c8d6d1
|
Tweaked OS file drag-and-drop to ignore unwanted file types. Minor structural fixes. Changes to avoid cancellation of ThreadWithAlertWindow and for Linux openGL rendering.
|
14 years ago |
Julian Storer
|
f04309f44a
|
Added fake placeholder versions of the new c++0x 'noexcept' and 'nullptr' keywords, and altered the library classes to use these instead of 'throw()' and '0'. This shouldn't make any difference at all to existing code, but will enable better static checking with future c++0x compilers.
|
14 years ago |