- Jun 23, 2021
- Apr 17, 2021
-
-
- Mar 20, 2021
-
-
svornost authored
CefExecuteProcess needs the app pointer otherwise initialization in multi-process mode doesn't work correctly
-
ezsh authored
-
ezsh authored
where possible (everywhere except Windows) replace copying game file with symlinking, on Linux do the same to CEF libraries. Remove bundled CEF modules, leave only FindCEF for CEF_ROOT var handling. TRy to find system CEF module first.
-
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.
-
- Mar 16, 2021
-
-
svornost authored
Resync build scripts with Chromium 89 and target VS2019 instead of VS2015 so we can use C++17 std::filesystem.
-
- 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 31, 2020
-
-
klorpa authored
-
- Mar 05, 2020
- Oct 06, 2019
-
-
klorpa authored
-
- Aug 18, 2019
-
-
klorpa authored
-
- Aug 16, 2019
-
-
klorpa authored
-
- Aug 07, 2019
- Aug 06, 2019
- Aug 05, 2019
-
-
svornost authored
-