- Jul 12, 2022
-
-
klorpa authored
-
- Nov 24, 2021
-
-
ezsh authored
CEF requires C++11 and thus removed the OVERRIDE macro, requires using nullptr instead of NULL. Version 95 removed some settings: https://bitbucket.org/chromiumembedded/cef/issues/2820/remove-cefbrowsersettings
-
- Nov 22, 2021
-
-
ezsh authored
CEF requires C++11 and thus removed the OVERRIDE macro, requires using nullptr instead of NULL. Version 95 removed some settings: https://bitbucket.org/chromiumembedded/cef/issues/2820/remove-cefbrowsersettings
-
- Mar 20, 2021
-
-
ezsh authored
Consolidate the general, platform-agnostic part of the main()/WinMain() in static FCHost::main() function to avoid code duplication.
-
ezsh authored
Linux handlers and main() were copied from the cefsimple test app, persistent storage implementation rewritten using cstdio and std::filesystem to make it cross-platform.
-
- Nov 23, 2020
- Apr 22, 2020
-
-
svornost authored
Hack a Javascript color picker into FC when it's loaded from FCHost, since we don't have a native one.
-
- Apr 21, 2020
-
-
svornost authored
Current versions of CEF no longer support CefFrame::LoadString, so switch to a data-URI scheme instead
-
- Mar 05, 2020
- Oct 06, 2019
-
-
klorpa authored
-
- Aug 07, 2019
- Aug 06, 2019
-
-
svornost authored
-
- Aug 05, 2019
-
-
svornost authored
-