57 Commits (9199fa3c5179a7d8c3a443e4068bfb1a901b62b8)

Author SHA1 Message Date
  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 a5c3b81f82 Use C++14 lambda capture initialisers for initialising deletion checkers 3 years ago
  reuk 7ac6911ccc
Windows: Fix clang/gnu compiler warnings 4 years ago
  reuk 31a7c62baf
Windows: Fix and suppress some analysis warnings 4 years ago
  reuk 900282ccf3
MinGW: Fix warnings and errors emitted when building VST3 plugins 4 years ago
  ed 0fc1ede50f Used MemoryBlock::isEmpty() in a few places 4 years ago
  ed 46f5b126d5 Tidied up some template statement whitespace 4 years ago
  ed 6cc67f5ac5 Windows: Fixed some build errors in the WebView2 code introduced in 48fcea0c 4 years ago
  ed 48fcea0c44 Windows: Removed WinRTWrapper dependency from WebView2 implementation 4 years ago
  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